Learn R Programming

MittagLeffleR (version 0.4.1)

mlmle: 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 optim.

Value

The output of optim.

Examples

Run this code
# NOT RUN {
library(magrittr)
rml(n = 100, tail = 0.8, scale = 1000) %>% mlmle()
# }

Run the code above in your browser using DataLab