DescriptiveStatistics Class |
Namespace: MathNet.Numerics.Statistics
public class DescriptiveStatistics
The DescriptiveStatistics type exposes the following members.
Name | Description | |
---|---|---|
DescriptiveStatistics(IEnumerableDouble, Boolean) |
Initializes a new instance of the DescriptiveStatistics class.
| |
DescriptiveStatistics(IEnumerableNullableDouble, Boolean) |
Initializes a new instance of the DescriptiveStatistics class.
|
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).
|