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