Uses of Class
com.biglybt.core.util.average.ExponentialMovingAverage
-
Packages that use ExponentialMovingAverage Package Description com.biglybt.core.util.average -
-
Uses of ExponentialMovingAverage in com.biglybt.core.util.average
Methods in com.biglybt.core.util.average that return ExponentialMovingAverage Modifier and Type Method Description static ExponentialMovingAverage
AverageFactory. ExponentialMovingAverage(float weight)
Create an exponential moving average, with the given smoothing weight.static ExponentialMovingAverage
AverageFactory. 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).
-