two_gamma | R Documentation |
two_gamma
classtwo_gamma class that describes
g() = pi0 gamma(shape1, scale1) + (1-pi0) gamma(shape2, scale2)
two_gamma(pi0, shape1, scale1, shape2, scale2)
pi0 |
A scalar specifying the weight on point mass at 0 |
shape1, |
A scalar specifying the shape of gamma in first component |
scale1, |
A scalar specifying the scale of gamma in first component |
shape2, |
A scalar specifying the shape of gamma in second component |
scale2, |
A scalar specifying the scale of gamma in second component |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.