Grocer >> Supplementary distibution functions > pois_pdf
pois_pdf
Poisson distribution
PARAMETERS
- Input
* x = variable vector (nxm)
* l = value at which to evaluate pdf
- Output
* pdf = = (nxm) vector containing pdf for each x
DESCRIPTION
Computes the normal probability density function at x of the Poisson distribution with parameter lambda.
EXAMPLE
x=pois_pdf(5,3) |  |  | |
AUTHOR
Eric Dubois 2002