View source: R/zeroAugmentedGamma.R
gamma_mu_to_rate | R Documentation |
Convert Gamma parameters between mean-dispersion and shape-rate
gamma_mu_to_rate(mu, phi) gamma_rate_to_mu(shape, rate)
mu |
mean/s (non-negative). |
phi |
dispersion parameter. |
shape |
shape parameter. |
rate |
rate/s (or inverse scale/s). See dgamma for more details on shape and rate. |
a list with the converted Gamma parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.