2.1.16 vinc_check
Contents
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 |
|
Specifies the input vector to be calculated average increment. Note that: the vector must be monotone. |
| tolerance | tol |
Input double |
|
Specifies the tolerance of increment. |
| Average Increment | inc |
Output double |
|
Specifies the average increment of the vector. |
Description
This function is used to calculate the average increment of monotone vector.
Related X-Functions
Keywords:stats, statistics