pyActigraphy.sleep.SleepDiary.total_nowear_time

SleepDiary.total_nowear_time(state='NOWEAR')[source]

Returns the total ‘no-wear’ time

Parameters

state (str, optional) – State of interest. Default is ‘NOWEAR’.

Returns

  • mean (pd.Timedelta) – Mean duration of the required state.

  • std (pd.Timedelta) – Standard deviation of the durations of the required state.