Wold representation theorem
Transform VAR to VMA coefficients
Wold(x, nfore = 10)
x
: VAR coefficientsnfore
: H-step ahead forecast horizonGet VMA coefficients
data("dy2012") fit = VAR(dy2012, configuration=list(nlag=1)) wold = Wold(fit$B, nfore=10)
David Gabauer
Useful links