View source: R/distribution_functions.R
test_sigmaGamma | R Documentation |
Check that data are within range of an approximated gamma distribution
test_sigmaGamma(data, sigmaN = 6)
data |
A numeric vector. |
sigmaN |
An integer value. A multiplier of |
Approximate shape and scale instead of very slow call:
g <- MASS::fitdistr(data, "gamma")
Choi, S. C., and R. Wette. 1969. Maximum Likelihood Estimation of the Parameters of the Gamma Distribution and Their Bias. Technometrics 11:683-690.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.