Statistics Class |
public static class Statistics
The Statistics type exposes the following members.
| Name | Description | |
|---|---|---|
| InterQuartileRange | Calculates the interquartile range (IQR) of the sequence. | |
| MassDistribution | Computes a mass distribution (binned weighted counts) for use in kernel density estimation. | |
| Mean(IReadOnlyListDouble) | Calculates the arithmetic mean of the sequence. | |
| Mean(IReadOnlyListDouble, Boolean) | Calculates the arithmetic mean of the sequence, optionally ignoring NaN values. | |
| ProbabilityDensity | Estimates a probability density function using kernel density estimation. | |
| Quantile(IReadOnlyListDouble, Double) | Calculates the quantile value of x. | |
| Quantile(IReadOnlyListDouble, Double, Int32, Int32, Boolean) | Calculates the quantile value of x. | |
| StandardDeviation | Calculates the (sample) standard deviation of the sequence. |