Time series manipulation
Download: https://sourceforge.net/project/showfiles.php?group_id=239604
Homepage: http://pytseries.sourceforge.net
PyPI: http://pypi.python.org/pypi/scikits.timeseries
People: Pierre GERARD-MARCHANT
The scikits.timeseries module provides classes and functions for manipulating, reporting, and plotting time series of various frequencies. The focus is on convenient data access and manipulation while leveraging the existing mathematical functionality in Numpy and SciPy.
You can download the latest distribution from PyPI here: http://pypi.python.org/pypi/scikits.timeseries
Install the Easy Install tools. Afterwards you can install scikits.timeseries from the terminal by executing:
sudo easy_install scikits.timeseries
If you prefer to do a local installation, specify an installation prefix:
easy_install --prefix=${HOME} scikits.timeseries
and ensure that your PYTHONPATH is up to date, e.g.:
export PYTHONPATH=$PYTHONPATH:${HOME}/lib/python2.5/site-packages
This package was discovered in PyPI.