|
Algorithm 2 Data preprocessing to isolate and transform data exhibiting extreme behavior. represents the radial component, and the angular component. The declustering portion is relevant for data correlated in time. |
for
do
Set .
With , fit , via MLE according to generalized Pareto likelihood.
end for
for
do
Define ; then ,
end for
Subset such that
if declustering then
for do
If and , drop the lesser (and associated ) from dataset.
end for
end if
|