- java.lang.Object
-
- org.quantlib.ConstantEstimator
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class ConstantEstimator extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description ConstantEstimator(long size)protectedConstantEstimator(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RealTimeSeriescalculate(RealTimeSeries arg0)voiddelete()protected voidfinalize()protected static longgetCPtr(ConstantEstimator obj)protected static longswigRelease(ConstantEstimator obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
ConstantEstimator
protected ConstantEstimator(long cPtr, boolean cMemoryOwn)
-
ConstantEstimator
public ConstantEstimator(long size)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(ConstantEstimator obj)
-
swigRelease
protected static long swigRelease(ConstantEstimator obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
calculate
public RealTimeSeries calculate(RealTimeSeries arg0)
-
-