Descriptive |
The DescriptiveStatistics type exposes the following members.
Name | Description | |
---|---|---|
Count | Gets the size of the sample. | |
Kurtosis | Gets the sample kurtosis. | |
Maximum | Gets the maximum sample value. | |
Mean | Gets the sample mean. | |
Minimum | Gets the minimum sample value. | |
Skewness | Gets the sample skewness. | |
StandardDeviation | Gets the unbiased population standard deviation (on a dataset of size N will use an N-1 normalizer). | |
Variance | Gets the unbiased population variance estimator (on a dataset of size N will use an N-1 normalizer). |