Template Class ema
Defined in File ema.hpp
Inheritance Relationships
Base Type
public rcppsw::math::expression< T >
(Template Class expression)
Class Documentation
-
template<class T>
class ema : public rcppsw::math::expression<T> Calculates an Exponential Moving Average of SOMETHING.
Depends on:
Alpha: How much weight to give the past estimate, and how much to give the new measurement?