I am looking for help on how to estimate a Smooth Transition Regression for a monetary policy rule. In the setup there are two different regimes, and the policy rules in any one period is a weighted average of those two rules. I am looking for just one switch in the model.
The model is as follows:
Code: Select all
i = (1-w)*(c(1) + c(2)*inflation + c(3)*outputgap) + w*(c(4) + c(5)*inflation + c(6)*outputgap))
with
w = (1 + exp(-c(7)*(t - c(8))))^-1
0 ≤ w ≤ 1
Also I am not sure how to estimate this in eviews in general. I tried following the advice from this topic, http://forums.eviews.com/viewtopic.php?f=4&t=3712 , and with exchanging t with a lagged observation of i (=interest rate), but I only received non-significant and nonsensical coefficients.
Any help would be appreciated.
