-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
The documentation for IS and IV use formula with uncorrected variance
but the code use pandas.Series.var without specifying ddof=0, which by default correct for bias (using ddof=1).
For long recordings the results should be almost the same but for shorter recordings it could lead to slight differences with other tools.
in the documentation for IS
This variable is defined in [1]:
with:
where
predefined threshold) minutes during the
periods covered by the actigraphy data and with:
What the current implementation does
with:
and:
Metadata
Metadata
Assignees
Labels
No labels