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.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Conditional Mean Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!