Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What if my time series has missing values #38

Open
abhijitsahay opened this issue Aug 14, 2019 · 2 comments
Open

What if my time series has missing values #38

abhijitsahay opened this issue Aug 14, 2019 · 2 comments

Comments

@abhijitsahay
Copy link

Is there a way to use this model if my time series has some values missing?

@pjebs
Copy link

pjebs commented Aug 15, 2019

for most timeseries forecasting algorithms you need to interpolate the missing values.

@abhijitsahay
Copy link
Author

The R arima function seems to handle missing values gracefully. Please see:

https://stats.stackexchange.com/questions/346225/fitting-arima-to-time-series-with-missing-values

Interpolation introduces its own difficulties, as I am sure you realize.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants