Learn R Programming

mev (version 2.1)

thselect.rbm: Threshold selection for the random block maxima method

Description

Threshold selection for the random block maxima method

Usage

thselect.rbm(xdat, kmax = length(xdat))

Value

a list with elements

  • k0: the number of exceedances at the selected threshold

  • thresh0: the selected threshold, or accordingly the (\(k_0+1\))th order statistic

  • shape: the RBM shape estimate

Arguments

xdat

[vector] sample exceedances

kmax

maximum number of exceedances to consider.