Class Gaussian
- java.lang.Object
-
- org.powertac.householdcustomer.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 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)
-
-
-
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)
-
-