I have two ar(2) series, and I want to create a var (1). But when I estimate a var in eviews, it gives to me a var (2).
These are my ar (2) series
xt = 0,2xt−1 + 0,3xt−2 + et
zt = 0,4zt−1 + 0,1zt−2 + ut
et and ut - N(0,1)
is there a command to represent a var (2) as var(1)
