CTRE-package: Continuous Time Random Exceedances

Description References Author(s) See Also Examples

Description

Fits a Continuous Time Random Exceedance model to bursty time series. CTREs model the distribution of threshold crossing times of extreme events. Fits are made by interactive visual assessment of "stability plots" using a shiny app.

References

"Peaks Over Threshold for Bursty Time Series", Katharina Hees, Smarak Nayak, Peter Straka. https://arxiv.org/abs/1802.05218

Author(s)

Maintainer: Peter Straka p.straka@unsw.edu.au

Authors:

See Also

Useful links:

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
library(CTRE)
## Not run: 
runCTREshiny()

## End(Not run)

ctre_mod <- ctre(flares)
ctre_mod
length(ctre_mod)
ctre_mod <- thin(ctre_mod, k = 500)
ctre_mod
magnitudes(ctre_mod)
time(ctre_mod)
interarrival(ctre_mod)
MLestimates(ctre_mod, tail = 0.8, scale = 3E7)
library(magrittr)
ctre_mod %>% interarrival() %>% mlqqplot(tail = 0.8, log = 'xy')
acf(ctre_mod)
empcopula(ctre_mod)

CTRE documentation built on May 2, 2019, 9:34 a.m.