Learn R Programming

distributional (version 0.1.0)

dist_gamma: The Gamma distribution

Description

stable

Usage

dist_gamma(shape, rate)

Arguments

shape

shape and scale parameters. Must be positive, scale strictly.

rate

an alternative way to specify the scale.

See Also

stats::GammaDist

Examples

Run this code
# NOT RUN {
dist_gamma(shape = c(1,2,3,5,9,7.5,0.5), rate = c(0.5,0.5,0.5,1,2,1,1))

# }

Run the code above in your browser using DataLab