ARIMA for multiple series

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.

Antworten (0)

Kategorien

Gefragt:

am 12 Dez. 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by