qbymc: qbymc, a q value estimator founded upon medcouple.

Description Usage Arguments Value Author(s) References See Also Examples

Description

Given a random data set, the 'qbymc' uses the medcouple, a robust measure of tail weights, to yield a 'q' value, a characteristic entropic index of the q-gaussian distributions.

Usage

1
qbymc(x)

Arguments

x

numeric vector

Value

a number q < 3, and the standard error.

Author(s)

Emerson Luis de Santa Helena , Wagner Santos de Lima

References

de Santa Helena, E. L., Nascimento, C. M., and Gerhardt, G. J., (2015) Alternative way to charecterize a q-gaussian distribution by a robust heavy tail measurement. Physica A, (435):44-50.

See Also

Robustbase for medcouple. mc

Examples

1
2
3
set.seed(0002)
rr <- rqgauss(1000,1.333)
qbymc(rr)

qGaussian documentation built on May 1, 2019, 11:30 p.m.

Related to qbymc in qGaussian...