Метод | Описание | |
---|---|---|
Clear ( ) : void |
Clears all measures previously computed.
|
|
Push ( double value ) : void |
Registers the occurrence of a value.
|
|
RunningNormalStatistics ( ) : System |
Initializes a new instance of the RunningNormalStatistics class.
|
public Push ( double value ) : void | ||
value | double | The value to be registered. |
Результат | void |
public RunningNormalStatistics ( ) : System | ||
Результат | System |