# Retrieve exceedances of the series mean
fit_nhpp(DataCPSim, tau = 826) |>
exceedances()
# Retrieve exceedances of a supplied threshold
fit_nhpp(DataCPSim, tau = 826, threshold = 200) |>
exceedances()
Run the code above in your browser using DataLab