Hi All,
I am trying to compute moments for a model using averages of simulated series. So, I have used the "simul_replic=1000" option to generate artificial 1000 economies, which has been saved into "FILENAME_simul" and have also used the "periods=164" option so as to have 64 periods that matches my data periods after dynare may have dropped the first 100 points.
I have tried to read the simulated series using the fread function in MATLAB that I read about elsewhere in this forum, but the data is read in nX1 size. The problem is that the number of rows is much greater than the number of variables multiplied by the number of periods and simulations asked for. Hence, I don't know how to apportion nX1 vector of simulated series to the relevant variables and compute my moments.
Can someone please help with this?
Thanks.
Yinka