public class NormalDistribution extends Object
| 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 |
inverseCumulativeNormalDistributionWichura(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 inverseCumulativeNormalDistributionWichura(double p)
p - The probablity (quantile).Copyright © 2019. All rights reserved.