gammadist {mistr} | R Documentation |
The function creates an object which represents the gamma distribution.
gammadist(shape = 2, rate, scale)
shape |
shape parameter, default: 2. |
rate |
rate parameter, an alternative way to specify the scale. |
scale |
scale parameter. |
See GammaDist
.
Object of class gammadist.
G <- gammadist(shape = 2, scale = 3)
d(G, c(2, 3, 4, NA))
r(G, 5)