Statistics

The following table lists all the statistics available, along with their descriptions, applicable methods, associated metrics, units of measurement, and output precision.

LabelDescriptionMethodsMetricsUnitOutput Precision
sleep_scoreOverall sleep score based on various sleep metrics, calculated using intersecting values.sleep_scorecount0
stepsTotal number of steps taken, aggregated using intersecting values.intersect_sumstepscount0
distance_totalTotal distance covered across all activities, calculated using the union of intersecting values.intersect_union_sumdistance distance_walking distance_cycling distance_runningmeters4
distance_walkingTotal distance covered while walking, aggregated using intersecting values.intersect_sumdistance_walkingmeters4
distance_cyclingTotal distance covered while cycling, aggregated using intersecting values.intersect_sumdistance_cyclingmeters4
distance_runningTotal distance covered while running, aggregated using intersecting values.intersect_sumdistance_runningmeters4
calories_burned_basalCalories burned at rest (basal metabolic rate), aggregated using intersecting values.intersect_sumcalories_burned_basalkcal4
calories_burned_activeCalories burned during active periods, aggregated using intersecting values.intersect_sumcalories_burned_activekcal4
calories_burned_totalTotal calories burned including basal and active periods, calculated using the union of intersecting values.intersect_union_sumcalories_burned calories_burned_basal calories_burned_activekcal4
sleep_duration_totalTotal sleep duration across all sleep stages, calculated using the union of intersecting values.intersect_union_sumsleep_duration_deep sleep_duration_light sleep_duration_rem sleep_duration_awakems0
heartrateAverage heart rate over a period, calculated using duration-weighted average.duration_weighted_avgheartratebpm0
heartrate_maxMaximum recorded heart rate, providing insights into peak values.maxheartratebpm0
heartrate_minMinimum recorded heart rate, providing insights into lowest values.minheartratebpm0
heartrate_restingAverage resting heart rate, calculated using duration-weighted average.duration_weighted_avgheartrate_restingbpm0

Methods

The table below provides details on the various methods used in the statistics, including a brief description of each.

LabelDescription
intersect_sumSum of intersecting values of specified metrics, aggregating overlapping data points to provide a total count or sum.
intersect_union_sumSum of the union of intersecting values, merging several metrics to provide a comprehensive aggregation across multiple metrics.
sleep_scoreA score representing the quality of sleep, calculated using intersecting values.
duration_weighted_avgAverage of values weighted by their duration, ensuring longer durations have a greater impact on the average.
maxMaximum value of the specified metrics, providing insights into the peak values recorded.
minMinimum value of the specified metrics, providing insights into the lowest values recorded.