This function is an internal implementation of the frequency spillover. We apply the identification scheme suggested by fevd to the frequency decomposition of the transfer functions from the estimate est.
spilloverFft(func, est, n.ahead, partition, no.corr = F)
spillover_table object
name of the function that returns FEVD for the estimtate est
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
defines the frequency partitions to which the spillover should be decomposed
boolean parameter whether the off-diagonal in the covariance matrix should be set to zero
Tomas Krehlik <tomas.krehlik@gmail.com>