BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
stat_sas
Ammonite | Level 13

Hi,

I think minic can produce the desired info in identify statement of proc arima.

Thanks,

1 ACCEPTED SOLUTION

Accepted Solutions
user24feb
Barite | Level 11

Just some ideas, if you have for example monthly data:

- proc arima and a "Var=<Variable> MiniC P=(0:12) Q=(0:12);"-statement, but you probably never would have a MA(5,7,11) or so and you would have to repeat this for the cases of differencing, seasonal differencing, taking logs, etc.

- de-seasonalize the data using proc expand or proc x11 and use minic of a low order afterwards

- pre-define simple (to avoid over-fitting), but "propable" models (AR(1), AR(1,2), AR(1)(12), etc.) and find the model with the lowest SBC "manually" (or with clever code)


View solution in original post

4 REPLIES 4
Forecaster
Obsidian | Level 7

Hi,

in the documentation minic identifies only p and d, it does not identify P and Q, can you please illustrate how to identify P and Q

stat_sas
Ammonite | Level 13

Hi,

I also consulted documentation and found nothing about P and Q. Sorry about that.

user24feb
Barite | Level 11

Just some ideas, if you have for example monthly data:

- proc arima and a "Var=<Variable> MiniC P=(0:12) Q=(0:12);"-statement, but you probably never would have a MA(5,7,11) or so and you would have to repeat this for the cases of differencing, seasonal differencing, taking logs, etc.

- de-seasonalize the data using proc expand or proc x11 and use minic of a low order afterwards

- pre-define simple (to avoid over-fitting), but "propable" models (AR(1), AR(1,2), AR(1)(12), etc.) and find the model with the lowest SBC "manually" (or with clever code)


Forecaster
Obsidian | Level 7

Thank You. This is very helpful.

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
  • 4 replies
  • 1619 views
  • 0 likes
  • 3 in conversation