Previous topic

scikits.timeseries.TimeSeries.cumsum

Next topic

scikits.timeseries.TimeSeries.mean

This Page

scikits.timeseries.TimeSeries.max

TimeSeries.max(axis=None, fill_value=None)

Return the maximum of self along the given axis. Masked values are filled with fill_value.

Parameters:

axis : int, optional

Axis along which to perform the operation. If None, applies to a flattened view of the array.

fill_value : {var}, optional

Value used to fill in the masked values. If None, use the the output of maximum_fill_value().