staircase.Stairs.mean# Stairs.mean()# The mean of the step function. Returns: floatThe mean of the step function See also Stairs.integral, Stairs.rolling_mean Examples >>> s1.plot(arrows=True) >>> s1.mean() 0.25 >>> s3.plot(arrows=True) >>> s3.mean() 0.166666