- Code: Select all
R_bi = kappa_b*(nu_b - 1/RWA)*((1/RWA)^2)*weight_i;
R_be = kappa_b*(nu_b - 1/RWA)*((1/RWA)^2)*weight_e;
The variables (weight_i, weight_e) have different laws of motion, but start from the same steady state. The steady state of kappa_b*(nu_b - 1/RWA)*((1/RWA)^2) is 0, so the two equations are 0 at the steady state. Then I plot the IRF of (R_bi-R_be) and observe the following:
1. If (weight_i, weight_e) start from same SS, a 1st order solution shows that (R_bi-R_be) doesn't vary. => The equations are regarded as equivalent
2. If (weight_i, weight_e) start from slightly different SS, a 1st order solution shows that (R_bi-R_be) varies.
3. If (weight_i, weight_e) start from same SS, a 2nd order solution shows that (R_bi-R_be) varies.
Is there anyway to avoid this without higher order solutions? The problem with changing the SS's is that then the (R_bi-R_be) trajectory becomes dependent on the steady states (i.e. it is dependent on whether SS(weight_i) > SS(weight_i) or the opposite).
How is this possible?
I am attaching a simplified version of the model including only those equations.