| mean.beta_dist | R Documentation |
Computes \alpha / (\alpha + \beta) where \alpha = shape1
and \beta = shape2.
## S3 method for class 'beta_dist'
mean(x, ...)
x |
A |
... |
Additional arguments (not used). |
The mean of the distribution.
mean(beta_dist(2, 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.