staircase.Stairs.std#

Stairs.std()#

The standard deviation of the step function.

Returns
float

The standard deviation of the step function

See also

Stairs.var

Examples

>>> s1.plot(arrows=True)
>>> s1.std()
0.829156
../../_images/staircase-Stairs-std-1.png
>>> s3.plot(arrows=True)
>>> s3.std()
0.897527
../../_images/staircase-Stairs-std-2.png