Learn R Programming

rGammaGamma (version 1.0.12)

gammaMME: 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

Value

The method of moments estimate of the parameters.

Details

Not yet.

Examples

Run this code
  
  foo <- rgamma(100, 12, 10)
  gammaMME(foo)

Run the code above in your browser using DataLab