-
Notifications
You must be signed in to change notification settings - Fork 80
Description
Dear Junior Maih, I hope you are well.
I am working with an endogenous Markov-switching DSGE model in RISE and had a question regarding parameter representation.
In my .rs file, I specify regime-specific monetary policy coefficients
phi_pi(coef,1), phi_y(coef,1), phi_pi(coef,2), and phi_y(coef,2).
However, after running
m = rise('EG_MS_DSGE_est','rise_flags',struct('exogenous_switching',false));
these coefficients do not appear in m.parameters. Instead, I obtain parameters such as
iota_1___, iota_2___, part_phi_pi, part_phi_y, phi_pi, phi_y, sig___, ss_phi_pi, ss_phi_y.
As a result, I can only estimate these parameters, rather than the regime-specific policy coefficients directly. I was wondering:
- What is the interpretation of these parameters in the endogenous switching setup?
- How are the regime-specific monetary policy coefficients constructed from them?
- More generally, is there a recommended way to extract the numerical values of model parameters in RISE? I noticed that
m.parametersdoes not seem to store the parameter values directly.
For your convenience, I have attached my .rs file; it was saved as a .txt file for easier upload.
Thank you very much for your time and for developing RISE.
Best regards,
Simin