org.powertac.officecomplexcustomer.configurations
Class Gaussian

java.lang.Object
  extended by org.powertac.officecomplexcustomer.configurations.Gaussian

public class Gaussian
extends Object


Constructor Summary
Gaussian()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gaussian

public Gaussian()
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)


Copyright © 2012 Power TAC. All Rights Reserved.