Class ExponentiallyWeightedMovingAverage
- java.lang.Object
-
- org.smallmind.claxon.registry.aggregate.ExponentiallyWeightedMovingAverage
-
public class ExponentiallyWeightedMovingAverage extends Object
-
-
Constructor Summary
Constructors Constructor Description ExponentiallyWeightedMovingAverage(Clock clock, long window, TimeUnit windowTimeUnit)
-