Class SimpleMovingAverage


  • public class SimpleMovingAverage
    extends Object
    • Constructor Detail

      • SimpleMovingAverage

        public SimpleMovingAverage​(int windowSize)
    • Method Detail

      • update

        public double update​(int newDataPoint)
      • addDataToList

        public void addDataToList​(int newData)
      • setMa

        public void setMa​(double ma)
      • getCurrentThreshold

        public double getCurrentThreshold()