This function gives connectedness table with h-step ahead normalized spillover index (a.k.a. variance shares).
Usage
dynamic_spillover(object, n_ahead = 10L, ...)
# S3 method for class 'bvhardynsp'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
# S3 method for class 'bvhardynsp'
knit_print(x, ...)
# S3 method for class 'olsmod'
dynamic_spillover(object, n_ahead = 10L, window, num_thread = 1, ...)
# S3 method for class 'normaliw'
dynamic_spillover(
object,
n_ahead = 10L,
window,
num_iter = 1000L,
num_burn = floor(num_iter/2),
thinning = 1,
num_thread = 1,
...
)
# S3 method for class 'ldltmod'
dynamic_spillover(
object,
n_ahead = 10L,
window,
sparse = FALSE,
num_thread = 1,
...
)
# S3 method for class 'svmod'
dynamic_spillover(object, n_ahead = 10L, sparse = FALSE, num_thread = 1, ...)