Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blue-yonder/pydse
Python package for dynamic system estimation of time series
https://github.com/blue-yonder/pydse
Last synced: 6 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T06:43:09.000Z (about 4 years ago)
- Last Synced: 2024-08-02T07:07:14.156Z (3 months ago)
- Language: Python
- Homepage: http://pydse.readthedocs.org/
- Size: 3.07 MB
- Stars: 40
- Watchers: 27
- Forks: 111
- 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 StatusToolset 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