spilloverFft {frequencyConnectedness} | R Documentation |
Computing the decomposed spillover from a fevd
Description
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.
Usage
spilloverFft(func, est, n.ahead, partition, no.corr = F)
Arguments
func |
name of the function that returns FEVD for the estimtate est |
est |
the estimate of a system, typically VAR estimate in our case |
n.ahead |
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 |
partition |
defines the frequency partitions to which the spillover should be decomposed |
no.corr |
boolean parameter whether the off-diagonal in the covariance matrix should be set to zero |
Value
spillover_table object
Author(s)
Tomas Krehlik <tomas.krehlik@gmail.com>
[Package frequencyConnectedness version 0.2.4 Index]