Description Usage Arguments Details Value See Also Examples
Finds a threshold so that a given number of extremes lie above.
| 1 | findthresh(data, ne)
 | 
| data | data vector | 
| ne | vector giving number of extremes above the threshold | 
When the data are tied a threshold is found so that at least the specified number of extremes lie above.
Vector of suitable thresholds.
| 1 2 3 | # Find threshold giving (at least) fifty exceedances for Danish data
data(danish)
findthresh(danish, 50) 
 | 
[1] 17.06847
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.