findthresh: Find Threshold

Description Usage Arguments Details Value See Also Examples

Description

Finds a threshold so that a given number of extremes lie above.

Usage

1

Arguments

data

data vector

ne

vector giving number of extremes above the threshold

Details

When the data are tied a threshold is found so that at least the specified number of extremes lie above.

Value

Vector of suitable thresholds.

See Also

hill, gpd, pot

Examples

1
2
3
# Find threshold giving (at least) fifty exceedances for Danish data
data(danish)
findthresh(danish, 50) 

Example output

[1] 17.06847

evir documentation built on May 2, 2019, 6:11 p.m.

Related to findthresh in evir...