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

[fill_] ARMA #311

Open
cdemulde opened this issue Jul 10, 2018 · 1 comment
Open

[fill_] ARMA #311

cdemulde opened this issue Jul 10, 2018 · 1 comment

Comments

@cdemulde
Copy link
Member

ARMA (Autoregressive Moving Average) can be an interesting option to fill gaps in data, as mentioned here: https://www.researchgate.net/publication/258649021_Towards_a_More_General_Method_for_Filling_Gaps_in_Time_Series
Might be something to look into. If you're getting tired of detecting drift @jorasinghr, this could give you some distraction ;)

@cdemulde
Copy link
Member Author

Straight from Wikipedia, looks promising:
Statsmodels Python module includes many models and functions for time series analysis, including ARMA. Formerly part of Scikit-learn it is now stand-alone and integrates well with Pandas. See here for more details.

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

No branches or pull requests

1 participant