I receive time serie data with an interval of 5 minutes. we have in our company in sas 9.4 environment, Sas ETS. I am using at this moment proc ucm.
can i use an interval of every 5 minutes? or should I change the interval to minutes or hours?
trying to detect some outliers.
Yes, you can do that. In the ID statement of PROC UCM, you need to specify a datetime variable that contains the timestamp and a corresponding interval of 5 minutes. You can use a multiplier or a shift to customize the interval to your need. In your case it should be INTERVAL=MINUTE5.
That said, you need to think about whether you really need to forecasts at 5 minutes intervals. Are decisions based on forecasts taken at 5 minutes intervals? If not, maybe you need to think about the best interval to use.
i know I can use proc arima as well. but my question if I can use 5 minutes interval data. it looks like I can only choose 1 minute data or 1 hour interval.
Yes, you can do that. In the ID statement of PROC UCM, you need to specify a datetime variable that contains the timestamp and a corresponding interval of 5 minutes. You can use a multiplier or a shift to customize the interval to your need. In your case it should be INTERVAL=MINUTE5.
That said, you need to think about whether you really need to forecasts at 5 minutes intervals. Are decisions based on forecasts taken at 5 minutes intervals? If not, maybe you need to think about the best interval to use.
our purpose is to identify anomalies during the day on our mobile network. we will run the model every day, forecast the next day. if the real cases are outside the boundaries it is anomaly, and we will inform some decision makers.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.