Summary
Incrementally accumulates basic statistics about a value, one observation at a time, making current estimates
of the underlying distribution available at every point.
Constructors
Instance methods
void | | Adds a new observation, updating all statistics as appropriate. |
Instance properties
decimal | | Gets the largest value observed so far. |
decimal | | Gets the sample mean. |
decimal | | Gets the smallest value observed so far. |
int | | Gets the total number of observations so far. |
double | | Gets the current estimate of the population standard deviation. |
double | | Gets the current estimate of the population standard deviation using an unbiased estimator. |
decimal | | Gets the current estimate of the population variance. |
decimal | | Gets the current estimate of the population variance using an unbiased estimator. |