staircase.Stairs.std#
- Stairs.std()#
The standard deviation of the step function.
- Returns:
- float
The standard deviation of the step function
See also
Examples
>>> s1.plot(arrows=True) >>> s1.std() 0.829156
>>> s3.plot(arrows=True) >>> s3.std() 0.897527