pyflux 0.4.15
0
PyFlux: A time-series analysis library for Python
Contents
pyflux is a Python library designed for time series analysis. It includes modern time series models, including ARIMA, GARCH, and state space models. With a flexible set of inference options, pyflux enables a probabilistic approach to time series modeling. Though still in alpha, it's an invaluable tool for statisticians and data scientists working with time series data.
Stars: 2109, Watchers: 2109, Forks: 240, Open Issues: 93The RJT1990/pyflux
repo was created 8 years ago and the last code push was 11 months ago.
The project is very popular with an impressive 2109 github stars!
How to Install pyflux
You can install pyflux using pip
pip install pyflux
or add it to a project with poetry
poetry add pyflux
Package Details
- Author
- Ross Taylor
- License
- BSD
- Homepage
- https://github.com/rjt1990/pyflux
- PyPi:
- https://pypi.org/project/pyflux/
- GitHub Repo:
- https://github.com/rjt1990/pyflux
Related Packages
Errors
A list of common pyflux errors.
Code Examples
Here are some pyflux
code examples and snippets.