View source: R/numericFunctions.R
computeGammaParms | R Documentation |
Compute the mean and variance of the Gamma distribution from the shape and rate or scale parameters
computeGammaParms(mu, var)
mu |
Gamma distribution mean |
var |
Gamma distribution variance |
A list containing the shape, rate and scale parameters of Gamma distribution
Steve Gutreuter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.