other.q | R Documentation |
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.
other.q(x, k, q, method = c("MO", "GH", "MM"))
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"). |
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).
a k
dimensional vector of EVI and high quantile estimates.
B G Manjunath bgmanjunath@gmail.com
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.
other.EVI
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.