powered by
Transform VAR to VMA coefficients
Wold(x, nfore = 10)
Get VMA coefficients
VAR coefficients
H-step ahead forecast horizon
David Gabauer
# \donttest{ data("dy2012") fit = VAR(dy2012, configuration=list(nlag=1)) wold = Wold(fit$B, nfore=10) # }
Run the code above in your browser using DataLab