Kernel Density Estimate and GPD Both Upper and Lower Tails Extreme Value Mixture Model
Kernel Density Estimate and GPD Both Upper and Lower Tails Extreme Value Mixture Model
Density, cumulative distribution function, quantile function and random number generation for the extreme value mixture model with kernel density estimate for bulk distribution between thresholds and conditional GPD beyond thresholds. The parameters are the kernel bandwidth lambda, lower tail (threshold ul, GPD scale sigmaul and shape xil and tail fraction phiul) and upper tail (threshold ur, GPD scale sigmaur and shape xiR and tail fraction phiur).
phiur: probability of being above upper threshold [0,1] or TRUE
bw: bandwidth for kernel (as standard deviations of kernel) or NULL
kernel: kernel name (default = "gaussian")
log: logical, if TRUE then log density
q: quantiles
lower.tail: logical, if FALSE then upper tail probabilities
p: cumulative probabilities
n: sample size (positive integer)
Returns
dgkg gives the density, pgkg gives the cumulative distribution function, qgkg gives the quantile function and rgkg gives a random sample.
Details
Extreme value mixture model combining kernel density estimate (KDE) for the bulk between thresholds and GPD beyond thresholds.
The user can pre-specify phiul and phiur
permitting a parameterised value for the tail fractions ϕul and ϕur. Alternatively, when phiul=TRUE and phiur=TRUE the tail fractions are estimated as the tail fractions from the KDE bulk model.
The alternate bandwidth definitions are discussed in the kernels, with the lambda as the default. The bw specification is the same as used in the density function.
The possible kernels are also defined in kernels
with the "gaussian" as the default choice.
Notice that the tail fraction cannot be 0 or 1, and the sum of upper and lower tail fractions phiul + phiur < 1, so the lower threshold must be less than the upper, ul < ur.
The cumulative distribution function has three components. The lower tail with tail fraction ϕul defined by the KDE bulk model (phiul=TRUE) upto the lower threshold x<ul:
F(x)=H(ul)[1−Gl(x)].
where H(x) is the kernel density estimator cumulative distribution function (i.e. mean(pnorm(x, kerncentres, bw)) and Gl(X) is the conditional GPD cumulative distribution function with negated x value and threshold, i.e. pgpd(-x, -ul, sigmaul, xil, phiul). The KDE bulk model between the thresholds ul≤x≤ur given by:
F(x)=H(x).
Above the threshold x>ur the usual conditional GPD:
F(x)=H(ur)+[1−H(ur)]Gr(x)
where Gr(X) is the GPD cumulative distribution function, i.e. pgpd(x, ur, sigmaur, xir, phiur).
The cumulative distribution function for the pre-specified tail fractions ϕul and ϕur is more complicated. The unconditional GPD is used for the lower tail x<ul:
F(x)=ϕul[1−Gl(x)].
The KDE bulk model between the thresholds ul≤x≤ur given by:
Above the threshold x>ur the usual conditional GPD:
F(x)=(1−ϕur)+ϕurG(x)
Notice that these definitions are equivalent when ϕul=H(ul) and ϕur=1−H(ur).
If no bandwidth is provided lambda=NULL and bw=NULL then the normal reference rule is used, using the bw.nrd0 function, which is consistent with the density function. At least two kernel centres must be provided as the variance needs to be estimated.
See gpd for details of GPD upper tail component and dkden for details of KDE bulk component.
Note
Unlike most of the other extreme value mixture model functions the gkg functions have not been vectorised as this is not appropriate. The main inputs (x, p or q) must be either a scalar or a vector, which also define the output length. The kerncentres can also be a scalar or vector.
The kernel centres kerncentres can either be a single datapoint or a vector of data. The kernel centres (kerncentres) and locations to evaluate density (x) and cumulative distribution function (q) would usually be different.
Default values are provided for all inputs, except for the fundamentals kerncentres, x, q and p. The default sample size for rgkg is 1.
Missing (NA) and Not-a-Number (NaN) values in x, p and q are passed through as is and infinite values are set to NA. None of these are not permitted for the parameters or kernel centres.
Due to symmetry, the lower tail can be described by GPD by negating the quantiles.
Error checking of the inputs (e.g. invalid probabilities) is carried out and will either stop or give warning message as appropriate.
Acknowledgments
Based on code by Anna MacDonald produced for MATLAB.
Scarrott, C.J. and MacDonald, A. (2012). A review of extreme value threshold estimation and uncertainty quantification. REVSTAT - Statistical Journal 10(1), 33-59. Available from http://www.ine.pt/revstat/pdf/rs120102.pdf
Bowman, A.W. (1984). An alternative method of cross-validation for the smoothing of density estimates. Biometrika 71(2), 353-360.
Duin, R.P.W. (1976). On the choice of smoothing parameters for Parzen estimators of probability density functions. IEEE Transactions on Computers C25(11), 1175-1179.
MacDonald, A., Scarrott, C.J., Lee, D., Darlow, B., Reale, M. and Russell, G. (2011). A flexible extreme value mixture model. Computational Statistics and Data Analysis 55(6), 2137-2157.
Wand, M. and Jones, M.C. (1995). Kernel Smoothing. Chapman && Hall.