python - ARIMA modelling for more than 1 time series -


so data looks this

           date1 date2 date 3.....date n instance1 instance2 . . . 

i don't want build arima model instance1. want universal model takes instances consideration. found lot of examples show me how fit for

         date1 date2 date 3.....date n instance1 

but none instances

if believe time-series correlated , want take correlations account in forecast/simulation, should @ vector auto-regression models (var). here couple options in python:

statsmodels

pyflux

if don't believe correlated, there's no reason can't loop through each time-series , apply arima model 1 @ time.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -