Description Usage Arguments Details Author(s)
Internal functions used by the texmex
package.
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 36 37 38 39 40 | ## S3 method for class 'gpd'
hist(x, xlab, ylab, main, ...)
qqgpd(object, nsim = 1000, alpha = 0.05, xlab, ylab, main, plot = TRUE,
ylim = "auto", pch=1, col = 2, cex = 0.75, linecol = 4, intcol = 0,
polycol = 15)
ppgpd(object, nsim = 1000, alpha = 0.05, xlab, ylab, main,
pch=1, col = 2, cex = 0.75, linecol = 4, intcol = 0,
polycol = 15)
qgpd2(N, sigma = 1, xi = 1, u = 0, la = 1)
u2gpd(u, p=1, th=0, sigma, xi)
mexTransform(x, method = "mixture", divisor = "n+1", na.rm=TRUE,
margins="laplace")
revTransform(x, data, qu, th=0, sigma=1, xi=0, method="mixture")
gpdFit(y, th, X.phi, X.xi, penalty="none", start=NULL,
priorParameters = NULL, maxit = 10000, trace = 0, hessian = TRUE)
info.gpd(o, method="observed")
ConstraintsAreSatisfied(a,b,z,zpos,zneg,v)
PosGumb.Laplace.negloglik(yex, ydep, a, b, m, s, constrain, v, aLow)
PosGumb.Laplace.negProfileLogLik(yex, ydep, a, b, constrain, v, aLow)
Profile_likelihood_HT_unc(par,listr,x,silly=-10^(40))
estimate_HT(list,u,pars,params=TRUE)
Dcond(x,a,b,c,d,zi,zk)
roots(lev,a,c,b,d,Zj,Zk)
Profile_likelihood_cd_nm_joint_D_KT_neg(par,listr,x,Zestfun,...,v,silly=-10^(40))
Profile_likelihood_cd_nm_joint_D_KT(par,listr,x,Zestfun,...,v,silly=-10^(40))
profile_minmax_joint_posneg_KT (pars,listdata,u,q1=0,q2=1,...,sill=-10^(40))
initial_posneg(D,...)
estimate_HT_KPT_joint_posneg_nm(pars,x,listr,params=TRUE,...,k=3)
inv_Laplace(p)
gpdDelta(A, K)
addCov(res,X)
namesBoot2bgpd(bootobject)
plotRLgpd(M,xm,polycol,cicol,linecol,ptcol,n,xdat,pch,smooth,xlab,ylab,
main,xrange,yrange)
rFrechet(n)
rMaxAR(n,theta)
.extRemes.decluster.intervals(Z, ei)
.extRemes.decluster.runs(Z, r)
.extRemes.exi.intervals(Z)
|
x, object, data |
Object to be used by plot functions, vector to be converted. |
xlab, ylab, ylim, main, pch, col, cex, linecol, intcol, polycol, ... |
Arguments to plot functions. |
N |
Number of observations corresponding to N-observation return level to be calculated. |
la |
Rate at which threshold is exceeded. |
alpha |
Control nominal coverage of condfidence intervals. Defaults to |
nsim |
Number of simulated datasets to use in computing confidence intervals. |
plot |
Whether or not to plot the result. |
u |
Uniform deviates to be converted to GPD deviates. |
p, th, qu, sigma, xi |
Paramters of GPD distribution. |
method |
Argument to |
divisor |
Divisor used in estimation of empirical distribution. |
na.rm |
Whether or not to remove missing values. |
margins |
Form of margins to which to transform |
y, X.phi, X.xi, penalty, start, priorParameters, maxit, trace |
Arguments
supplied to |
hessian |
Argument passed to |
o |
Argument supplied to |
a,b |
Dependence parameters of the Heffernan and Tawn dependence model. |
m,s |
Nuisance parameters of the Heffernan and Tawn dependence model. |
z,zpos,zneg |
Quantiles of the residuals under the fitted Heffernan and Tawn model, asymptotic positive dependence and asymptotic negative dependence respectively. |
v |
Positive scalar, tuning parameter for constrained estimation of Heffernan and Tawn dependence model under estimation with Laplace marginal distributions. |
constrain |
Logical. Whether to carry out estimation of Heffernan and Tawn model parameters under correct stochastic ordering of fitted model and asymptotic positive/negative dependence models. |
aLow |
Lower bound for dependence parameter |
yex, ydep |
Data for model estimation: |
par, listr, silly, list, pars, params, c, d, zi, zk, lev, Zj, Zk, Zestfun,
listdata, q1, q2, sill, D, k |
Arguments to independently coded test functions implementing constrained estimation of the H+T2004 conditional dependence model with Laplace margins. |
A, K |
Arguments to |
res,X |
Arguments to |
bootobject |
Argument to |
M,xm,cicol,ptcol,n,xdat,smooth,xrange,yrange |
Arguments to plotRLgpd which is a worker function, does the actual plotting for |
theta |
Argument to |
Z,r,ei |
Arguments to extRemes package functions used for testing of declustering code. Numeric Z logical indicating threshold excess, r run length for runs declustering and ei extremal index estimate. |
None of these functions are intended to be used explicitly.
The plotting functions are used internally by plot.gpd
.
Some of the code is based on code that appears in the ismev
package,
originally written by Stuart Coles, the evd package by Alec Stephenson and extRemes package by Eric Gilleland, Rick Katz and Greg Young.
Code to carry out estimation of H+T2004 under Laplace margins and constrained estimation was written by Yiannis Papastathopoulos, and is used here for validation purposes.
Harry Southworth, Janet E. Heffernan, Yiannis Papastathopoulos.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.