|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.analysis.function.rn2r1.UnivariateRealFunction
com.numericalmethod.suanshu.analysis.function.special.CumulativeNormal
public class CumulativeNormal
This computes an approximation to the cumulative Normal distribution function,
N(x).
The R equivalent function is pnorm.
| Nested Class Summary | |
|---|---|
static class |
CumulativeNormal.Method
the methods available to compute the cumulative Normal |
| Nested classes/interfaces inherited from interface com.numericalmethod.suanshu.analysis.function.Function |
|---|
Function.EvaluationException |
| Constructor Summary | |
|---|---|
CumulativeNormal()
Construct an instance to compute cumulative Normal function. |
|
CumulativeNormal(CumulativeNormal.Method method)
Construct an instance to compute the cumulative Normal function. |
|
| Method Summary | |
|---|---|
double |
evaluate(double x)
Compute f(x). |
| Methods inherited from class com.numericalmethod.suanshu.analysis.function.rn2r1.UnivariateRealFunction |
|---|
dimension4Domain, dimension4Range, evaluate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CumulativeNormal(CumulativeNormal.Method method)
method - the algorithm to use for computationpublic CumulativeNormal()
CumulativeNormal.Method.MARSAGLIA.
| Method Detail |
|---|
public double evaluate(double x)
UnivariateRealFunctionf(x).
evaluate in class UnivariateRealFunctionx - x
f(x)
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||