Description Usage Arguments Value Author(s) Examples
Considering a Beta Distribution calculates the log-density
ld = (α_1 - 1) * log(y) + (α_2 - 1) * log(1 - y) - logBeta(α_1, α_2); y \in (0, 1)
1 2 3 4 5 6 7 |
y |
observations, numeric or reference object of class 'number' |
a1 |
shape parameter, numeric of reference object of class 'number' |
a2 |
shape parameter, numeric of reference object of class 'number' |
Returns a 'numeric' or a reference object of class 'number'
Filippo Monari
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.