MathNet.Numerics.Statistics Namespace |
Class | Description | |
---|---|---|
ArrayStatistics |
Statistics operating on arrays assumed to be unsorted.
WARNING: Methods with the Inplace-suffix may modify the data array by reordering its entries.
| |
Bucket | ||
Correlation |
A class with correlation measures between two datasets.
| |
DescriptiveStatistics |
Computes the basic statistics of data set. The class meets the
NIST standard of accuracy for mean, variance, and standard deviation
(the only statistics they provide exact values for) and exceeds them
in increased accuracy mode.
| |
Histogram |
A class which computes histograms of data.
| |
MovingStatistics |
Running statistics over a window of data, allows updating by adding values.
| |
RunningStatistics |
Running statistics accumulator, allows updating by adding values
or by combining two accumulators.
| |
SortedArrayStatistics |
Statistics operating on an array already sorted ascendingly.
| |
Statistics |
Extension methods to return basic statistics on set of data.
| |
StreamingStatistics |
Statistics operating on an IEnumerable in a single pass, without keeping the full data in memory.
Can be used in a streaming way, e.g. on large datasets not fitting into memory.
|
Enumeration | Description | |
---|---|---|
QuantileDefinition | ||
RankDefinition |