Package org.quantlib

Class IterativeBootstrap

  • All Implemented Interfaces:
    AutoCloseable, org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable

    public class IterativeBootstrap
    extends Object
    implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
    • Field Detail

    • Constructor Detail

      • IterativeBootstrap

        public IterativeBootstrap​(double accuracy,
                                  double minValue,
                                  double maxValue,
                                  long maxAttempts,
                                  double maxFactor,
                                  double minFactor,
                                  boolean dontThrow,
                                  long dontThrowSteps,
                                  long maxEvaluations)
      • IterativeBootstrap

        public IterativeBootstrap​(double accuracy,
                                  double minValue,
                                  double maxValue,
                                  long maxAttempts,
                                  double maxFactor,
                                  double minFactor,
                                  boolean dontThrow,
                                  long dontThrowSteps)
      • IterativeBootstrap

        public IterativeBootstrap​(double accuracy,
                                  double minValue,
                                  double maxValue,
                                  long maxAttempts,
                                  double maxFactor,
                                  double minFactor,
                                  boolean dontThrow)
      • IterativeBootstrap

        public IterativeBootstrap​(double accuracy,
                                  double minValue,
                                  double maxValue,
                                  long maxAttempts,
                                  double maxFactor,
                                  double minFactor)
      • IterativeBootstrap

        public IterativeBootstrap​(double accuracy,
                                  double minValue,
                                  double maxValue,
                                  long maxAttempts,
                                  double maxFactor)
      • IterativeBootstrap

        public IterativeBootstrap​(double accuracy,
                                  double minValue,
                                  double maxValue,
                                  long maxAttempts)
      • IterativeBootstrap

        public IterativeBootstrap​(double accuracy,
                                  double minValue,
                                  double maxValue)