conditional_forecast_paths
Posted: Tue May 15, 2012 9:04 pm
Dear all,
I am trying to understand how is working the "conditional_forecast_paths" command after estimating the Smets&Wouters (2003) model.
My issue is that the variable that I conditionned to a specific values (0.5 in the code, but I tried different one 0, -0.5...) is not to that specified valued from what I see on the graph. The commands that I am using is the following:
conditional_forecast_paths;
var R ;
periods 1:12;
values 0.5 ;
end;
conditional_forecast(parameter_set = posterior_mean, controlled_varexo =(ETA_R), replic = 1000);
plot_conditional_forecast PIE Y R;
Could someone help me to interpret this ?
I am attaching the code and the data that I am running (not the code, because it seems not possible to upload .mat file). I hope this is enough.
Thanks,
Laurent
I am trying to understand how is working the "conditional_forecast_paths" command after estimating the Smets&Wouters (2003) model.
My issue is that the variable that I conditionned to a specific values (0.5 in the code, but I tried different one 0, -0.5...) is not to that specified valued from what I see on the graph. The commands that I am using is the following:
conditional_forecast_paths;
var R ;
periods 1:12;
values 0.5 ;
end;
conditional_forecast(parameter_set = posterior_mean, controlled_varexo =(ETA_R), replic = 1000);
plot_conditional_forecast PIE Y R;
Could someone help me to interpret this ?
I am attaching the code and the data that I am running (not the code, because it seems not possible to upload .mat file). I hope this is enough.
Thanks,
Laurent