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