Click or drag to resize

Accumulator Properties

The Accumulator type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the total number of samples.
Public propertyHint Gets a short hint string describing the contents of this accumulator.
Public propertyKurtosisGets the unbiased population kurtosis.
Public propertyMaximumReturns the maximum value in the sample data.
Public propertyMeanGets the sample mean.
Public propertyMinimumReturns the minimum value in the sample data.
Public propertyPopulationKurtosisGets the kurtosis from the full population.
Public propertyPopulationSkewnessGet the skewness from the full population.
Public propertyPopulationStandardDeviationGets the standard deviation from the full population.
Public propertyPopulationVarianceGets the variance from the full population.
Public propertySkewnessGets the unbiased population skewness.
Public propertyStandardDeviationGets the unbiased standard deviation.
Public propertyVarianceGets the unbiased variance.
Top
See Also