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

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

Discussion stats
  • 3 replies
  • 2047 views
  • 0 likes
  • 3 in conversation