Examples of LogCubic


Examples of org.jquantlib.math.interpolations.factories.LogCubic

      final CommonVars vars = new CommonVars();

      testCurveConsistency(
        Discount.class, LogCubic.class, IterativeBootstrap.class,
          vars,
          new LogCubic(CubicInterpolation.DerivativeApprox.Spline, true,
                       CubicInterpolation.BoundaryCondition.SecondDerivative, 0.0,
                       CubicInterpolation.BoundaryCondition.SecondDerivative, 0.0));
//      testBMACurveConsistency(
//        Discount.class, LogCubic.class, IterativeBootstrap.class,
//          vars,
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.