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