jhplot.math
Class Poisson

java.lang.Object
  extended by jhplot.math.Poisson

public class Poisson
extends java.lang.Object

Build a poisson distribution


Constructor Summary
Poisson(double lambda)
          Creates a variable with a given mean.
 
Method Summary
static void main(java.lang.String[] args)
           
 int next()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Poisson

public Poisson(double lambda)
Creates a variable with a given mean.

Method Detail

next

public int next()

main

public static final void main(java.lang.String[] args)


jHepWork 2.1 (C) S.Chekanov