Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.KitchenSink.ValueStatDec

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

Constructor.

Instance methods

void
AddObservation(decimal value)
Adds a new observation, updating all statistics as appropriate.

Instance properties

decimalGets the largest value observed so far.
decimalGets the sample mean.
decimalGets the smallest value observed so far.
intGets the total number of observations so far.
doubleGets the current estimate of the population standard deviation.
doubleGets the current estimate of the population standard deviation using an unbiased estimator.
decimalGets the current estimate of the population variance.
decimalGets the current estimate of the population variance using an unbiased estimator.