fit_mle.Gamma {distributions3} | R 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 |
x |
A vector to fit the Gamma distribution to. |
... |
Unused. |
Value
a Gamma
object
[Package distributions3 version 0.2.1 Index]