gammaMME: gammaMME: get the MME of a gamma distribution via fast...

Description Usage Arguments Details Value Author(s) Examples

View source: R/gammaMME.R

Description

Method of moments estimator for the parameters of a gamma distribution

Usage

1

Arguments

x

A vector

Details

Not yet.

Value

The method of moments estimate of the parameters.

Author(s)

Tim Triche, Jr..

Examples

1
2
3
  
  foo <- rgamma(100, 12, 10)
  gammaMME(foo)

rGammaGamma documentation built on May 2, 2019, 6:38 a.m.