public class Gaussian
extends Object
-
Constructor Summary
Constructors
| Constructor |
Description |
Gaussian() |
|
-
Method Summary
| Modifier and Type |
Method |
Description |
static void |
main(String[] args) |
|
static double |
phi(double x) |
|
static double |
phi(double x,
double mu,
double sigma) |
|
static double |
Phi(double z) |
|
static double |
Phi(double z,
double mu,
double sigma) |
|
static double |
PhiInverse(double y) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
public static double phi(double x)
-
public static double phi(double x,
double mu,
double sigma)
-
public static double Phi(double z)
-
public static double Phi(double z,
double mu,
double sigma)
-
public static double PhiInverse(double y)
-
public static void main(
String[] args)