scikits.timeseries.TimeSeries.mean
scikits.timeseries.TimeSeries.pct
Enter search terms or a module, class or function name.
Return the minimum of self along the given axis. Masked values are filled with fill_value.
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().