Mirror::ExponentialMovingAverage
Public Functions
Name | |
---|---|
ExponentialMovingAverage(int n) | |
void | Add(double newValue) |
Public Properties
Name | |
---|---|
double | Value |
double | Var |
Public Functions Documentation
function ExponentialMovingAverage
inline ExponentialMovingAverage(
int n
)
function Add
inline void Add(
double newValue
)
Public Property Documentation
property Value
double Value;
property Var
double Var;
Updated on 21 January 2021 at 19:59:42 UTC