CBOE Emulator
1.0
|
This is the complete list of members for Maths::ExponentialMovingAverage< T >, including all inherited members.
ALPHA_MAX | Maths::ExponentialMovingAverage< T > | static |
ALPHA_MIN | Maths::ExponentialMovingAverage< T > | static |
ExponentialMovingAverage(T alpha_, T observation=0) | Maths::ExponentialMovingAverage< T > | inlineexplicit |
get_alpha() const | Maths::ExponentialMovingAverage< T > | inline |
get_average() const | Maths::ExponentialMovingAverage< T > | inline |
process(T observation) | Maths::ExponentialMovingAverage< T > | inline |
reset(T observation=0) | Maths::ExponentialMovingAverage< T > | inline |
set_alpha(T alpha_) | Maths::ExponentialMovingAverage< T > | inline |