Class Gaussian
- java.lang.Object
 - 
- org.powertac.officecomplexcustomer.configurations.Gaussian
 
 
- 
public class Gaussian extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Gaussian() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)static doublephi(double x)static doublephi(double x, double mu, double sigma)static doublePhi(double z)static doublePhi(double z, double mu, double sigma)static doublePhiInverse(double y) 
 - 
 
- 
- 
Method Detail
- 
phi
public static double phi(double x)
 
- 
phi
public static double phi(double x, double mu, double sigma) 
- 
Phi
public static double Phi(double z)
 
- 
Phi
public static double Phi(double z, double mu, double sigma) 
- 
PhiInverse
public static double PhiInverse(double y)
 
- 
main
public static void main(String[] args)
 
 - 
 
 -