Learn R Programming

distributional (version 0.1.0)

dist_poisson: The Poisson Distribution

Description

stable

Usage

dist_poisson(lambda)

Arguments

lambda

vector of (non-negative) means.

See Also

stats::Poisson

Examples

Run this code
# NOT RUN {
dist_poisson(lambda = c(1, 4, 10))

# }

Run the code above in your browser using DataLab