Returns the filter’s estimate
EMA e = EMA(0.1); e.seed(0); e.update(10); cout << "EMA Value is " << e.value() << endl; //prints 1