empcopula: Plot empirical copula

Description Usage Arguments Examples

View source: R/diagnostics.R

Description

Plots the ranks of the magnitudes against the ranks of the preceding (or succeeding) interarrival times.

Usage

1
empcopula(ctre, OCTRE = FALSE, ...)

Arguments

ctre

A ctre object

OCTRE

Shall each magnitude be matched with the preceding interarrival time (FALSE) or the succeeding interarrival time (TRUE)?

...

Additional plotting arguments

Examples

1
2
  library(magrittr)
  flares %>% ctre() %>% thin(k = 300) %>% empcopula(pch = '*')

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