Update accelerometer docs
parent
4d1ff10701
commit
7aa66b9478
|
@ -293,21 +293,21 @@ features Features to be computed, see table below
|
||||||
|
|
||||||
**Available Accelerometer Features**
|
**Available Accelerometer Features**
|
||||||
|
|
||||||
==================================== ============== =============
|
====================== ============== =============
|
||||||
Name Units Description
|
Name Units Description
|
||||||
==================================== ============== =============
|
====================== ============== =============
|
||||||
maxmagnitude m/s\ :sup:`2` The maximum magnitude of acceleration (:math:`\|acceleration\| = \sqrt{x^2 + y^2 + z^2}`).
|
maxmagnitude m/s\ :sup:`2` The maximum magnitude of acceleration (:math:`\|acceleration\| = \sqrt{x^2 + y^2 + z^2}`).
|
||||||
minmagnitude m/s\ :sup:`2` The minimum magnitude of acceleration.
|
minmagnitude m/s\ :sup:`2` The minimum magnitude of acceleration.
|
||||||
avgmagnitude m/s\ :sup:`2` The average magnitude of acceleration.
|
avgmagnitude m/s\ :sup:`2` The average magnitude of acceleration.
|
||||||
medianmagnitude m/s\ :sup:`2` The median magnitude of acceleration.
|
medianmagnitude m/s\ :sup:`2` The median magnitude of acceleration.
|
||||||
stdmagnitude m/s\ :sup:`2` The standard deviation of acceleration.
|
stdmagnitude m/s\ :sup:`2` The standard deviation of acceleration.
|
||||||
ratioexertionalactivityepisodes The ratio of exertional activity time periods to total time periods.
|
sumduration minutes Total duration of all exertional or non-exertional activity episodes.
|
||||||
sumexertionalactivityepisodes minutes Total duration of all exertional activity episodes during ``day_segment``.
|
maxduration minutes Longest duration of any exertional or non-exertional activity episode.
|
||||||
longestexertionalactivityepisode minutes Duration of the longest exertional activity episode during ``day_segment``.
|
minduration minutes Shortest duration of any exertional or non-exertional activity episode.
|
||||||
longestnonexertionalactivityepisode minutes Duration of the longest non-exertional activity episode during ``day_segment``.
|
avgduration minutes Average duration of any exertional or non-exertional activity episode.
|
||||||
countexertionalactivityepisodes episodes Number of the exertional activity episodes during ``day_segment``.
|
medianduration minutes Median duration of any exertional or non-exertional activity episode.
|
||||||
countnonexertionalactivityepisodes episodes Number of the non-exertional activity episodes during ``day_segment``.
|
stdduration minutes Standard deviation of the duration of all exertional or non-exertional activity episodes.
|
||||||
==================================== ============== =============
|
====================== ============== =============
|
||||||
|
|
||||||
**Assumptions/Observations:**
|
**Assumptions/Observations:**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue