This page contains the list of statistical quantities and their description.
| Statistical Quantities |
Description |
| Sum |
Returns the sum of all values. |
| SumOfSquares |
Returns the sum of the squares of the values. |
| Min |
Returns the minimum of the values. |
| Max |
Returns the maximum of the values. |
| Mean |
Returns the arithmetic mean of the values. |
| RMS |
Returns the Root Mean Square of the values. |
| Variance |
Returns the variance based on the values. |
| Standard Deviation |
Returns the standard deviation based on the values. |
| Standard error |
Returns the standard error based on the values. |
| Geometric mean |
Returns the geometric mean of the values. |
| Product |
Returns the product of the values. |
| Harmonic mean |
Returns the harmonic mean of the values. |
| Sum of inversions |
Returns the sum of inversions of the values. |
| Skew |
Returns the skew of the values. |
| Kurtosis |
Returns the kurtosis of the values. |
| Sum of powers(3) |
Returns the sum of cubes of the values. |
| Sum of powers(4) |
Returns the sum of fourth powers of the values. |
| Sum of powers(5) |
Returns the sum of fifth powers of the values. |
| Sum of powers(6) |
Returns the sum of sixth powers of the values. |
| Moment(0,0) |
Returns the moment of 0th order with value 0. |
| Moment(1,0) |
Returns the moment of 1st order with value 0. |
| Moment(2,0) |
Returns the moment of 2nd order with value 0. |
| Moment(3,0) |
Returns the moment of 3rd order with value 0. |
| Moment(4,0) |
Returns the moment of 4th order with value 0. |
| Moment(5,0) |
Returns the moment of 5th order with value 0. |
| Moment(6,0) |
Returns the moment of 6th order with value 0. |
| Moment(0,mean()) |
Returns the moment of 0th order with the arithmetic mean value. |
| Moment(1,mean()) |
Returns the moment of 1st order with the arithmetic mean value. |
| Moment(2,mean()) |
Returns the moment of 2nd order with the arithmetic mean value. |
| Moment(3,mean()) |
Returns the moment of 3rd order with the arithmetic mean value. |
| Moment(4,mean()) |
Returns the moment of 4th order with the arithmetic mean value. |
| Moment(5,mean()) |
Returns the moment of 5th order with the arithmetic mean value. |
| Moment(6,mean()) |
Returns the moment of 6th order with the arithmetic mean value. |
| 25%, 50%, 75% Quantiles |
Returns the exact quantiles of the specified percentage. |
| quantileInverse(median) |
Returns percentage of the elements in the receiver (more or equals median). |