Page 1 of 1

Fitted series as seen on view of Actual, Fitted, Resid Table

Posted: Mon Jun 23, 2014 1:04 pm
by dreavis
Hi,

Can I store the Fitted series that I can view on the Actual, Fitted, Residual Table? (The one you see when you open an equation, then click the View button, and choose Actual, Fitted, Residual Table.)

I realize that it is equal to the dependent variable for that equation minus the residual for that equation, but it would save me some programming if I could get to it another way. I have been using makeresid to store the residual and then creating a new series equal to the dependent variable minus the residual. Is there an easier way to get to that "Fitted" series?

I saw the equation proc 'fit' is used to compute the static forecast or fitted values from an estimated equation. I tried that and I only seem to get the static forecast.

Thank you very much.

Re: Fitted series as seen on view of Actual, Fitted, Resid T

Posted: Mon Jun 23, 2014 1:15 pm
by EViews Gareth
The static forecast is the fitted values.

Re: Fitted series as seen on view of Actual, Fitted, Resid T

Posted: Tue Jun 24, 2014 5:25 am
by dreavis
Can I store the fitted series shown on the Actual, fitted, and residual table view?

Re: Fitted series as seen on view of Actual, Fitted, Resid T

Posted: Tue Jun 24, 2014 7:20 am
by EViews Gareth
Yes, by performing a static forecast.

Re: Fitted series as seen on view of Actual, Fitted, Resid T

Posted: Tue Jun 24, 2014 9:28 am
by dreavis
I tried that, but I am getting a different series of numbers that what I see on the Actual, Fitted, Residual table.

Re: Fitted series as seen on view of Actual, Fitted, Resid T

Posted: Tue Jun 24, 2014 10:12 am
by EViews Gareth
Post the workfilr

Re: Fitted series as seen on view of Actual, Fitted, Resid T

Posted: Tue Jun 24, 2014 1:19 pm
by EViews Gareth
User sent the workfile privately.

Turns out the equation in question is estimated via cointegrating regression. As described in the manual, this is the one exception, where the fitted values include the short run dynamics, and the static forecast do not. The only way to return the fitted values is by subtracting the residuals from the actuals.

Re: Fitted series as seen on view of Actual, Fitted, Resid T

Posted: Wed Jun 25, 2014 5:23 am
by dreavis
Thank you very much!