Learn R Programming

distributional (version 0.2.1)

dist_inverse_gamma: The Inverse Gamma distribution

Description

stable

Usage

dist_inverse_gamma(shape, rate = 1/scale, scale)

Arguments

shape

parameters. Must be strictly positive.

rate

an alternative way to specify the scale.

scale

parameters. Must be strictly positive.

See Also

actuar::InverseGamma

Examples

Run this code
# NOT RUN {
dist_inverse_gamma(shape = c(1,2,3,3), rate = c(1,1,1,2))

# }

Run the code above in your browser using DataLab