Measurement errors and bayesian estimation
Posted: Sun Aug 22, 2010 10:20 am
Hi,
I'm running a bayesian estimation and I include measurement errors in all my observables. I estimate these measurment errors as follow: say x_o is an observable, then I specify the following:
stderr x_o, gamma_pdf, 0.02,0.01;
The problem I experience is that I got the following error message which I don't get at all!
??? Undefined function or variable "ST".
Error in ==> DsgeSmoother at 193
[alphahat,epsilonhat,etahat,ahat,P,aK,PK,decomp] = ...
Error in ==> dynare_estimation_1 at 1118
[atT,innov,measurement_error,updated_variables,ys,trend_coeff,aK,T,R,P,PK,decomp] = DsgeSmoother(xparam1,gend,data,data_index,missing_value);
Error in ==> dynare_estimation at 62
dynare_estimation_1(var_list,varargin{:});
Error in ==> RBC_AUG at 331
dynare_estimation(var_list_);
Error in ==> dynare at 132
evalin('base',fname) ;
However when running the estimation ruling out these measu. errors eveything seems working quite good. Can someone tell me what is this message about?
Thanks!!!
I'm running a bayesian estimation and I include measurement errors in all my observables. I estimate these measurment errors as follow: say x_o is an observable, then I specify the following:
stderr x_o, gamma_pdf, 0.02,0.01;
The problem I experience is that I got the following error message which I don't get at all!
??? Undefined function or variable "ST".
Error in ==> DsgeSmoother at 193
[alphahat,epsilonhat,etahat,ahat,P,aK,PK,decomp] = ...
Error in ==> dynare_estimation_1 at 1118
[atT,innov,measurement_error,updated_variables,ys,trend_coeff,aK,T,R,P,PK,decomp] = DsgeSmoother(xparam1,gend,data,data_index,missing_value);
Error in ==> dynare_estimation at 62
dynare_estimation_1(var_list,varargin{:});
Error in ==> RBC_AUG at 331
dynare_estimation(var_list_);
Error in ==> dynare at 132
evalin('base',fname) ;
However when running the estimation ruling out these measu. errors eveything seems working quite good. Can someone tell me what is this message about?
Thanks!!!