SummaryStatistics Properties |
The SummaryStatistics type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of values observed.
|
![]() | Maximum |
Gets the largest value observed.
|
![]() | Mean |
Gets the mean of the observed data.
|
![]() | Minimum |
Gets the smallest value observed.
|
![]() | PopulationMean |
Estimates the mean of the underlying population.
|
![]() | PopulationStandardDeviation |
Estimates the standard deviation of the underlying population.
|
![]() | PopulationVariance |
Estimates the variance of the underlying population.
|
![]() | Skewness |
Gets the skewness of the observed data.
|
![]() | StandardDeviation |
Gets the standard deviation of the observed data.
|
![]() | Variance |
Get the variance of the observed data.
|