- java.lang.Object
-
- org.quantlib.MoroInverseCumulativeNormal
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class MoroInverseCumulativeNormal extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description MoroInverseCumulativeNormal()MoroInverseCumulativeNormal(double average)MoroInverseCumulativeNormal(double average, double sigma)protectedMoroInverseCumulativeNormal(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(MoroInverseCumulativeNormal obj)doublegetValue(double x)protected static longswigRelease(MoroInverseCumulativeNormal obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
MoroInverseCumulativeNormal
protected MoroInverseCumulativeNormal(long cPtr, boolean cMemoryOwn)
-
MoroInverseCumulativeNormal
public MoroInverseCumulativeNormal(double average, double sigma)
-
MoroInverseCumulativeNormal
public MoroInverseCumulativeNormal(double average)
-
MoroInverseCumulativeNormal
public MoroInverseCumulativeNormal()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(MoroInverseCumulativeNormal obj)
-
swigRelease
protected static long swigRelease(MoroInverseCumulativeNormal obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
getValue
public double getValue(double x)
-
-