The maximum of the step function.
The maximum of the step function
See also
Stairs.min
Stairs.values_in_range
Examples
>>> s1.plot(arrows=True) >>> s1.max() 1
>>> s3.clip(2,4).plot(arrows=True) >>> s3.clip(2,4).max() 1.0
previous
staircase.Stairs.min
next
staircase.Stairs.var