Interface WindowSeries

All Superinterfaces:
Iterable<Double>
All Known Subinterfaces:
WritableWindowSeries
All Known Implementing Classes:
MovingAverage, WindowSeriesStore

public interface WindowSeries extends Iterable<Double>
Defines a readable Window view of data series
  • Method Details

    • getWindowSize

      int getWindowSize()
    • size

      int size()
    • getValue

      double getValue(int index)