childmindresearch / wristpy

https://childmindresearch.github.io/wristpy/
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Task: Implement rolling median function in metrics.py #30

Closed frey-perez closed 3 months ago

frey-perez commented 3 months ago

Description

The goal is to write a function that will calculate a rolling median on our acceleration data. Calculating a rolling median is an important data processing step. The rolling median helps to stabilize the raw actigraphy data and limit the distorting effects of outliers. The improved quality of the data will then benefit our angle-z calculations, as they will be based on more representative data.

Tasks

Freeform Notes

No response