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