Class ExtrapolationErrorEstimator
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.variablestep.extrapolationerror.ExtrapolationErrorEstimator
-
public class ExtrapolationErrorEstimator extends Object
-
-
Constructor Summary
Constructors Constructor Description ExtrapolationErrorEstimator(Integer predictionOrder)ExtrapolationErrorEstimator(ExtrapolationErrorEstimator eee)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetEstimate()voidrollback()voidupdate(Double[] xNew, Double prevStepsize)
-
-
-
Constructor Detail
-
ExtrapolationErrorEstimator
public ExtrapolationErrorEstimator(Integer predictionOrder)
-
ExtrapolationErrorEstimator
public ExtrapolationErrorEstimator(ExtrapolationErrorEstimator eee)
-
-