Click or drag to resize
MathNet.Numerics.Statistics Namespace
 
Classes
  ClassDescription
Public classArrayStatistics
Statistics operating on arrays assumed to be unsorted. WARNING: Methods with the Inplace-suffix may modify the data array by reordering its entries.
Public classBucket
A Histogram consists of a series of Buckets, each representing a region limited by a lower bound (exclusive) and an upper bound (inclusive).
Public classCorrelation
A class with correlation measures between two datasets.
Public classDescriptiveStatistics
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.
Public classHistogram
A class which computes histograms of data.
Public classMovingStatistics
Running statistics over a window of data, allows updating by adding values.
Public classRunningStatistics
Running statistics accumulator, allows updating by adding values or by combining two accumulators.
Public classSortedArrayStatistics
Statistics operating on an array already sorted ascendingly.
Public classStatistics
Extension methods to return basic statistics on set of data.
Public classStreamingStatistics
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.
Enumerations
  EnumerationDescription
Public enumerationQuantileDefinition
Public enumerationRankDefinition