Hi all,
I am running zero-order, first-order, and pulse transfer functions for (0,1,1) models in SAS 9.4. When I ran the identification and estimation steps the MA(1) parameter came out negative when it should have been positive. I expected that since I read that SAS will reverse the MA sign.
I have run the three transfer functions and the MA(1), omega, and delta parameters are all reported negative and the mu is reported positive (screen shot attached). Likewise with the t-ratios. It also makes me wonder if the AIC and SBC signs are reversed too.
Is it safe to assume that SAS 9.4 is reversing the parameter and t-ratios signs? I need to make sure this assumption is correct because diagnostic protocol requires I reject parameters that are not between 0 and 1.
(Lastly, as a side note, the screen shot attached is of one of the three transfer functions, which you can see the omega and delta are not statisitcaly significant. That is okay since this is one of my rival hypotheses.)
The followings are copied from the PROC ARIMA doc. You might see different formulations from other software vendors. We are not aware of any issue with PROC ARIMA having sign switched. thanks
General Notation for ARIMA Models
Mathematically the pure ARIMA model is written as
where
indexes time
is the response series or a difference of the response series
is the mean term
is the backshift operator; that is,
is the autoregressive operator, represented as a polynomial in the backshift operator:
is the moving-average operator, represented as a polynomial in the backshift operator:
is the independent disturbance, also called the random error
The series is computed by the IDENTIFY statement and is the series processed by the ESTIMATE statement. Thus, is either the response series Y or a difference of specified by the differencing operators in the IDENTIFY statement.
For simple (nonseasonal) differencing, . For seasonal differencing , where d is the degree of nonseasonal differencing, D is the degree of seasonal differencing, and s is the length of the seasonal cycle.
For example, the mathematical form of the ARIMA(1,1,1) model estimated in the preceding example is
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.