Weighted |
The WeightedDescriptiveStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the size of the sample. | |
| EffectiveSampleSize | The Kish's effective sample size https://en.wikipedia.org/wiki/Effective_sample_size | |
| Kurtosis | Gets the unbiased estimator of the population excess kurtosis using the G_2 estimator. | |
| Maximum | Gets the maximum sample value. | |
| Mean | Gets the sample mean. | |
| Minimum | Gets the minimum sample value. | |
| Skewness | Gets the unbiased estimator of the population skewness. | |
| StandardDeviation | Gets the unbiased population standard deviation (on a dataset of size N will use an N-1 normalizer). | |
| TotalWeight | Gets the total weight. When used with unweighted data, returns the number of samples. | |
| Variance | Gets the unbiased population variance estimator (on a dataset of size N will use an N-1 normalizer). |