|
finMath lib documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.finmath.functions.NormalDistribution
public class NormalDistribution
Constructor Summary | |
---|---|
NormalDistribution()
|
Method Summary | |
---|---|
static double |
cumulativeDistribution(double x)
Cumulative distribution function of the standard normal distribution. |
static double |
density(double x)
Returns the value of the density at x. |
static double |
inverseCumulativeDistribution(double p)
Inverse of the cumulative distribution function of the standard normal distribution using Jakarta commons-math |
static double |
inverseCumulativeNormalDistribution_Wichura(double p)
Inverse of the cumulative distribution function of the standard normal distribution Java Version of Michael J. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NormalDistribution()
Method Detail |
---|
public static double density(double x)
x
- Argument
public static double cumulativeDistribution(double x)
x
- A sample point
public static double inverseCumulativeDistribution(double p)
p
- The probability
public static double inverseCumulativeNormalDistribution_Wichura(double p)
p
- The probablity (quantile).
|
Copyright © 2014 Christian P. Fries. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |