powered by
Construct a gamma distribution object.
gamma_dist(shape, rate)
A gamma_dist object
gamma_dist
Shape parameter (positive scalar)
Rate parameter (positive scalar)
x <- gamma_dist(shape = 2, rate = 1) mean(x) vcov(x) format(x)
Run the code above in your browser using DataLab