Click or drag to resize

DescriptiveStatistics Methods

The DescriptiveStatistics type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMean
Calculates the mean of a list of doubles.
Public methodStatic memberMedian
Calculates the median of a list of doubles.
Public methodStatic memberPercentile<T>
Returns the nth percentile value from the list. The list is assumed to be sorted.
Public methodStatic memberRootMeanSquare
Calculates the root mean square (RMS) of a list of doubles.
Public methodStatic memberStandardDeviation
Calculates the standard deviation of a list of doubles.
Public methodStatic memberStandardDeviationNMinusOne
Public methodStatic memberStandardError
Top
See Also