public class NormalDistribution extends Object
Constructor and Description |
---|
NormalDistribution() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static double density(double x)
x
- Argumentpublic static double cumulativeDistribution(double x)
x
- A sample pointpublic static double inverseCumulativeDistribution(double p)
p
- The probabilitypublic static double inverseCumulativeNormalDistribution_Wichura(double p)
p
- The probablity (quantile).Copyright © 2015. All rights reserved.