
Contents |
Calculate the average increment in a vector
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
| 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. |
This function is used to calculate the average increment of monotone vector.