Click or drag to resize

QuickStatistics Properties

The QuickStatistics type exposes the following members.

Properties
 NameDescription
Public propertyMax Returns the maximum of the data values.
Public propertyMean Returns the mean (average) of the data values.
Public propertyMin Returns the minimum of the data values.
Public propertyN Returns the number of data values that were added.
Public propertySampleStandardDeviation Returns the sample standard deviation: square root of the error sum of squares divided by (N-1).
Public propertyStandardDeviation Returns the standard deviation: square root of the error sum of squares divided by N.
Public propertyVariance Returns the variance: error sum of squares divided by N.
Top
See Also