powered by
Optimizes the bivariate loglikelihood of the Mittag-Leffler distribution via optim. Uses logMomentEstimator for initial parameter values.
optim
logMomentEstimator
mlmle(data, ...)
Vector of class "numeric"
Additional parameters passed on to optim.
The output of optim.
# NOT RUN { library(magrittr) rml(n = 100, tail = 0.8, scale = 1000) %>% mlmle() # }
Run the code above in your browser using DataLab