- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.CalibratedModel
-
- org.quantlib.ShortRateModel
-
- org.quantlib.ExtendedCoxIngersollRoss
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class ExtendedCoxIngersollRoss extends ShortRateModel implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedExtendedCoxIngersollRoss(long cPtr, boolean cMemoryOwn)ExtendedCoxIngersollRoss(YieldTermStructureHandle termStructure)ExtendedCoxIngersollRoss(YieldTermStructureHandle termStructure, double theta)ExtendedCoxIngersollRoss(YieldTermStructureHandle termStructure, double theta, double k)ExtendedCoxIngersollRoss(YieldTermStructureHandle termStructure, double theta, double k, double sigma)ExtendedCoxIngersollRoss(YieldTermStructureHandle termStructure, double theta, double k, double sigma, double x0)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()doublediscount(double t)protected voidfinalize()protected static longgetCPtr(ExtendedCoxIngersollRoss obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.ShortRateModel
getCPtr
-
Methods inherited from class org.quantlib.CalibratedModel
calibrate, calibrate, calibrate, calibrate, constraint, endCriteria, functionEvaluation, getCPtr, params, problemValues, setParams, value
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
ExtendedCoxIngersollRoss
protected ExtendedCoxIngersollRoss(long cPtr, boolean cMemoryOwn)
-
ExtendedCoxIngersollRoss
public ExtendedCoxIngersollRoss(YieldTermStructureHandle termStructure, double theta, double k, double sigma, double x0)
-
ExtendedCoxIngersollRoss
public ExtendedCoxIngersollRoss(YieldTermStructureHandle termStructure, double theta, double k, double sigma)
-
ExtendedCoxIngersollRoss
public ExtendedCoxIngersollRoss(YieldTermStructureHandle termStructure, double theta, double k)
-
ExtendedCoxIngersollRoss
public ExtendedCoxIngersollRoss(YieldTermStructureHandle termStructure, double theta)
-
ExtendedCoxIngersollRoss
public ExtendedCoxIngersollRoss(YieldTermStructureHandle termStructure)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(ExtendedCoxIngersollRoss obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classShortRateModel
-
finalize
protected void finalize()
- Overrides:
finalizein classShortRateModel
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classShortRateModel
-
discount
public double discount(double t)
-
-