View source: R/betafunctions.R
MLA | R Documentation |
Given a fitted Standard (two-parameter) Beta Distribution, return the alpha shape-parameter value where the observed mean becomes the mode.
MLA(alpha, beta, x = NULL, n = NULL)
alpha |
Observed alpha-parameter value for fitted Standard Beta Probability Density Distribution. |
beta |
Observed beta-parameter value for fitted Standard Beta Probability Density Distribution. |
x |
Observed proportion-correct outcome. |
n |
Test-length. |
The Alpha shape-parameter value for the Standard Beta probability density distribution where the observed mean is the expected mode.
# Assuming a prior Standard (two-parameter) Beta distribution is fit, which
# yield an alpha parameter of 10 and a beta parameter of 8, calculate the
# true-alpha parameter most likely to have produced the observations:
MLA(a = 10, b = 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.