Computes confidence intervals for the parameter psi for profile likelihood objects.
This function uses spline interpolation to derive level
confidence intervals
Arguments
- object
an object of class
eprof
, normally the output of gpd.pll or gev.pll.- parm
a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered.
- level
confidence level, with default value of 0.95
- prob
percentiles, with default giving symmetric 95% confidence intervals
should a summary be printed. Default to
FALSE
.- method
string for the method, either
cobs
(constrained robust B-spline from eponym package) orsmooth.spline
- ...
additional arguments passed to functions. Providing a logical
warn=FALSE
turns off warning messages when the lower or upper confidence interval forpsi
are extrapolated beyond the provided calculations.