- java.lang.Object
-
- org.quantlib.FittingMethod
-
- org.quantlib.NelsonSiegelFitting
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class NelsonSiegelFitting extends FittingMethod implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description NelsonSiegelFitting()protectedNelsonSiegelFitting(long cPtr, boolean cMemoryOwn)NelsonSiegelFitting(Array weights)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(NelsonSiegelFitting obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.FittingMethod
constrainAtZero, getCPtr, minimumCostValue, numberOfIterations, size, solution, weights
-
-
-
-
Constructor Detail
-
NelsonSiegelFitting
protected NelsonSiegelFitting(long cPtr, boolean cMemoryOwn)
-
NelsonSiegelFitting
public NelsonSiegelFitting(Array weights)
-
NelsonSiegelFitting
public NelsonSiegelFitting()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(NelsonSiegelFitting obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classFittingMethod
-
finalize
protected void finalize()
- Overrides:
finalizein classFittingMethod
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classFittingMethod
-
-