Skip to content
Prev 345472 / 398502 Next

EM algorithm for ARIMA models

Hi there,I am working on a time series dataset with a lot of missing data (around60%).Specifically, I need to fit an ARIMA model to this data and I found thatExpectation-Maximization (EM) algorithm using Kalman filter could beusefull.Anyone know if already exist a package for this?Another approaches are usefull as well.
Thanks,Mathias Martens