Click or drag to resize

QuickStatistics Properties

The QuickStatistics type exposes the following members.

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