Method | Description | |
---|---|---|
Accumulate ( double x ) : void |
Input data and accumulate variance.
|
|
Clear ( ) : void |
Clear the accumulated variance.
|
|
StatisticsAccumulator ( ) : System.Diagnostics |
Construct the object.
|
public Accumulate ( double x ) : void | ||
x | double | Data to input. |
return | void |
public StatisticsAccumulator ( ) : System.Diagnostics | ||
return | System.Diagnostics |