Exponential Moving Average (EMA) Rates, part 3
In the last post, we created an online implementation of an EMA to measure the rate of a Poisson event. However, it has the “warm-up” period seen in most EMA implementations.
This time, we’ll correct that. The technique is similar to what I wrote in The correct way to start an Exponential Moving Average (EMA).
Continue reading "Exponential Moving Average (EMA) Rates, part 3"