hotstepper.Steps.mean¶
-
Steps.mean()¶ Returns the weighted mean of the cummulative steps values across all step keys.
Note
If you wish to calculate the mean for a portion of the step keys, use the clip() method to isolate the segment and then call the mean() method on the segment.
- Returns
- Return type
float