I am using ARMA over a dataset with missing samples. How do I treat them? Would you suggest to make linear/nonlinear interpolation or just keep them out and consider two samples with missing data in between as consecutive samples?
Tell me more
×
Cross Validated is a question and answer site for
statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.
|
There is no need to do anything. An ARMA model can easily be estimated with missing values within the time series. You need to use the state space representation of an ARMA model to compute the likelihood. If you use R, this is already handled automatically via the |
|||||||||
|