Page 1 of 1

identification command

PostPosted: Fri Apr 12, 2013 7:26 pm
by zsm
Hello,

when adding this command to Dynare 4.3.2:
identification(parameter_set=posterior_mean,advanced=1);

I get an error message like this:
Reference to non-existent field 'posterior_mean'.
Error in get_posterior_parameters (line 46)
xparam(m) = eval(['oo_.posterior_' type '.shocks_std.' name1]);
Error in dynare_identification (line 246)
params(1,:) = get_posterior_parameters('mean');
Error in est_habit_model (line 233)
dynare_identification(options_ident);
Error in dynare (line 120)
evalin('base',fname) ;

The same command is working for the prior mean. Why cant I do the analysis for the posterior mean?

Thanks in advance!

Re: identification command

PostPosted: Sat Apr 13, 2013 4:30 pm
by jpfeifer
This might be a bug in 4.3.2. Could you try the most recent unstable snapshot?