Order of variables saved in FILENAME_forc_point*.mat-files
Posted: Tue Jun 27, 2017 1:37 pm
I want to use the saved forecasts across draws in the metropolis-subfolder in the FILENAME_forc_point*.mat-files.
I see it has three dimentions, the fisrt one is equal to number of variables declared and i want to know if it is in the same order of variables declared in .mod, that is,
if I declare in .mod:
var
z
x
y
...
Can I identify like this:
forecast_z = stock(1,:,:)
forecast_x = stock(2,:,:)
forecast_y = stock(3,:,:) ?
I see it has three dimentions, the fisrt one is equal to number of variables declared and i want to know if it is in the same order of variables declared in .mod, that is,
if I declare in .mod:
var
z
x
y
...
Can I identify like this:
forecast_z = stock(1,:,:)
forecast_x = stock(2,:,:)
forecast_y = stock(3,:,:) ?