|
NormalHighAccuracyFunction Method
|
High-accuracy Normal cumulative distribution function.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static double HighAccuracyFunction(
double x
)
Public Shared Function HighAccuracyFunction (
x As Double
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
Return Value
Type:
DoubleRemarks
The following formula provide probabilities with an absolute error
less than 8e-16.
References:
- George Marsaglia, Evaluating the Normal Distribution, 2004.
Available in: http://www.jstatsoft.org/v11/a05/paper
See Also