| gamma_dist | R Documentation |
Construct a gamma distribution object.
gamma_dist(shape, rate)
shape |
Shape parameter (positive scalar) |
rate |
Rate parameter (positive scalar) |
A gamma_dist object
x <- gamma_dist(shape = 2, rate = 1)
mean(x)
vcov(x)
format(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.