Dear Professor, I am getting the following error while writing dynare code
错误使用 print_info (line 32)
Impossible to find the steady state (the sum of square residuals of the static equations
is 0.2682). Either the model doesn’t have a steady state, there are an infinity of steady
states, or the guess values are too far from the solution
出错 steady (line 102)
print_info(info,options_.noprint, options_);
出错 Copy_of_work3_3.driver (line 429)
steady;
出错 dynare (line 281)
evalin(‘base’,[fname ‘.driver’]);
Here’s my code.
Copy_of_work3_3.mod (3.8 KB)
Eagerly awaiting your help! Thank you very much!