Uses of Class
org.quantlib.FittingMethod
-
-
Uses of FittingMethod in org.quantlib
Subclasses of FittingMethod in org.quantlib Modifier and Type Class Description classCubicBSplinesFittingclassExponentialSplinesFittingclassNelsonSiegelFittingclassSimplePolynomialFittingclassSpreadFittingMethodclassSvenssonFittingMethods in org.quantlib that return FittingMethod Modifier and Type Method Description FittingMethodFittedBondDiscountCurve. fitResults()Methods in org.quantlib with parameters of type FittingMethod Modifier and Type Method Description protected static longFittingMethod. getCPtr(FittingMethod obj)Constructors in org.quantlib with parameters of type FittingMethod Constructor Description FittedBondDiscountCurve(long settlementDays, Calendar calendar, BondHelperVector helpers, DayCounter dayCounter, FittingMethod fittingMethod)FittedBondDiscountCurve(long settlementDays, Calendar calendar, BondHelperVector helpers, DayCounter dayCounter, FittingMethod fittingMethod, double accuracy)FittedBondDiscountCurve(long settlementDays, Calendar calendar, BondHelperVector helpers, DayCounter dayCounter, FittingMethod fittingMethod, double accuracy, long maxEvaluations)FittedBondDiscountCurve(long settlementDays, Calendar calendar, BondHelperVector helpers, DayCounter dayCounter, FittingMethod fittingMethod, double accuracy, long maxEvaluations, Array guess)FittedBondDiscountCurve(long settlementDays, Calendar calendar, BondHelperVector helpers, DayCounter dayCounter, FittingMethod fittingMethod, double accuracy, long maxEvaluations, Array guess, double simplexLambda)FittedBondDiscountCurve(Date referenceDate, BondHelperVector helpers, DayCounter dayCounter, FittingMethod fittingMethod)FittedBondDiscountCurve(Date referenceDate, BondHelperVector helpers, DayCounter dayCounter, FittingMethod fittingMethod, double accuracy)FittedBondDiscountCurve(Date referenceDate, BondHelperVector helpers, DayCounter dayCounter, FittingMethod fittingMethod, double accuracy, long maxEvaluations)FittedBondDiscountCurve(Date referenceDate, BondHelperVector helpers, DayCounter dayCounter, FittingMethod fittingMethod, double accuracy, long maxEvaluations, Array guess)FittedBondDiscountCurve(Date referenceDate, BondHelperVector helpers, DayCounter dayCounter, FittingMethod fittingMethod, double accuracy, long maxEvaluations, Array guess, double simplexLambda)SpreadFittingMethod(FittingMethod method, YieldTermStructureHandle discountCurve)SpreadFittingMethod(FittingMethod method, YieldTermStructureHandle discountCurve, double minCutoffTime)SpreadFittingMethod(FittingMethod method, YieldTermStructureHandle discountCurve, double minCutoffTime, double maxCutoffTime)
-