| mean.poisson_dist | R Documentation |
Mean of a Poisson distribution.
## S3 method for class 'poisson_dist'
mean(x, ...)
x |
A |
... |
Additional arguments (not used). |
The mean, equal to lambda.
mean(poisson_dist(5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.