Learn R Programming

frequencyConnectedness (version 0.2.4)

pairwise.list_of_spills: Function to compute pairwise spillovers

Description

Taking in list_of_spillovers, the function computes the pairwise spillovers for all the individual spillover_table.

Usage

# S3 method for list_of_spills
pairwise(spillover_table, within = F, ...)

Value

a list containing the pairwise spillovers

Arguments

spillover_table

a list_of_spills object, ideally from rolling window estimation

within

whether to compute the within spillovers if the spillover tables are frequency based.

...

for the sake of CRAN not to complain

Author

Tomas Krehlik <tomas.krehlik@gmail.com>