Previous topic

scikits.timeseries.TimeSeries.var

Next topic

Indexing and slicing

This Page

Manipulating TimeSeries objectsΒΆ

Because TimeSeries are subclasses of MaskedArray, they behave as such for most operations (indexing, arithmetics, comparisons...), as described in the corresponding section of the Numpy documentation.

In the following, only the significant differences will be illustrated.