Hi,everyone!
I am trying to run the Fed EDO model in Dynare 4.5.7. However, I get the following message:
dynare dynare_edo
Configuring Dynare …
[mex] Generalized QZ.
[mex] Sylvester equation solution.
[mex] Kronecker products.
[mex] Sparse kronecker products.
[mex] Local state space iteration (second order).
[mex] Bytecode evaluation.
[mex] k-order perturbation solver.
[mex] k-order solution simulation.
[mex] Quasi Monte-Carlo sequence (Sobol).
[mex] Markov Switching SBVAR.
Using 64-bit preprocessor
Starting Dynare (version 4.5.7).
Starting preprocessing of the model file …
Found 97 equation(s).
Evaluating expressions…done
Computing static model derivatives:
- order 1
Computing dynamic model derivatives:
- order 1
Processing outputs …
done
Preprocessing completed.
waring: Some of the parameters have no value (theta_wc, theta_wk, s_k, s_ecdc, eta_cnn, eta_cd, eta_ch, mu_,
MUZCSS, RCSS, RKSS, WCSS, WKSS, YCSS, YKSS, MCCSS, MCKSS, KCSS, KKSS, LSS, HCSS, HKSS, QKSS, PKBSS, RSS, ECSS,
EIKSS, INFCSS, INFKSS, INFWCSS, INFWKSS, MUCSS, MUKSS, AHSS, ECDSS, KCDSS, QCDSS, RCDSS, ECHSS, KCHSS, QCHSS,
RCHSS, UKSS, UCSS, USS, MUKSShabit, MUCSShabit, INFCNASS, INFCORSS, INFC10SS, RT2SS, beta_0, beta_2, beta_,
PYSS, AA, DD, RR, eta_cd_eta_cnn, eta_ch_eta_cnn, Rnr, ycbi_ykb, hc_hk, HSS, ycbi, ykb, YYSS, s_k_ecd,
s_c_ech, s_k_eik, s_yc, IMPHSSS, INFGDPSS, HSKSS, HSCSS, HrCSS, HrKSS, A_HC, A_HK, xsi_NC, xsi_HrC, xsi_NK,
xsi_HrK, empCSS, empKSS, HrSKSS, HrSCSS, empSCSS, empSKSS, UHCSS, UHKSS, UHSCSS, UHSKSS, DIFFREALGDPSS,
DIFFREALECSS, DIFFREALECDSS, DIFFREALECHSS, DIFFREALEIKSS, DIFFREALWSS, RL1SS, RL2SS, RL3SS, RL4SS, RL5SS,
RL6SS, RL7SS, DIFFREALGDPSS_obs, DIFFREALECSS_obs, DIFFREALEIKSS_obs, DIFFREALECDSS_obs, DIFFREALECHSS_obs,
DIFFREALWSS_obs, INFCNASS_obs, INFCORSS_obs, INFKSS_obs, RSS_obs, RT2SS_obs, unempSS_obs) when using steady.
If these parameters are not initialized in a steadystate file or a steady_state_model-block, Dynare may not be
able to solve the model…
function or variable ‘dynare_edo_steadystate’ can not be recognized.
error evaluate_steady_state_file (line 52)
[ys,check] = h_steadystate(ys_init, exo_ss);
error evaluate_steady_state (line 212)
[ys,params,info] = evaluate_steady_state_file(ys_init,exo_ss,M, options,steadystate_check_flag);
error steady_ (line 55)
[steady_state,params,info] = evaluate_steady_state(oo_.steady_state,M_,options_,oo_,~options_.steadystate.nocheck);
error steady (line 81)
[steady_state,M_.params,info] = steady_(M_,options_,oo_);
error dynare_edo (line 1221)
steady;
error dynare (line 235)
evalin(‘base’,fname) ;
How can I solve this?
Thanks!
Meng