Click or drag to resize

SummaryStatistics Properties

The SummaryStatistics type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of values observed.
Public propertyMaximum
Gets the largest value observed.
Public propertyMean
Gets the mean of the observed data.
Public propertyMinimum
Gets the smallest value observed.
Public propertyPopulationMean
Estimates the mean of the underlying population.
Public propertyPopulationStandardDeviation
Estimates the standard deviation of the underlying population.
Public propertyPopulationVariance
Estimates the variance of the underlying population.
Public propertySkewness
Gets the skewness of the observed data.
Public propertyStandardDeviation
Gets the standard deviation of the observed data.
Public propertyVariance
Get the variance of the observed data.
Top
See Also