Uses of Class
org.quantlib.Parameter
-
-
Uses of Parameter in org.quantlib
Subclasses of Parameter in org.quantlib Modifier and Type Class Description classConstantParameterclassNullParameterclassPiecewiseConstantParameterMethods in org.quantlib with parameters of type Parameter Modifier and Type Method Description protected static longParameter. getCPtr(Parameter obj)protected static longParameter. swigRelease(Parameter obj)Constructors in org.quantlib with parameters of type Parameter Constructor Description PiecewiseTimeDependentHestonModel(YieldTermStructureHandle riskFreeRate, YieldTermStructureHandle dividendYield, QuoteHandle s0, double v0, Parameter theta, Parameter kappa, Parameter sigma, Parameter rho, TimeGrid timeGrid)
-