{% extends "layout.html" %} {% set title = 'scikits.timeseries: python time series analysis' %} {% block body %}

Welcome

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.

If the following scenarios sound familiar to you, then you will likely find the scikits.timeseries module useful:

These are just some of the scenarios that are made very simple with the scikits.timeseries module.

Documentation

Get scikits.timeseries

Download scikits.timeseries from the sourceforge project page (but first take a look at the installion page).

The code can be found in a subvesion repository, at http://svn.scipy.org/svn/scikits/trunk/timeseries.

{% endblock %}