4. Statistical Functions
Statistical functions are functions related to statistical processing such as mean and variance.
| Name | Explanation |
|---|---|
| avg | Find the average value |
| max | Find the maximum value |
| min | Find the minimum value |
| std | Find the standard deviation of the data as a whole population |
| stds | Find the standard deviation using the data as an extraction sample |
| var | Find the variance of the data as a whole population |
| vars | Find the variance using the data as an extraction sample |
| rank | Finds the order of the specified data |
| sum | Find the total |