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