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
.
#> $par #> tail scale #> 0.7757732 910.6931563 #> #> $loglik #> [1] -826.5338 #>