![]() |
Public Member Functions | |
CircularList< double > | GetData () |
bool | IsHealthy () |
DoubleStats (int windowSize=32 *4, double warningThreshold=Mathf.Infinity, bool lowIsBetter=true) | |
void | Update (double value) |
void | Reset () |
Properties | |
double | latest [get] |
double | max [get] |
double | min [get] |
double | average [get] |
double | stdDeviation [get] |
double | stdDeviation2 [get] |
double | warningThreshold [get] |
CircularList< double > | Data [get] |
Netick.DoubleStats.DoubleStats | ( | int | windowSize = 32 * 4 , |
double | warningThreshold = Mathf.Infinity , |
||
bool | lowIsBetter = true |
||
) |
CircularList< double > Netick.DoubleStats.GetData | ( | ) |
bool Netick.DoubleStats.IsHealthy | ( | ) |
void Netick.DoubleStats.Reset | ( | ) |
void Netick.DoubleStats.Update | ( | double | value | ) |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |