Skip to content

Endogenous transition probability #228

@husangkim

Description

@husangkim

Dear Junior Maih.

I wanted to ask some questions about endogenous switching/transition probabilities (ESPs) in RISE. I have read the thread #217 (#217), and this is a follow-up:

In my experiments, when I specify ESPs in .rs file, such as:

  • coef_tp_1_2 = 1/(1 + exp((c - pi))
  • coef_tp_2_1 = 1/(1 + exp((pi - c))
    where c is the steady state value of inflation pi (e.g., c=0).

The first-order solution I obtain is identical to the solution I get when I instead fix the probabilities at their steady-state values, for example:

  • coef_tp_1_2 = 0.5
  • coef_tp_2_1 = 0.5

My understanding is that, at first order, the perturbation solution only uses the ESP evaluated at the expansion point (steady state). The solutions become different when I calibrate c a different value from the steady state. My questions are

  1. If the first-order solution under ESPs coincides with the solution under constant probabilities equal to the steady-state ESP values, is it valid to:
  • Solve the model using constant probabilities set equal to those steady-state values.
  • During simulation, compute the exact ESP each period using the nonlinear formula above,
  • Draw the regime using these time-varying probabilities (ESP),
  • Apply the corresponding regime-specific linear policy functions from the constant-probability solution?
    In other words, at first order, is anything lost by solving with fixed probabilities but simulating with the fully nonlinear ESP?
  1. Relatedly, this may be model-dependent, but if ESPs only enter the policy functions at second order and above, does using a first-order approximation significantly understate their impact?

Thank you very much for the clarification.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions