Description Usage Arguments Details Value See Also Examples
This function calculates the characteristics of the extreme events of a series (x_i) defined using a peak over threshold (POT) method with an extreme threshold. The initial and the maximum intensity positions, the mean excess, the maximum excess and the length of each event are calculated.
1 | POTevents.fun(T, thres, date = NULL)
|
T |
Numeric vector, the series (x_i) to calculate the extreme events. |
thres |
Threshold value used to define the extreme events. |
date |
Optional. A vector or matrix indicating the date of each observation. |
One of the elements of the output from this function is a vector (inddat) which marks the observations that should be used in the estimation of a point process, resulting from a POT approach. The observations to be considered in the estimation are marked with 1 and correspond to the non occurrence observations and to a single occurrence point per event. The occurence point is defined as the point where maximum intensity of the event occurs.The observations in an extreme event which are not the occurrence point are marked with 0 and treated as non observed.
A list with components
Pi |
Vector of the initial points of the extreme events. |
datePi |
Date of the initial points Pi. |
Px |
Vector of the points of maximum excess of the extreme events. |
datePx |
Vector of the date of the maximum excess points Px. |
Im |
Vector of the mean excesses (over the threshold) of the extreme events. |
Ix |
Vector of the maximum excesses (over the threshold) of the extreme events. |
L |
Vector of the lengths of the extreme events. |
inddat |
Index equal to 1 in the observations used in the estimation process and to 0 in the others. |
1 2 3 |
Number of events: 137
Number of excesses over threshold 318 : 253
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.