These functions return the mean, standard deviation, shape, or rate of a gamma distribution given the other pair of parameters.
1 2 3 4 5 6 7 | gamma_shape(mean, sd)
gamma_rate(mean, sd)
gamma_mean(shape, rate)
gamma_sd(shape, rate)
|
mean |
A vector of one or more means |
sd |
A vector of one or more standard deviations |
shape |
A vector of one or more shape parameters |
rate |
A vector of one or more rate parameters |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.