sit2standpy.v2.WindowDays

class sit2standpy.v2.day_window.WindowDays(hours=[8, 20], **kwargs)

Window data into days, with the default behaviour to take the hours of most likely wakefulness

Parameters:
hours : list-like of int

Hours to include in the windowed data. Default is 8 to 20, which excludes the night from the detection of sit-to-stand transfers.

Attributes:
data

Methods

predict(data) Fit and transform the data with the given process.