This function is an internal implementation of the spillover. The spillover is in general defined as the contribution of the other variables to the fevd of the self variable. This function computes the spillover as the contribution of the diagonal elements of the fevd to the total sum of the matrix. The other functions are just wrappers around this function. In general, other spillovers could be implemented using this function.
spilloverDY12(est, n.ahead = 100, no.corr)
spillover_table object
the estimate of a system, typically VAR estimate in our case
how many periods ahead should the FEVD be computed, generally this number should be high enough so that it won't change with additional period
boolean parameter whether the off-diagonal in the covariance matrix should be set to zero
Tomas Krehlik <tomas.krehlik@gmail.com>