Property | Type | Description | |
---|---|---|---|
ActualSampleCount | float | ||
Average | |||
CurrentStandardDeviation | float | ||
StandardDeviationDeltaAfterLatestSample | float | ||
StandardDeviationsAwayOfLatestSample | float |
Method | Description | |
---|---|---|
AddSample ( |
Adds a new sample to the sample list and updates the stats.
|
|
Init ( int sampleCount ) : void |
Initialize the rolling stats.
|
|
Reset ( ) : void |
Resets the stats to zero.
|
public AddSample ( |
||
value | The new sample to add | |
return | void |
public float StandardDeviationDeltaAfterLatestSample | ||
return | float |