Description Usage Arguments Value Author(s) Examples
Considering a Gamma Distribution calculates the log-density.
α * log(β) - logGamma(α) + (α - 1) log(y) - β * y; y > 0
1 2 3 4 5 6 7 |
y |
observations, numeric or reference object of class 'number' |
a |
shape parameter, numeric of reference object of class 'number' |
b |
rate 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.