https://github.com/blue-yonder/pydse
Python package for dynamic system estimation of time series
https://github.com/blue-yonder/pydse
Last synced: 7 months ago
JSON representation
Python package for dynamic system estimation of time series
- Host: GitHub
- URL: https://github.com/blue-yonder/pydse
- Owner: blue-yonder
- License: other
- Created: 2014-05-06T09:50:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T06:43:09.000Z (about 5 years ago)
- Last Synced: 2025-03-30T02:33:24.150Z (8 months ago)
- Language: Python
- Homepage: http://pydse.readthedocs.org/
- Size: 3.07 MB
- Stars: 40
- Watchers: 26
- Forks: 112
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
Awesome Lists containing this project
- awesome_time_series_in_python - pyDSE
README
=====
PyDSE
=====
.. image:: https://travis-ci.org/blue-yonder/pydse.svg?branch=master
:target: https://travis-ci.org/blue-yonder/pydse
.. image:: https://coveralls.io/repos/blue-yonder/pydse/badge.png
:target: https://coveralls.io/r/blue-yonder/pydse
.. image:: https://requires.io/github/blue-yonder/pydse/requirements.png?branch=master
:target: https://requires.io/github/blue-yonder/pydse/requirements/?branch=master
:alt: Requirements Status
Toolset for Dynamic System Estimation for time series inspired by
`DSE `_.
It is in a beta state and only includes ARMA models right now.
Documentation is available under http://pydse.readthedocs.org/.
Installation
============
To install in your home directory, use::
python setup.py install --user
If your are using `virtualenv `_,
just use `pip `_::
pip install pydse