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.

 

 

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!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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