diff --git a/docs/source/oak.md b/docs/source/oak.md index 44945e5a..9e3545cc 100644 --- a/docs/source/oak.md +++ b/docs/source/oak.md @@ -51,4 +51,17 @@ delta = 20 # minimum walking time (in seconds (s)) min_t = 3 -``` \ No newline at end of file +``` + +## List of summary statistics + +The outputs of the accelerometer module contains gait summary statistics for each specified participant in daily (_gait_daily.csv) or hourly windows (_gait_hourly.csv). + +The following variables are created in a csv file for each survey. + +| Variable | Type | Description of Variable | +|--------------------------------------- |-------------- |------------------------------------------------------------------------------------------------------------- | +| date | str | Time of observation (_gait_daily.csv format: yyyy-mm-dd; _gait_hourly.csv format: yyyy-mm-dd HH:MM:SS’) | +| walking_time | int | Total walking time (in seconds) | +| steps | int | Total steps taken | +| cadence | float | Average cadence in time window (daily or hourly) |