BookmarkSubscribeRSS Feed
michellekwai
Obsidian | Level 7

I have a set of dataset for time and value:

Jan 100; 

Feb .;

March 200;

April .;

May .;

...; 

I impute missing value as 0, but the dataset is very sparse for TSA model. Any good suggestion for missing value treatment and also how to make this kind of dataset good for TSA(eg, ARIMA, ARIMAX) to forecast future values? 

 

Thank you so much!

 

3 REPLIES 3
Reeza
Super User

How many data points do you have in total, and how many missing?

michellekwai
Obsidian | Level 7

724 observations and 2 variables for month and value. some months have value, some are not. Since these values are about loan amount every month, so I just treat all missing value as numeric zero. 

so dataset will be like (100,0,0,0,0,200,0,0,0....) , sparse dataset. Not sure dataset like his is good for ARIMA or other TSA model? 

Reeza
Super User

How many are missing from the 724? Your approach will vary based on the amount missing. 

 

If you check PROC TIMESERIES it has some options on how you can fill in your missing data, or you can use a multiple imputation approach or some other option....context matters.

 

 

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

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1639 views
  • 0 likes
  • 2 in conversation