knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

xvine

R-CMD-check

The goal of xvine is to provide users with the Extreme Event Propagation (EEP) framework and tools to infer causal relationnships between a cause and an impact extreme event. Based on stationary vine copulas, it comprises counnterfactual causal inference strategies described in Courgeau and Veraart (2021) , regularisation with various extreme event formulations

Installation

SOON You can install the released version of xvine from CRAN with:

install.packages("xvine")

For now, the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("valcourgeau/xvine")


valcourgeau/xvine documentation built on Sept. 8, 2021, 9:15 a.m.