staircase.Stairs.step_values#

property Stairs.step_values#

A pandas Series of key, value pairs of indicating where step changes occur in the step function, and the limit of the step function when it approaches these points from the right.

Returns
pandas.Series

Examples

>>> s1.plot()
>>> s1.step_values
1    1
2    0
3    1
4   -1
5    0
dtype: int64
../../_images/staircase-Stairs-step_values-1.png