BookmarkSubscribeRSS Feed
Schteeke
Calcite | Level 5

Hello, sorry if this happens to be the wrong forum section for this question.
Anyhow, I remember that my teacher 2 years ago said that the ARIMA output in SAS shows the estimates of the MA components multiplied by (-1), is this (still) true?


Thanks in advance.

1 REPLY 1
Puwang
Obsidian | Level 7

The short answer is YES.

For example, the following parameter estimates:

Parameter Estimate Standard Error t Value Approx
Pr > |t|
Lag
MA1,1 0.40194 0.07988 5.03 <.0001 1
MA2,1 0.55686 0.08403 6.63 <.0001 12

 

correspond to the following MA formulas:

Moving Average Factors
Factor 1: 1 - 0.40194 B**(1)
Factor 2: 1 - 0.55686 B**(12)

 

Hope this helps. Thanks.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Multiple Linear Regression in SAS

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.

Discussion stats
  • 1 reply
  • 646 views
  • 0 likes
  • 2 in conversation