Previous topic

scikits.timeseries.TimeSeries.mean

Next topic

scikits.timeseries.TimeSeries.pct

This Page

scikits.timeseries.TimeSeries.min

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

Return the minimum 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 minimum_fill_value().