BookmarkSubscribeRSS Feed
jlajla
Obsidian | Level 7

I would like to implement a Spatial Temporal ARIMA (STARIMA, STARMA) model in SAS. I'm not able to find much information on this but I'm hoping I can somehow manage this by using the ARIMA procedure.

 

Can anyone offer any suggestions?

 

I'm using SAS Studio & am relatively new to SAS. Thank you for your help.

3 REPLIES 3
Rick_SAS
SAS Super FREQ

SAS Studio is an interface that proviudes a program editor and sends the results to SAS. Do you know what SAS products you have licensed, such as SAS/ETS and SAS/STAT?  To find out, submit the following and report the results:

proc setinit; 
run;
jlajla
Obsidian | Level 7

Hi Rick, the SAS product I have is:

 

 'UNIVERSITY EDITION 2.2 9.4M3 WITH ETS FOR AMAZON'

udo_sas
SAS Employee

Hello -

These types of models  are not directly supported in any SAS procedures currently I think, however, you might be able to use the MODEL procedure in the SAS/ETS product to specify your desired model. I'm not an expert but best to my knowledge it would require you to determine the desired weighting matrix and then to code the model in the MODEL procedure.

Thanks,

Udo

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