Interface ValueTracker
- All Known Implementing Classes:
DoubleValueTracker,OptionalDifferenceTracker
public interface ValueTracker
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getNextValue
Double getNextValue() -
getCurrentValue
Double getCurrentValue() -
getPreviousValue
Double getPreviousValue() -
getPrevPrevValue
Double getPrevPrevValue() -
getFirstDerivative
Double getFirstDerivative() -
getSecondDerivative
Double getSecondDerivative() -
getExtrapolationErrorEstimate
Double getExtrapolationErrorEstimate() -
getPredictionOrder
Integer getPredictionOrder()
-