Good Morning,
I am required to forecast delinquency counts at the business day level. Each day, I need to produce a forecast of delinquency counts 1-29, 30-59, etc Days Past Due (DPD). The structure of the deliquency varies significantly for each bucket. 1-29 DPD is an exponential decline over the month. 30-59 DPD is only mildly exponential, 150DPD is fairly flat.
Each day the forecast of the daily counts needs to be produced for the rest of the month. I would like to include a lag of the dependent variable, possibly AR and MA terms, so the forecast must be dynamic, and eligible for automation.
In looking at the SAS literature, and previous SUGI papers, I first tried Proc Forecast, but it required daily continuous data, at least as I understood it. I have tried Proc Loess and Proc Model to forecast the series individually, and I am aware of Proc UCM to forecast the vector of counts by buckets. I also found the code to construct business day as a custom interval.
I only have 13 months of data, so I need something straightforward. Can any ETS forecasting procedure use the custom interval of business day? (eg 1 to 20,21) I would think that would be important in construction any lag, AR, or MA terms. Should I be using something more straightforward in base SAS?
Thank you for the time you take in considering my question.
TJ