Uses of Class
com.biglybt.core.util.average.ExponentialMovingAverage
Packages that use ExponentialMovingAverage
-
Uses of ExponentialMovingAverage in com.biglybt.core.util.average
Methods in com.biglybt.core.util.average that return ExponentialMovingAverageModifier and TypeMethodDescriptionstatic ExponentialMovingAverageAverageFactory.ExponentialMovingAverage(float weight) Create an exponential moving average, with the given smoothing weight.static ExponentialMovingAverageAverageFactory.ExponentialMovingAverage(int periods) Create an exponential moving average, smoothing over the given number of periods, using a default smoothing weight value of 2/(1 + periods).