- java.lang.Object
-
- org.quantlib.GarmanKlassSigma1
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class GarmanKlassSigma1 extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description GarmanKlassSigma1(double yearFraction, double marketOpenFraction)protectedGarmanKlassSigma1(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(GarmanKlassSigma1 obj)protected static longswigRelease(GarmanKlassSigma1 obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
GarmanKlassSigma1
protected GarmanKlassSigma1(long cPtr, boolean cMemoryOwn)
-
GarmanKlassSigma1
public GarmanKlassSigma1(double yearFraction, double marketOpenFraction)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(GarmanKlassSigma1 obj)
-
swigRelease
protected static long swigRelease(GarmanKlassSigma1 obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
calculate
public RealTimeSeries calculate(IntervalPriceTimeSeries arg0)
-
-