dpois(x, lambda) ppois(q, lambda) qpois(p, lambda) rpois(n, lambda)
x
| vector of (positive) quantiles. |
p
| vector of probabilities. |
n
| number of random values to return. |
lambda
| vector of positive means. |
lambda
. dpois
gives the density,
ppois
gives the distribution function qpois
gives the
quantile function and rpois
generates random deviates.
The Poisson distribution has density
p(x) = lambda^x exp(-lambda)/x!