Learn R Programming

bda (version 1.1.1-7)

mle.gamma: Compute the MLEs of a gamma distribution.

Description

Compute the MLEs of a gamma distribution.

Usage

mle.gamma(x)

Arguments

x
vector of quantiles.

See Also

smkde,histospline.

Examples

Run this code
x = rgamma(100,10,2)
mle.gamma(x)

Run the code above in your browser using DataLab