Click or drag to resize

DescriptiveStatistics Class

Provides descriptive statistic methods.
Inheritance Hierarchy
SystemObject
  AGI.FoundationDescriptiveStatistics

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.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 memberPercentileT
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