Calculate mean of a monotonic 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
Input
vector
Specifies the input vector to be calculated average increment. Note that: the vector must be monotone.
double
Specifies the tolerance of increment.
Output
Specifies the average increment of the vector.
This function is used to calculate the average increment of monotone vector.
vinc
Keywords:stats, statistics