??? Error using ==> mtimes
Posted: Mon Jan 14, 2008 11:09 am
Hallo,
I have a model which can be solved using the stoch_simul command.
But when I try to estimate it there seem to be problems related to matrix dimension and I get the following error message.
??? Error using ==> mtimes
Inner matrix dimensions must agree.
Error in ==> DsgeLikelihood at 120
Pstar = lyapunov_symm(T,R*Q*transpose(R));
My model is in linear form. The Kalman-Filter does not seem to work properly on it. How can I make the matrix dimensions agree?
Is there anything I have to consider when estimating a model in linear form? What difference does it make if I declare only one or all parameters under "estimated_params"? Or if I have one or two observables?
I have a model which can be solved using the stoch_simul command.
But when I try to estimate it there seem to be problems related to matrix dimension and I get the following error message.
??? Error using ==> mtimes
Inner matrix dimensions must agree.
Error in ==> DsgeLikelihood at 120
Pstar = lyapunov_symm(T,R*Q*transpose(R));
My model is in linear form. The Kalman-Filter does not seem to work properly on it. How can I make the matrix dimensions agree?
Is there anything I have to consider when estimating a model in linear form? What difference does it make if I declare only one or all parameters under "estimated_params"? Or if I have one or two observables?