powered by
Finds a threshold so that a given number of extremes lie above.
findthresh(data, ne)
data vector
vector giving number of extremes above the threshold
Vector of suitable thresholds.
When the data are tied a threshold is found so that at least the specified number of extremes lie above.
hill, gpd, pot
hill
gpd
pot
# NOT RUN { # Find threshold giving (at least) fifty exceedances for Danish data data(danish) findthresh(danish, 50) # }
Run the code above in your browser using DataLab