mlmle {MittagLeffleR} | R Documentation |
Optimizes the bivariate loglikelihood of the Mittag-Leffler distribution
via optim
. Uses logMomentEstimator
for initial parameter values.
mlmle(data, ...)
data |
Vector of class "numeric" |
... |
Additional parameters passed on to |
The output of optim
.
library(magrittr)
rml(n = 100, tail = 0.8, scale = 1000) %>% mlmle()