Learn R Programming

CTRE (version 0.1.0)

interarrival: Get inter-arrival times

Description

Extract inter-arrival times of threshold crossings from a ctre object

Usage

interarrival(ctre)

Arguments

ctre

The underlying ctre object

Examples

Run this code
# NOT RUN {
  library(magrittr)
  bitcoin %>% ctre() %>% thin(k=100) %>% interarrival
# }

Run the code above in your browser using DataLab