screen_within_block {climextRemes} | R Documentation |
Remove multiple exceedances within non-overlapping blocks of fixed length
Description
Remove multiple exceedances within non-overlapping blocks of fixed lengths, for use in declustering
Usage
screen_within_block(y, index, blockLength = 10)
Arguments
y |
vector of values |
index |
vector of indices, one per value, that indicate which elements of |
blockLength |
length of block within which to remove all but the most extreme value |
[Package climextRemes version 0.3.1 Index]