Uses of Class
com.biglybt.core.util.average.MovingAverage
-
Packages that use MovingAverage Package Description com.biglybt.core.util.average -
-
Uses of MovingAverage in com.biglybt.core.util.average
Methods in com.biglybt.core.util.average that return MovingAverage Modifier and Type Method Description static MovingAverage
AverageFactory. MovingAverage(int periods)
Create a moving average, that moves over the given number of periods.
-