logMomentEstimator: Log-Moments Estimator for the Mittag-Leffler Distribution...

Description Usage Arguments Value References Examples

Description

Tail and scale parameter of the Mittag-Leffler distribution are estimated by matching with the first two empirical log-moments (see Cahoy et al., doi: 10.1016/j.jspi.2010.04.016).

Usage

1
logMomentEstimator(x, alpha = 0.05)

Arguments

x

A vector of non-negative data.

alpha

Confidence intervals are calculated at level 1 - alpha.

Value

A named vector with entries (nu, delta, nuLo, nuHi, deltaLo, deltaHi) where nu is the tail parameter and delta the scale parameter of the Mittag-Leffler distribution, with confidence intervals (nuLo, nuHi) resp. (deltaLo, deltaHi).

References

Cahoy, D. O., Uchaikin, V. V., & Woyczynski Wojbor, W. A. (2010). Parameter estimation for fractional Poisson processes. Journal of Statistical Planning and Inference, 140(11), 3106–3120. doi: 10.1016/j.jspi.2010.04.016

Cahoy, D. O. (2013). Estimation of Mittag-Leffler Parameters. Communications in Statistics - Simulation and Computation, 42(2), 303–315. doi: 10.1080/03610918.2011.640094

Examples

1
logMomentEstimator(rml(n = 1000, scale = 0.03, tail = 0.84), alpha=0.95)

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