rinvgamma | R Documentation |
Random generation for the Inverse Gamma distribution with
parameters shape
(alpha) and scale
(beta).
rinvgamma(n, shape, scale)
n |
number of observations. If |
shape |
shape and scale parameters. Must be positive,
|
scale |
shape and scale parameters. Must be positive,
|
numeric vector of length n
.
rinvgamma(10, 0.5, 0.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.