other.q {evt0}R Documentation

Other methods for high quantile estimate

Description

This function computes high quantile or value-at-risk (VaR) estimate based on moment (MO), generalized Hill (GH) and mixed moment (MM) extreme value index (EVI) estimates.

Usage

other.q(x, k, q, method = c("MO", "GH", "MM"))

Arguments

x

Data vector.

k

a vector of number of upper order statistics.

q

quantile level.

method

Method used, moment estimate("MO", default), generalized Hill ("GH") and mixed moment ("MM").

Details

The computation of estimate of high quantile or VaR is based on moment, generalized Hill and mixed moment EVI estimators and the computation of EVI estimators are related to the work by Dekkers et al. (1989), Beirlant et al. (1996) and Fraga Alves et al. (2009).

Value

a k dimensional vector of EVI and high quantile estimates.

Author(s)

B G Manjunath bgmanjunath@gmail.com

References

Dekkers, A., Einmahl, J. and L. de Haan. (1989). A moment estimator for the index of an extreme-value distribution. Ann. Statist., 17, 1833– 1855.

Beirlant, J., Vynckier, P. and Teugels, J. (1996). Excess functions and estimation of the extreme-value index. Bernoulli, 2, 293–318.

Fraga Alves, M.I., Gomes, M.I., de Haan, L. and Neves, C. (2009). The mixed moment estimator and location invariant alternatives. Extremes, 12, 149–185.

Weissman, I. (1978). Estimation of parameters and large quantiles based on the k largest observations. J. Amer. Statist. Assoc., 73, 812– 815.

See Also

other.EVI

Examples

# generate random samples               
x = rfrechet(50000, loc = 0, scale = 1,shape = 1/0.5)

# estimate EVI and high quantile at level q
other.q(x,c(500,5000,40000),0.5,"MO")

[Package evt0 version 1.1-4 Index]