test_sigmaGamma: Check that data are within range of an approximated gamma...

View source: R/distribution_functions.R

test_sigmaGammaR Documentation

Check that data are within range of an approximated gamma distribution

Description

Check that data are within range of an approximated gamma distribution

Usage

test_sigmaGamma(data, sigmaN = 6)

Arguments

data

A numeric vector.

sigmaN

An integer value. A multiplier of stats::sd.

Note

Approximate shape and scale instead of very slow call: g <- MASS::fitdistr(data, "gamma")

References

Choi, S. C., and R. Wette. 1969. Maximum Likelihood Estimation of the Parameters of the Gamma Distribution and Their Bias. Technometrics 11:683-690.


DrylandEcology/rSW2utils documentation built on Dec. 9, 2023, 10:44 p.m.