- Joined
- 6/6/08
- Messages
- 1,194
- Points
- 58
Alright, something I've been looking for a way to do is this: how the heck do you predict hundreds of time series at once? All the stuff I look for regarding time series is about looking at *one* time series at a time. But say you want to predict the next year of temperature (all 365 days) given 30 years of data, or the returns of 100 stocks for the next 10 days given 100 days worth of data, or something like that.
Right now, there's a problem I'm working on that involves getting two weeks of ten minute data usage for smartphone users and predicting the next day, in ten minute increments, I believe. So it isn't like I have the luxury of fitting an initial ARIMA, looking at residuals, fitting another model, rinse, repeat. Is there some way of taking into account the fact that I have multiple time series (even if independent), and making some sort of batch prediction?
Right now, there's a problem I'm working on that involves getting two weeks of ten minute data usage for smartphone users and predicting the next day, in ten minute increments, I believe. So it isn't like I have the luxury of fitting an initial ARIMA, looking at residuals, fitting another model, rinse, repeat. Is there some way of taking into account the fact that I have multiple time series (even if independent), and making some sort of batch prediction?