fit_mle.Exponential {distributions3} | R Documentation |
Fit an Exponential distribution to data
Description
Fit an Exponential distribution to data
Usage
## S3 method for class 'Exponential'
fit_mle(d, x, ...)
Arguments
d |
An |
x |
A vector of data. |
... |
Unused. |
Value
An Exponential
object.
[Package distributions3 version 0.2.1 Index]