powered by
Mean of a Poisson distribution.
# S3 method for poisson_dist mean(x, ...)
The mean, equal to lambda.
lambda
A poisson_dist object.
poisson_dist
Additional arguments (not used).
mean(poisson_dist(5))
Run the code above in your browser using DataLab