Hi ,
My model is as below:
"Inflation Rate=" c "+ Output gap" +"Import price",
I am going to test whether the increase in output gap and the decrease in output gap have the symmetric effect on Inflation rate, so my model becomes two equation, I am going to put these two equation in an System:
delta (inflation rate)_"positive" =c +delta (output gap)_"positive"
delta (inflation rate)_"negative" =c +delta (output gap)_"negative"
But I don't know how to get the variable delta (inflation rate)_"positive"
from the the data of inflation rate? Could anyone give me some advice, thanks.
How to get the increase/decrease change of a variable?
Moderators: EViews Gareth, EViews Moderator
-
startz
- Non-normality and collinearity are NOT problems!
- Posts: 3798
- Joined: Wed Sep 17, 2008 2:25 pm
Re: How to get the increase/decrease change of a variable?
What precisely do you mean by delta (inflation rate)_"positive"?
Re: How to get the increase/decrease change of a variable?
I think your model is ill-defined, and the correct approach would be something to what Startz has suggested in your previous post. Regarding to your question, you can generate the series with the following expressions:
or
Code: Select all
series inf_positive = (d(inflation_rate)>0)*d(inflation_rate)Code: Select all
series inf_positive = @recode(d(inflation_rate)>0,d(inflation_rate),0)Re: How to get the increase/decrease change of a variable?
Thanks for your reply, sorry for the confusion, I am just wondering how get a series of "change value of the data", is it just d(inflation rate)?What precisely do you mean by delta (inflation rate)_"positive"?
Re: How to get the increase/decrease change of a variable?
Thanks a lot for your reply, it is helpful, I think I do have some problem with my model, I'd better define a reasonably model first:-)I think your model is ill-defined, and the correct approach would be something to what Startz has suggested in your previous post. Regarding to your question, you can generate the series with the following expressions:orCode: Select all
series inf_positive = (d(inflation_rate)>0)*d(inflation_rate)Code: Select all
series inf_positive = @recode(d(inflation_rate)>0,d(inflation_rate),0)
-
startz
- Non-normality and collinearity are NOT problems!
- Posts: 3798
- Joined: Wed Sep 17, 2008 2:25 pm
Re: How to get the increase/decrease change of a variable?
That's right.Thanks for your reply, sorry for the confusion, I am just wondering how get a series of "change value of the data", is it just d(inflation rate)?What precisely do you mean by delta (inflation rate)_"positive"?
Who is online
Users browsing this forum: No registered users and 2 guests
