Hey guys,
I hate to keep drawing this out.
So I will be as concise as possible.
The picture I uploaded may have caused some confusion. My apologies for that. Also, As startz pointed out, ARIMA models are atheoretical and do not always warrant meaningful interpretations of the coefficients. Which scared me away from my initial question about coding the AR and MA into a series, I thought I had a fundamentally flawed model. Which would make what eviewsGareth said all the more true, this is more of an econometric issue.
However, I ran this buy my professor. He pointed out that my model of...
Code: Select all
y x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 ar(1) ma(1) ma(2)
...still has valid coefficients for the non-arma terms, and they still retain the partial derivative interpretation as in OLS.
So my question for eviews are as follows: for a model like mine, what happens in eviews 7 and 8 if we were to click...
View ..... Coefficient Diagnostics ....... Scaled Coefficients??
Question 1: Does eviews not standardize everything? Namely, what about the ARMA terms, would they be 'standardized' or be the same? This is my goal, to understand how eviews renders AR MA terms.
Question 2: Is generating a series from the AR MA terms really that nonsensical? As I've said, one would assume that those coefficients are calculated from a series, just like any other coefficient be it x1 or x9 or what have you. That is to say, AR(1) is simply resid(-1) or y(-1) depending on your specification. The point being, again, I have eviews 6, and if the answer to question one is "yes" they are standardized, then I have to manually standardize the data, meaning I need all the series.
Question 3: Alternatively, would eviews automatically standardize the AR MA terms if I have standardized all the other series from which the AR MA terms are automatically computed?
So it all boils down to, with my older version of eivews, I'm not sure how much work I have to do manually, and what eviews does for me.
Let me know if there is any confusion, I can try to be more clear.
Thank you for your commitment.