gpdRangeFit(data, umin=quantile(data, .05), umax=quantile(data, .95), nint = 10, penalty = "gaussian", priorParameters = NULL, alpha=0.05)
"print"(x, ...)
"summary"(object, ...)
"plot"(x, xlab = "Threshold", ylab = NULL, main = NULL, addNexcesses=TRUE, ...)
evm
for more informaiton.alpha = 0.05
.print
and summary
functions.plot
gpd.fitrange
, as it appears in the
ismev
package, refactored into a function that does the computations,
and method functions. The function uses
evm
internally and uses the default options for that function.
Note this function does not extend to assessing model fit when there are
covariates included in the model.
evm
par(mfrow=c(1,2))
plot(gpdRangeFit(rain))
Run the code above in your browser using DataLab