Skip to content

Commit 7342d83

Browse files
committed
Update documentation
1 parent 7977259 commit 7342d83

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/source/methods.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ This smoothing corrects erroneous predictions from the initial model that lacked
9696
Diagram of a Hidden Markov Model.
9797

9898

99+
Sleep correction
100+
================
101+
102+
To improve the accuracy and reliability of sleep classification, we apply an optional post-hoc correction step.
103+
Firstly, we can exclude short sleep blocks, that fall below a specified duration threshold, such as 1 hour, as seen in the Biobank accelerometer analysis tool.
104+
Additionally, we can ensure that each day has only one sleep block, which is the longest sleep block in that day.
105+
For all blocks of sleep that do not meet these criteria, we convert them to sedentary activity.
106+
107+
99108

100109
**************************
101110
Physical activity analysis

0 commit comments

Comments
 (0)