Description Usage Arguments Value Author(s) Examples
Beta Distribution Moments Calculate the mean and variance of a beta distribution, given its two shape parameters
1 | betaMoments(alpha, beta)
|
alpha |
Beta distribution shape parameter #1 [0, Inf] |
beta |
Beta distribution shape parameter #2 [0, Inf] |
Named list with 2 elements: mean = mean of given beta disitribution var = variance of given beta disitribution
Will Hopper
1 | betaMoments(alpha=.01, beta = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.