#include <CNCL/Poisson.h>
CN_POISSON
CNRandom
None
CNRNG
CNPoisson is a class for generating Poisson distributed random
numbers.
Constructors:
CNPoisson();
CNPoisson(CNParam *param);
CNPoisson(double mean, CNRNG *gen);
CNPoisson distribution with a base random number
generator gen and mean value mean.
In addition to the member functions required by CNCL, CNPoisson
provides:
double mean();
double mean(double x);
virtual double operator() ();
Go to the first, previous, next, last section, table of contents.