Page 1 of 1

error when using "shock_decomposition" after estimation

PostPosted: Tue Feb 26, 2013 3:11 am
by wanghao19820707
Dear All,
There is one error when I use command "shock_decomposition" after estimation:

??? Error using ==> describe_missing_data
Too many input arguments.

Error in ==> evaluate_smoother at 117
[data_index,number_of_observations,no_more_missing_observations] =
describe_missing_data(data,gend,n_varobs);

Error in ==> shock_decomposition at 60
oo = evaluate_smoother(parameter_set);

Error in ==> rbc_3 at 251
oo_ = shock_decomposition(M_,oo_,options_,var_list_);

Error in ==> dynare at 120
evalin('base',fname) ;

can anyone give me some suggestion ?

Re: error when using "shock_decomposition" after estimation

PostPosted: Fri Mar 01, 2013 8:55 pm
by jpfeifer
When using 4.3.2 it worked on my machine.

Re: error when using "shock_decomposition" after estimation

PostPosted: Sat Mar 02, 2013 12:54 am
by wanghao19820707
Dear jpfeifer:
thanks. I download 4.3.2 it works.