Click or drag to resize

WeightedDescriptiveStatistics Properties

The WeightedDescriptiveStatistics type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the size of the sample.
Public propertyEffectiveSampleSize The Kish's effective sample size https://en.wikipedia.org/wiki/Effective_sample_size
Public propertyKurtosis Gets the unbiased estimator of the population excess kurtosis using the G_2 estimator.
Public propertyMaximum Gets the maximum sample value.
Public propertyMean Gets the sample mean.
Public propertyMinimum Gets the minimum sample value.
Public propertySkewness Gets the unbiased estimator of the population skewness.
Public propertyStandardDeviation Gets the unbiased population standard deviation (on a dataset of size N will use an N-1 normalizer).
Public propertyTotalWeight Gets the total weight. When used with unweighted data, returns the number of samples.
Public propertyVariance Gets the unbiased population variance estimator (on a dataset of size N will use an N-1 normalizer).
Top
See Also