public class Gaussian extends Object
| Constructor and Description |
|---|
Gaussian() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static double |
phi(double x) |
static double |
Phi(double z) |
static double |
phi(double x,
double mu,
double sigma) |
static double |
Phi(double z,
double mu,
double sigma) |
static double |
PhiInverse(double y) |
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)
Copyright © 2016 Power TAC. All Rights Reserved.