Learn R Programming

distributions3 (version 0.2.2)

fit_mle.Gamma: Fit a Gamma distribution to data

Description

Fit a Gamma distribution to data

Usage

# S3 method for Gamma
fit_mle(d, x, ...)

Value

a Gamma object

Arguments

d

A Gamma object created by a call to Gamma().

x

A vector to fit the Gamma distribution to.

...

Unused.