Usage
gev.parameterCI(z, m, rl.xlow=NULL, rl.xup=NULL, xi.xlow=NULL, xi.xup=NULL, conf = 0.95,
nint = 100, rl.only=FALSE, xi.only=FALSE, make.plot=FALSE)gpd.parameterCI(z, m, conf = 0.95, nint = 100, rl.xup=NULL, rl.xlow=NULL,
xi.xup=NULL, xi.xlow=NULL, rl.only=FALSE,
xi.only=FALSE, make.plot=FALSE)
Arguments
z
object from gev.fit
or gpd.fit
functions of the ismev
package.
m
m-year return level for which to calculate confidence interval.
rl.xlow
initial guess of lower limit for return level (generally should be lower than actual limit). If NULL, this function will make its own guess--it is recommended to plot the profile likelihood when finding these limits automatically (make.plot
=
rl.xup
initial guess of upper limit for return level (generally should be higher than actual limit). If NULL, this function will make its own guess--it is recommended to plot the profile likelihood when finding these limits automatically (make.plot
xi.xlow
analogous to rl.xlow, but for shape parameter.
xi.xup
analogous to rl.xup, but for shape parameter.
nint
number of values (ret. level and/or shape parameter) to compute in trying to find confidence bounds.
rl.only
logical, if TRUE calculate only the return level confidence intervals.
xi.only
logical, if TRUE calculate only the shape parameter confidence intervals.
make.plot
logical, if TRUE plots profile likelihoods.