overall.spillover_table {frequencyConnectedness}R Documentation

Function to compute overall spillovers

Description

Taking in spillover_table, the function computes the overall spillover.

Usage

## S3 method for class 'spillover_table'
overall(spillover_table, within = F, ...)

Arguments

spillover_table

a spillover_table object, ideally from the provided estimation functions

within

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

...

for the sake of CRAN not to complain

Value

a list containing the overall spillover

Author(s)

Tomas Krehlik <tomas.krehlik@gmail.com>


[Package frequencyConnectedness version 0.2.4 Index]