#include <plPoisson.h>
Inheritance diagram for plPoisson:
Public Member Functions | |
plPoisson (const plSymbol &variable, plFloat mean) | |
Constructs a Poisson distribution on the domain of the {variable}. | |
virtual | ~plPoisson () |
Destroys the kernel. |
Definition at line 30 of file plPoisson.h.
|
Constructs a Poisson distribution on the domain of the {variable}.
The value "mean" (also called lambda) is the mean of the distribution. |