
Contents |
calculate the average increment in a vector
1. vinc 1
2. vinc Col(A)
3. vinc ix:=col(a) mean:=mymean sd:=mysd
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input | ix |
Input vector | |
The input vector to be calculated average increment. |
| Matrix | mean |
Output double | |
Mean value of the vector. |
| sd |
Output double | |
Standard deviation of the vector. |
This function is used to describe the basic characteristics of the vector. It summarizes aspects, such as mean and standard deviation.
For the detail of this function, please see the help of Statistics on columns.