Grocer Function
NAME
pois_pdf - Poisson distribution
CALLING SEQUENCE
[pdf]=pois_pdf(x,l)
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