Catalano.Math.Functions
Class Normal
- java.lang.Object
-
- Catalano.Math.Functions.Normal
-
public class Normal extends java.lang.ObjectNormal distribution functions.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static doubleFunction(double value)Normal cumulative distribution function.static doubleHighAccuracyComplemented(double x)High-accuracy Complementary normal distribution function.static doubleHighAccuracyFunction(double x)High-accuracy Normal cumulative distribution function.static doubleInverse(double y0)Normal (Gaussian) inverse cumulative distribution function.
-
-
-
Method Detail
-
Function
public static double Function(double value)
Normal cumulative distribution function.- Parameters:
value- Value.- Returns:
- Result.
-
Inverse
public static double Inverse(double y0)
Normal (Gaussian) inverse cumulative distribution function.- Parameters:
y0- Value.- Returns:
- Result.
-
HighAccuracyFunction
public static double HighAccuracyFunction(double x)
High-accuracy Normal cumulative distribution function.- Parameters:
x- Value.- Returns:
- Result.
-
HighAccuracyComplemented
public static double HighAccuracyComplemented(double x)
High-accuracy Complementary normal distribution function.- Parameters:
x- Value.- Returns:
- Result.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG