Simple |
The SimpleAccumulator type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the total number of samples. | |
| Maximum | Returns the maximum value in the sample data. | |
| Mean | Gets the sample mean. | |
| Minimum | Returns the minimum value in the sample data. | |
| PopulationStandardDeviation | Gets the standard deviation from the full population. | |
| PopulationVariance | Gets the variance from the full population. | |
| StandardDeviation | Gets the unbiased standard deviation. | |
| Variance | Gets the unbiased variance. |