Description Usage Arguments Value Note Examples
Plot the PDF of the Inverse Gamma distribution.
1 | plotInvGamma(shape, scale)
|
shape |
shape parameter of the Inverse Gamma distribution. |
scale |
scale parameter of the Inverse Gamma distribution. |
The PDF of InvGamma(shape, scale).
The output can be treated like any ggplot2
object and modified accordingly.
Also note that the scale
parameter of the Inverse Gamma distribution is
analogous to the beta
(or rate) parameter of the regular Gamma distribution.
The beta
parameter of the plotNormalInvGamma distribution is analogous
to the scale
parameter here.
1 2 3 | plotInvGamma(2, 4)
plotInvGamma(1, 17)
## Not run: plotInvGamma(1, 17) + ggtitle('I hate the default title!')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.