Description Usage Arguments Details Value Note Examples
Plot the PDF of the Gamma distribution.
1 | plotGamma(shape, rate)
|
shape |
shape (α) parameter of the Gamma distribution. |
rate |
rate (β) parameter of the Gamma distribution. |
Note: We use the shape/rate parametrization of Gamma. See https://en.wikipedia.org/wiki/Gamma_distribution for details.
The PDF of Gamma(shape, rate).
The output can be treated like any ggplot2
object and modified accordingly.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.