Click or drag to resize

SimpleAccumulator Properties

The SimpleAccumulator type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the total number of samples.
Public propertyMaximumReturns the maximum value in the sample data.
Public propertyMeanGets the sample mean.
Public propertyMinimumReturns the minimum value in the sample data.
Public propertyPopulationStandardDeviationGets the standard deviation from the full population.
Public propertyPopulationVarianceGets the variance from the full population.
Public propertyStandardDeviationGets the unbiased standard deviation.
Public propertyVarianceGets the unbiased variance.
Top
See Also