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).


Constructor Index

 o CumulativeNormal()

Method Index

 o getDeltaOf(double)
 o getValueOf(double)

Constructors

 o CumulativeNormal
 public CumulativeNormal()

Methods

 o getValueOf
 public final double getValueOf(double x)
 o getDeltaOf
 public final double getDeltaOf(double x)

All Packages  Class Hierarchy  This Package  Previous  Next  Index