dado93 / pywearable

Python package for extraction, visualization, and analysis of physiological data collected through wearable sensors.
https://pywearable.readthedocs.io/en/latest/
MIT License
6 stars 1 forks source link

Sleep timestamps #71

Closed Vaeliss closed 8 months ago

Vaeliss commented 8 months ago

Some comments w.r.t. the issues this closes:

60 : CPD implementation still follows the main guidelines in the original paper and the chronotype is computed over all available data, if not specified. If a single day is used for the computation a warning is raised. Note that if chronotype is not specified even in this case the CPD metric will obviously be 0, as the sleep occurrence is compared only with itself.

65: There's differences in the implementation w.r.t. the original proposed solutions for the issue: