staircase.min

staircase.min(collection)

Takes a collection of Stairs instances and returns the minimum of the corresponding step functions.

Parameters
collectiontuple, list, numpy array, dict or pandas.Series

The Stairs instances to aggregate using a minimum function

Returns
Stairs

See also

staircase.aggregate, staircase.mean, staircase.median, staircase.max

Examples

../../_images/staircase-min-1.png