Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/UniEstimation.r View source: R/Estimation.r
Computes a point and interval estimate of the VaR based on the Weissman estimator.
1 2 |
data |
A vector of (1 x n) observations. |
tau |
A real in (0,1) specifying the intermediate level τ_n. See Details. |
tau1 |
A real in (0,1) specifying the extreme level τ'_n. See Details. |
var |
If |
varType |
A string specifying the type of asymptotic variance to compute. By default |
bias |
A logical value. By default |
bigBlock |
An interger specifying the size of the big-block used to estimaste the asymptotic variance. See Details. |
smallBlock |
An interger specifying the size of the small-block used to estimaste the asymptotic variance. See Details. |
k |
An integer specifying the value of the intermediate sequence k_n. See Details. |
alpha |
A real in (0,1) specifying the confidence level (1-α)100\% of the approximate confidence interval for the VaR. |
For a dataset data
of sample size n, the VaR or EQ, correspoding to the extreme level tau1
, is computed by applying the Weissman estimator. The definition of the Weissman estimator depends on the estimation of the tail index γ. Here, γ is estimated using the Hill estimation (see HTailIndex). The observations can be either independent or temporal dependent (see e.g. de Haan and Ferreira 2006; Drees 2003; de Haan et al. 2016 for details).
The so-called intermediate level tau
or τ_n is a sequence of positive reals such that τ_n -> 1 as n -> ∞. Practically, (1-τ_n) in (0,1) is a small proportion of observations in the observed data sample that exceed the tau_n-th empirical quantile. Such proportion of observations is used to estimate the tau_n-th quantile and γ.
The so-called extreme level tau1
or τ'_n is a sequence of positive reals such that τ'_n -> 1 as n -> ∞.
The value (1-τ'_n) in (0,1) is meant to be a small tail probability such that (1-τ'_n)=1/n or (1-τ'_n) < 1/n. It is also assumed that n(1-tau'_n) -> C as n -> ∞, where C is a positive finite constant. The value C is the expected number of exceedances of the τ'_n-th quantile. Typically, C in (0,1) which means that it is expected that there are no observations in a data sample exceeding the quantile of level (1-τ_n').
If var=TRUE
then an esitmate of the asymptotic variance of the tau'_n-th quantile is computed. With independent observations the asymptotic variance is estimated by the formula \hat{γ}^2 (see e.g. de Drees 2000, 2003, for details). This is achieved through varType="asym-Ind"
. With serial dependent data the asymptotic variance is estimated by the formula in 1288 in Drees (2000). This is achieved through varType="asym-Dep"
. In this latter case the computation of the serial dependence is based on the "big blocks seperated by small blocks" techinque which is a standard tools in time series, see e.g. Leadbetter et al. (1986). The size of the big and small blocks are specified by the parameters bigBlock
and smallBlock
, respectively. With serial dependent data the asymptotic variance can also be estimated by formula (32) of Drees (2003). This is achieved through varType="asym-Alt-Dep"
.
If bias=TRUE
then an estimate of the τ'_n–th quantile is computed using the formula in page 330 of de Haan et al. (2016), which provides a bias corrected version of the Weissman estimator. However, in this case the asymptotic variance is not estimated using the formula in Haan et al. (2016) Theorem 4.2. Instead, for simplicity standard formula in Drees (2000) page 1288 is used.
k
or k_n is the value of the so-called intermediate sequence k_n, n=1,2,.... Its represents a sequence of positive integers such that k_n -> ∞ and k_n/n -> 0 as n -> ∞. Practically, the value k_n specifies the number of k
+1 larger order statistics to be used to estimate the τ_n-th empirical quantile and γ. The intermediate level τ_n can be seen defined as τ_n=1-k_n/n.
Given a small value α\in (0,1) then an estimate of an asymptotic confidence interval for tau'_n-th quantile, with approximate nominal confidence level (1-α)100\%, is computed. The confidence intervals are computed exploiting the formulas (33) and (46) of Drees (2003). When biast=TRUE
confidence intervals are computed in the same way but after correcting the tail index estimate by an estimate of the bias term, see formula (4.2) in de Haan et al. (2016) for details. Furthermore, in this case with serial dependent data the asymptotic variance is estimated using the formula in Drees (2000) page 1288.
A list with elements:
ExtQHat
: an estimate of the VaR or τ'_n-th quantile;
VarExQHat
: an estimate of the asymptotic variance of the VaR estimator;
CIExtQ
: an estimate of the approximate (1-α)100\% confidence interval for the VaR.
Simone Padoan, simone.padoan@unibocconi.it, http://mypage.unibocconi.it/simonepadoan/; Gilles Stupfler, gilles.stupfler@ensai.fr, http://ensai.fr/en/equipe/stupfler-gilles/
Padoan A.S. and Stupfler, G. (2020). Extreme expectile estimation for heavy-tailed time series. arXiv e-prints arXiv:2004.04078, http://arxiv.org/abs/2004.04078.
de Haan, L., Mercadier, C. and Zhou, C. (2016). Adapting extreme value statistics tonancial time series: dealing with bias and serial dependence. Finance and Stochastics, 20, 321-354.
de Haan, L. and Ferreira, A. (2006). Extreme Value Theory: An Introduction. Springer-Verlag, New York.
Drees, H. (2000). Weighted approximations of tail processes for β-mixing random variables. Annals of Applied Probability, 10, 1274-1301.
Drees, H. (2003). Extreme quantile estimation for dependent data, with applications to finance. Bernoulli, 9, 617-657.
Leadbetter, M.R., Lindgren, G. and Rootzen, H. (1989). Extremes and related properties of random sequences and processes. Springer.
HTailIndex, EBTailIndex, estExpectiles
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | # Extreme quantile estimation at the level tau1 obtained with 1-dimensional data
# simulated from an AR(1) with univariate Student-t distributed innovations
tsDist <- "studentT"
tsType <- "AR"
# parameter setting
corr <- 0.8
df <- 3
par <- c(corr, df)
# Big- small-blocks setting
bigBlock <- 65
smallBlock <- 15
# Intermediate level (or sample tail probability 1-tau)
tau <- 0.97
# Extreme level (or tail probability 1-tau1 of unobserved quantile)
tau1 <- 0.9995
# sample size
ndata <- 2500
# Simulates a sample from an AR(1) model with Student-t innovations
data <- rtimeseries(ndata, tsDist, tsType, par)
# VaR (extreme quantile) estimation
extQHat1 <- extQuantile(data, tau, tau1, TRUE, bigBlock=bigBlock, smallBlock=smallBlock)
extQHat1$ExtQHat
extQHat1$CIExtQ
# VaR (extreme quantile) estimation with bias correction
extQHat2 <- extQuantile(data, tau, tau1, TRUE, bias=TRUE, bigBlock=bigBlock, smallBlock=smallBlock)
extQHat2$ExtQHat
extQHat2$CIExtQ
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.