Click or drag to resize

DescriptiveStatistics Properties

The DescriptiveStatistics type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the size of the sample.
Public propertyKurtosis Gets the sample kurtosis.
Public propertyMaximum Gets the maximum sample value.
Public propertyMean Gets the sample mean.
Public propertyMinimum Gets the minimum sample value.
Public propertySkewness Gets the sample skewness.
Public propertyStandardDeviation Gets the unbiased population standard deviation (on a dataset of size N will use an N-1 normalizer).
Public propertyVariance Gets the unbiased population variance estimator (on a dataset of size N will use an N-1 normalizer).
Top
See Also