Hello,
I downloaded dynare_v3 for matlab (windows) and my matlab version is 7.0. Why do I find the following error while
computing the stochastic simulation for fs2000a?(the same happened for fs2000):
>> cd c:\dynare_v3\examples\fs2000
>> stoch_simul fs2000a
MODEL SUMMARY
Number of variables: 14
Number of stochastic shocks: 2
Number of state variables: 4
Number of jumpers: 5
Number of static variables: 7
MATRIX OF COVARIANCE OF EXOGENOUS SHOCKS
Variables e_a e_m
e_a 0.000184 0.000000
e_m 0.000000 0.000011
fs2000a
??? Error using ==> disp_dr
One of the variable specified does not exist
Error in ==> stoch_simul at 70
disp_dr(dr_,options_.order,var_list);
Thanks,
Guido