Last data update: 2014.03.03

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

gammaMME: get the MME of a gamma distribution via fast conditional likelihood

Description

Method of moments estimator for the parameters of a gamma distribution

Usage

  gammaMME(x)

Arguments

x

A vector

Details

Not yet.

Value

The method of moments estimate of the parameters.

Author(s)

Tim Triche, Jr..

Examples

  
  foo <- rgamma(100, 12, 10)
  gammaMME(foo)

Results