View source: R/deriveGammaparams.R
deriveGammaParams | R Documentation |
Derive the parameters for the Gamma distrubution from the mean and sd
deriveGammaParams(Mean = NULL, Sd = NULL, Var = NULL)
Mean |
Numeric. The mean |
Sd |
Numeric. The standard deviation |
Var |
Numeric. The variance (alternative to sd) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.