@REGACFIT
-
ac_1
- Posts: 494
- Joined: Thu Apr 15, 2010 6:30 am
@REGACFIT
Hi Tom,
From BOXJENK the residuals are automatically saved in the series %RESIDS.
I can use @REGCRITS after BOXJENK (and LINREG...), to display various information criteria.
Projected (fitted) values can be computed using PRJ.
Can I use @REGACFIT after BOXJENK?
thanks,
Amarjit
From BOXJENK the residuals are automatically saved in the series %RESIDS.
I can use @REGCRITS after BOXJENK (and LINREG...), to display various information criteria.
Projected (fitted) values can be computed using PRJ.
Can I use @REGACFIT after BOXJENK?
thanks,
Amarjit
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: @REGACFIT
Doesn't it work just fine? @REGACTFIT computes fitted values as dependent minus residuals which applies to ARIMA models as well.
-
ac_1
- Posts: 494
- Joined: Thu Apr 15, 2010 6:30 am
Re: @REGACFIT
Yes it does, however https://estima.com/ratshelp/index.html? ... edure.html does not explicitly mention BOXJENK.TomDoan wrote:Doesn't it work just fine? @REGACTFIT computes fitted values as dependent minus residuals which applies to ARIMA models as well.
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: @REGACFIT
Because the "act-fit" part rarely has any usefulness in ARIMA models. Either the fit is indistinguishable from the actual (if the original series is non-stationary), or the fit is indistinguishable from the process mean (if the original series is stationary).