DistLib
Class poisson

java.lang.Object
  |
  +--DistLib.poisson

public class poisson
extends java.lang.Object


Constructor Summary
poisson()
           
 
Method Summary
static double cumulative(double x, double lambda)
           
static double density(double x, double lambda)
           
static double quantile(double x, double lambda)
           
static double random(double mu, uniform PRNG)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

poisson

public poisson()
Method Detail

density

public static double density(double x,
                             double lambda)

cumulative

public static double cumulative(double x,
                                double lambda)

quantile

public static double quantile(double x,
                              double lambda)

random

public static double random(double mu,
                            uniform PRNG)