Class ExtrapolationErrorEstimator


  • public class ExtrapolationErrorEstimator
    extends Object
    • Constructor Detail

      • ExtrapolationErrorEstimator

        public ExtrapolationErrorEstimator​(Integer predictionOrder)
    • Method Detail

      • getEstimate

        public Double getEstimate()
      • update

        public void update​(Double[] xNew,
                           Double prevStepsize)
      • rollback

        public void rollback()