Contents

pyflux 0.4.15

0

PyFlux: A time-series analysis library for Python

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: 2086, Watchers: 2086, Forks: 241, Open Issues: 93

The RJT1990/pyflux repo was created 8 years ago and the last code push was 5 months ago.
The project is very popular with an impressive 2086 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
No  pyflux  pypi packages just yet.

Errors

A list of common pyflux errors.

Code Examples

Here are some pyflux code examples and snippets.

Related Packages & Articles

mne 1.6.1

MNE-Python project for MEG and EEG data analysis.

matrixprofile 1.1.10

An open source time series data mining library based on Matrix Profile algorithms.

lifelines 0.28.0

Survival analysis in Python, including Kaplan Meier, Nelson Aalen and regression

dtw 1.4.0

The dtw Python package is a powerful tool for handling time-series data. It offers a complete implementation of Dynamic Time Warping (DTW) algorithms, which are used to optimally map one time-series (query) onto another (reference) by applying local stretch or compression to the time axes. This package is a Python equivalent of the R's DTW package and doesn't depend on any other Python packages. It's a great tool for any Python developer working with time-series data.