fit_mle.Gamma: Fit a Gamma distribution to data

View source: R/Gamma.R

fit_mle.GammaR Documentation

Fit a Gamma distribution to data

Description

Fit a Gamma distribution to data

Usage

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

Arguments

d

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

x

A vector to fit the Gamma distribution to.

...

Unused.

Value

a Gamma object


distributions3 documentation built on Sept. 7, 2022, 5:07 p.m.