staircase.Stairs.mode# Stairs.mode()# The mode of the step function. Returns: floatThe mode of the step function See also Stairs.mean, Stairs.median Examples >>> s1.plot(arrows=True) >>> s1.mode() 1 >>> s4.plot(arrows=True) >>> s4.mode() 0.5