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