From 2e4ffeb4d4ca08d29369d3ad6ae2ecc990751e4e Mon Sep 17 00:00:00 2001 From: MoSHI <44819331+carissalow@users.noreply.github.com> Date: Thu, 4 Jun 2020 17:01:11 -0400 Subject: [PATCH] Update extracted.rst --- docs/features/extracted.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/extracted.rst b/docs/features/extracted.rst index 12963a0b..0ba4b2f4 100644 --- a/docs/features/extracted.rst +++ b/docs/features/extracted.rst @@ -599,8 +599,8 @@ maxhomedist meters The maximum distance from home in meters. siglocsvisited locations The number of significant locations visited during the day. Significant locations are computed using k-means clustering over pauses found in the whole monitoring period. The number of clusters is found iterating k from 1 to 200 stopping until the centroids of two significant locations are within 400 meters of one another. avgflightlen meters Mean length of all flights. stdflightlen meters Standard deviation of the length of all flights. -avgflightdur meters Mean duration of all flights. -stdflightdur meters The standard deviation of the duration of all flights. +avgflightdur seconds Mean duration of all flights. +stdflightdur seconds The standard deviation of the duration of all flights. probpause The fraction of a day spent in a pause (as opposed to a flight) siglocentropy nats Shannon’s entropy measurement based on the proportion of time spent at each significant location visited during a day. circdnrtn A continuous metric quantifying a person’s circadian routine that can take any value between 0 and 1, where 0 represents a daily routine completely different from any other sensed days and 1 a routine the same as every other sensed day.