Learn R Programming

evt0 (version 1.1.5)

mop.AREFF: Asymptotic efficiency of mean of order p

Description

This function compute asymptotic relative efficiency of mean of order p (MOP) with respect to classical Hill estimator.

Usage

mop.AREFF(x, k, p)

Value

a matrix of asymptotic relative efficiency estimates, corresponds to k row and p columns.

Arguments

x

Data vector.

k

a vector of number of upper order statistics.

p

a vector of mean order.

Author

B G Manjunath bgmanjunath@gmail.com

Details

Given two biased estimators MOP and Hill, the asymptotic root efficiency (AREFF) of MOP relatively to Hill is given in Brilhante et al. (2013). Note that highest the AREFF indicator the better is the MOP estimator.

References

Brilhante, M.F., Gomes, M.I. and Pestana, D. (2013). A simple generalisation of the Hill estimator. Computational Statistics and Data Analysis, 57, 518-- 535.

See Also

mop

Examples

Run this code
# generate random samples               
x = rfrechet(50000, loc = 0, scale = 1,shape = 1)

# estimate AREFF
mop.AREFF(x,c(1,500,5000,49999), c(-1,0,0.1))

Run the code above in your browser using DataLab