fit_mle.Exponential: Fit an Exponential distribution to data
Description
Fit an Exponential distribution to data
Usage
# S3 method for Exponential
fit_mle(d, x, ...)
Value
An Exponential object.
Arguments
- d
An Exponential object created by a call to Exponential().
- x
A vector of data.
- ...
Unused.