I experiment a deterministic simulation in with my model. I change the endval one of my variable (by 1 %), and obtain the following error:
- Code: Select all
- -----------------------------------------------------
 MODEL SIMULATION
 variable SRD period 2
 1- err = 13.9451
 err_f = 22.9525
 Time of this iteration : 8.695
 variable RSR period 6
 2- err = 4395.4199
 err_f = 30.4353
 Time of this iteration : 8.835
 variable ERSW period 2
 3- err = 341628173856777470
 err_f = 1459996.1773
 Time of this iteration : 23.06
 Warning: Matrix is close to singular or badly scaled.
 Results may be inaccurate. RCOND = 3.050461e-036.
 > In simk at 206
 In simul at 60
 In Aino at 1620
 In dynare at 79
 Warning: Matrix is close to singular or badly scaled.
 Results may be inaccurate. RCOND = 1.792819e-036.
These error messages keep on coming until MaxIters is reached. Is there any way to get more information what might be the problematic part of the model code?
I can make such a permanent shock with another model variable without problems. The same error message is present also in the dynare version 3.
Best regards,
Antti

