ARIMA for multiple series
Mostrar comentarios más antiguos
I want to use the arima class on multiple independent series, ie fit ARIMA models on a collection of time series with the same parameters across the collection. The likelihood is simply the product of likelihods on each serie. I can't just concatenate those series and call the monovariate arima methods because it would create wrong lagged data at the concatenation indices. Is there any workaround with the arima class, or do I need reimplement the full machinery with usual optimisers ? Thank you.
Respuestas (0)
Categorías
Más información sobre Conditional Mean Models en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!