Page 1 of 1

store matrices in a matrix

Posted: Thu Mar 05, 2015 5:17 am
by veni arakelian
Dear all

I have a short question. I run a rolling VAR estimation and I'd like to store, for example the coefficients from each estimation is a 3x2 matrix (denote varcoeff{!step}), in a matrix, say 'varcoeff', whose size changes in each iteration.

How can I write correctly the following varcoeff(step,step+3)=varcoeff{!step}?

Thanks,

V.

Re: store matrices in a matrix

Posted: Thu Mar 05, 2015 10:24 am
by EViews Gareth
Use the matplace function.

Re: store matrices in a matrix

Posted: Fri Mar 06, 2015 6:07 am
by veni arakelian
Thank you!