mlmle {MittagLeffleR} | R Documentation |
Maximum Likelihood Estimation of the Mittag-Leffler distribution
Description
Optimizes the bivariate loglikelihood of the Mittag-Leffler distribution
via optim
. Uses logMomentEstimator
for initial parameter values.
Usage
mlmle(data, ...)
Arguments
data |
Vector of class "numeric" |
... |
Additional parameters passed on to |
Value
The output of optim
.
Examples
library(magrittr)
rml(n = 100, tail = 0.8, scale = 1000) %>% mlmle()
[Package MittagLeffleR version 0.4.1 Index]