Class WeightedMovingAverage<T>


@Private public class WeightedMovingAverage<T> extends WindowMovingAverage<T>
Different from SMA SimpleMovingAverage, WeightedMovingAverage gives each data different weight. And it is based on WindowMovingAverage, such that it only focus on the last N.