Description Usage Arguments Details Value References See Also Examples
Calculates the semiparametric maxima estimator of the extremal index θ based on sliding or disjoint block maxima based on Northrop (2015).
1 2 |
data |
A numeric vector of raw data. |
b |
A numeric scalar. The block size. |
sliding |
A logical scalar indicating whether use sliding blocks
( |
constrain |
A logical scalar indicating whether or not to constrain the mle to lie in the interval (0, 1]. |
conf |
A numeric scalar. If |
R |
An integer scalar. The number of bootstrap resamples used to
estimate the standard error and confidence intervals.
See |
The extremal index θ is estimated using the semiparametric
maxima estimator of Northrop (2015). If sliding = TRUE
then the
function uses sliding block maxima, that is, the largest value observed in
all blocks of b
observations, whereas if sliding = FALSE
then disjoint block maxima, that is, the largest values in non-overlapping
blocks of b
observations, are used. If constrain = TRUE
then
if the raw estimate of the extremal index is greater than one then a value of
1 is returned. Otherwise (constrain = FALSE
) the raw estimate is
returned, even if it is greater than 1.
A list containing
theta_mle
: The maximum likelihood estimate (MLE) of
θ.
theta_se
: The estimated standard error of the MLE.
theta_ci
: (If conf
is supplied) a numeric
vector of length two giving lower and upper confidence limits for
θ.
If conf
is not supplied then only the MLE theta_mle
is returned.
Northrop, P. J. (2015) An efficient semiparametric maxima estimator of the extremal index Extremes, 18(4), 585-603. http://dx.doi.org/10.1007/s10687-015-0221-5
kgaps_mle
for maximum likelihood estimation of the
extremal index θ using the K-gaps model.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.