Package nl.colorize.multimedialib.math
Class Extrapolation
- java.lang.Object
-
- nl.colorize.multimedialib.math.Extrapolation
-
public class Extrapolation extends java.lang.ObjectLinear extrapolation based on a series of numerical data points. Extrapolation is based on a rolling window, meaning all values are kept in a buffer, and when the buffer is full the oldest values are removed.
-
-
Constructor Summary
Constructors Constructor Description Extrapolation(int bufferSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(float value)floatextrapolate()voidreset()
-