All Packages Class Hierarchy This Package Previous Next Index
Class com.micronova.math.CumulativeNormal
java.lang.Object
|
+----com.micronova.math.CumulativeNormal
- public class CumulativeNormal
- extends Object
- implements DeltaCurve
An implementation of Cumulative Normal Function
(accurate up to 6 decimal places).
-
CumulativeNormal()
-
-
getDeltaOf(double)
-
-
getValueOf(double)
-
CumulativeNormal
public CumulativeNormal()
getValueOf
public final double getValueOf(double x)
getDeltaOf
public final double getDeltaOf(double x)
All Packages Class Hierarchy This Package Previous Next Index