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