Model.pdf (1.8 MB)
RBC_credit_det-3.mod (3.9 KB)
Hi @jpfeifer, I having problem computing for the steady states. This model includes cash in advance and human capital accumulation. It would be great if you could help me. Thanks
dynare RBC_credit_det.mod
Starting Dynare (version 6.0).
Calling Dynare with arguments: none
Starting preprocessing of the model file …
Found 18 equation(s).
Evaluating expressions…
Computing static model derivatives (order 1).
Normalizing the static model…
Normalization failed with cutoff, trying symbolic normalization…
Finding the optimal block decomposition of the static model…
8 block(s) found:
7 recursive block(s) and 1 simultaneous block(s).
the largest simultaneous block has 11 equation(s)
and 11 feedback variable(s).
Computing dynamic model derivatives (order 1).
Normalizing the dynamic model…
Finding the optimal block decomposition of the dynamic model…
6 block(s) found:
5 recursive block(s) and 1 simultaneous block(s).
the largest simultaneous block has 11 equation(s)
and 10 feedback variable(s).
Preprocessing completed.
Preprocessing time: 0h00m01s.
Residuals of the static equations:
Equation number 1: aggregate money : -0.500000
Equation number 2: money balance : -0.500000
Equation number 3: stationary price : -2.366890
Equation number 4: stationary money : 0.000000
Equation number 5: intratemporal optimality : 0.000000
Equation number 6: intertemporal optimality 1 (Euler) : 0.000000
Equation number 7: intertemporal optimality 2 (Euler) : 0.000000
Equation number 8: intertemporal optimality 3 (Euler) : 0.000000
Equation number 9: human capital accumulation : 0.000000
Equation number 10: physical capital accumulation : 0.000000
Equation number 11: cash in advance constraint : 0.635302
Equation number 12: time endowment : 0.000000
Equation number 13: market clearing : 1.251228
Equation number 14: production function : 0.000000
Equation number 15: labor demand : 0.000000
Equation number 16: capital demand : -5.584430
Equation number 17: total factor productivity : NaN
Equation number 18: growth rate of money : 0.202733
Error using print_info
The steadystate file did not compute the steady state
Error in check (line 48)
print_info(info, 0, options_);
Error in RBC_credit_det.driver (line 576)
oo_.dr.eigval = check(M_,options_,oo_);
Error in dynare (line 310)
evalin(‘base’,[fname ‘.driver’]);