Optimizes the bivariate loglikelihood of the Mittag-Leffler distribution via optim. Uses logMomentEstimator for initial parameter values.

mlmle(data, ...)

Arguments

data

Vector of class "numeric"

...

Additional parameters passed on to optim.

Value

The output of optim.

Examples

library(magrittr) rml(n = 100, tail = 0.8, scale = 1000) %>% mlmle()
#> $par #> tail scale #> 0.7757732 910.6931563 #> #> $loglik #> [1] -826.5338 #>