2.1.16 vinc_check

Brief Information

Calculate mean of a monotonic vector

Command Line Usage

1. vinc_check

2. vinc_check ix:=col(a)

3. vinc_check ix:=Col(A) tol:=0.1

4. vinc_check ix:=col(a) tol:=0.1 inc:=myinc

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input ix

Input

vector

<active>

Specifies the input vector to be calculated average increment. Note that: the vector must be monotone.

tolerance tol

Input

double

0.05

Specifies the tolerance of increment.

Average Increment inc

Output

double

interval

Specifies the average increment of the vector.

Description

This function is used to calculate the average increment of monotone vector.

Related X-Functions

vinc


Keywords:stats, statistics