Seeds the ema with a specified value
value
EMA e = EMA(0.1); e.seed(10); cout << "EMA Value is " << e.value() << endl; //prints 10