texmex
package."hist"(x, xlab, ylab, main, ...)
qqevm(object, nsim = 1000, alpha = 0.05)
ppevm(object, nsim = 1000, alpha = 0.05)
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")
evmFit(data, family, ..., prior="none", start=NULL, priorParameters = NULL, maxit = 10000, trace = 0, hessian = TRUE)
gpd.info(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)
namesBoot2sim(bootobject)
getPlotRLdata(object, alpha, RetPeriodRange)
plotRLevm(M,xm,polycol,cicol,linecol,ptcol,n,xdat,pch,smooth,xlab,ylab, main,xrange,yrange)
plotrl.evmOpt(object, alpha = 0.05, xlab, ylab, main, pch = 1, ptcol = 2, cex = 0.75, linecol = 4, cicol = 0, polycol = 15, smooth = FALSE, RetPeriodRange = NULL)
rFrechet(n)
rMaxAR(n,theta)
addCoefficients(o)
addCovariance(o, family, cov)
constructEVM(o, family, th, rate, prior, modelParameters, call, modelData, data, priorParameters, cov)
texmexPst(msg, Family)
alpha = 0.05
.mexTransform
: how to convert.
When method = "mixture"
, the upper tail of the
distribution is modelled using a generalized Pareto distribution and the remainder
is approximated using the empirical distribution. Also argument
to gpd.info
which currently does nothing.x
. Can
take values margins="laplace"
or margins="gumbel"
.gpd
, migpd
or mex
, or inferred from
those functions after some preprocessing.optim
. Logical.a
. This depends
on the marginal distribution under which the dependnece model is
being fittted. Under Gumbel margins, the lower bound is 0 and under
Laplace margins, the lower bouind is -1.yex
is the
explanatory variable on which the model conditions, and ydep
is the dependent variable.namesBoot2bgpd
which restructures
an object of class evmBoot to resemble one of class evmSim, which can
then use methods for the evmSim class.plotrl.evm
, plot.rl.evmSim
,
plot.rl.evmBoot
.rFrechet
and rMaxAR
, the
dependence parameter theta
. Takes values between 0 and 1,
with 0 corresponding to perfect dependence and 1 to independence.The plotting functions are used internally by plot.evmOpt
.
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.