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

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 902 views
  • 0 likes
  • 2 in conversation