Saving the resulting matrix of ARMA IRFs
Posted: Wed Mar 23, 2016 1:13 pm
The following code, which used to work in EViews 8, now generates an error:
Code: Select all
wfcreate u 100
series y = nrnd
equation eqar.ls y c ar(1)
eqar.arma(type=imp, imp=1,hrz=25,t,save=mymat)