Start » Filter Reference » Basic » Statistics
Statistics
Select a filter from the list below.
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
![]() |
AccessLinearFunction | ![]() |
Returns coefficients of a linear function. |
FoundationLite |
![]() |
Average | ![]() |
Computes the average of an array of real numbers. The array must be not empty. |
FoundationLite |
![]() |
MakeLinearFunction | ![]() |
Creates a linear function with given coefficients. |
FoundationLite |
![]() |
Median | ![]() |
Computes the median of an array of real numbers. The array must be not empty. Optional weights, when supplied, must be positive. |
FoundationLite |
![]() |
NthValue | ![]() |
Computes n-th smallest value in an array (0-indexed). The array must be not empty. |
FoundationLite |
![]() |
PearsonCorrelation | ![]() |
Computes Pearson product-moment correlation coefficient. The array must be not empty. |
FoundationLite |
![]() |
Quantile | ![]() |
Computes the specified quantile of an array of real numbers. The array must be not empty. |
FoundationLite |
![]() |
StandardDeviation | ![]() |
Computes the standard deviation of an array of real numbers. The array must be not empty. |
FoundationLite |
![]() |
Variance | ![]() |
Computes the variance of an array of real numbers. The array must be not empty. |
FoundationLite |