mlmle: Maximum Likelihood Estimation of the Mittag-Leffler...

Description Usage Arguments Value Examples

View source: R/MLMLE.R

Description

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

Usage

1

Arguments

data

Vector of class "numeric"

...

Additional parameters passed on to optim.

Value

The output of optim.

Examples

1
2
library(magrittr)
rml(n = 100, tail = 0.8, scale = 1000) %>% mlmle()

MittagLeffleR documentation built on Sept. 6, 2021, 9:11 a.m.