This documentation is compiled for the latest release of Mathos Core Library
SystemObject
Mathos.StatisticsStatisticalProcedures
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Top
Extension methods that should faciliate the way we work with statistics
Inheritance Hierarchy
Mathos.StatisticsStatisticalProcedures
Namespace: Mathos.Statistics
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
The StatisticalProcedures type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GeometricMean |
Calculates the geometric mean of a given list
| |
| HarmonicMean |
Calculates the harmonic mean given a list
| |
| InterQuartileRange |
Computes the range between the lower and upper quartile
| |
| LowerQuartile |
Calculates the 25th percentile
| |
| MaxNumberInList |
Calculates the max number given a list
| |
| Mean |
Calculates the mean of a given list
| |
| Median |
Calculates the median of a given list
| |
| MinNumberInList |
Calculates the min value given a list
| |
| Mode |
Calculates the mode of a given list
| |
| NumberOfCombinations |
Calculates the number of permutations
| |
| NumberOfPermutations |
Calculate the number of permutations
| |
| PearsonR |
Computes the Pearson product-moment correlation coefficient for a sample
| |
| Percentile |
Calculates a percentile using the nearest rank method
| |
| ProductOfListElements |
Calculates the product of list items
| |
| Range |
Calculates the range of a given list (max value minus min value)
| |
| RootMeanSquare |
Calculates the root rean rquare (RMS) value of a given list
| |
| SortList |
Sorts a list
| |
| StandardDeviation | ||
| StandardError |
Computes the standard error of the mean, given a list
| |
| SumOfListElements |
Calculates the sum of list elements
| |
| SumOfReciprocalsOfListElements |
Calculates the sum of reciprocals of list elements
| |
| UpperQuartile |
Calculates the 75th percentile
| |
| Variance |
Calculates the variance of a given list
|
See Also