gpdRangeFit(data, umin=quantile(data, .05), umax=quantile(data, .95), nint = 10,
penalty = "gaussian", priorParameters = NULL, alpha=0.05,
xlab = "Threshold", ylab = NULL, main = NULL, addNexcesses=TRUE, ...)
gpd
for more informaiton.alpha = 0.05
.plot
gpd.fitrange
, as it appears in the
ismev
package, with some fairly minor changes. The function uses
gpd
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 mdoel.gpd
par(mfrow=c(1,2))
gpdRangeFit(rain)
Run the code above in your browser using DataLab