Click or drag to resize

DescriptiveStatistics Class

Provides descriptive statistic methods.
Inheritance Hierarchy
System.Object
  AGI.Foundation.DescriptiveStatistics

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static class DescriptiveStatistics

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