gpdRangeFit(data, umin=quantile(data, .05), umax=quantile(data, .95), nint = 10,
penalty = "gaussian", priorParameters = NULL, alpha=0.05)
## S3 method for class 'gpdRangeFit':
print(x, ...)
## S3 method for class 'gpdRangeFit':
summary(object, ...)
## S3 method for class 'gpdRangeFit':
plot(x, xlab = "Threshold", ylab = NULL, main = NULL, addNexcesses=TRUE, ...)evm for more informaiton.alpha = 0.05.print and summary functions.plotgpd.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.evmpar(mfrow=c(1,2))
plot(gpdRangeFit(rain))Run the code above in your browser using DataLab