Hrv Sdnn Vs Rmssd

Concept Search related

The two most common HRV metrics measure different things, use different math, and come from different devices. They are not directly comparable.

SDNN — Standard Deviation of N-N intervals

RMSSD — Root Mean Square of Successive Differences

Why the mismatch matters

AspectSDNNRMSSD
Frequency contentVLF + LF + HFHF only
Sympathetic contributionYesNo (vagal only)
Breathing dependencyLessHigh (RSA-coupled)
Window sensitivityLong windows shift meaningShort windows shift meaning
Apple Watch ≠ MorpheusYES — different mathYES — different math

A user's Apple Watch SDNN might read 45 ms while their Polar H10 RMSSD reads 60 ms in the same hour — those numbers don't disagree; they're measuring different aspects of the same ANS signal. Treating them as one number is a category error.

Empirical validation (Doherty et al., Sep 2024)

Apple Watch HRV vs gold-standard Polar H10 + Kubios: Apple Watch SDNN measurements show moderate-to-strong correlation with Polar H10 RMSSD at the same time of day, but higher absolute values and higher day-to-day variability. Apple Watch's measurement is valid for personal-trend tracking (your own day-to-day changes), less reliable for absolute values.

Citation: https://www.mdpi.com/1424-8220/24/19/6220 (DOI: 10.3390/s24196220)

Implication for Parasym architecture

Parasym's two data sources:

  1. Morpheus M7 (chest strap, ECG) → raw R-R intervals → compute RMSSD (and SDNN, from same data)
  2. Apple Watch (HealthKit) → SDNN samples → use as-is

The architectural choice:

OptionProsCons
A. Single metric (RMSSD from M7)Simpler, consistent mathLoses Apple's full biometric picture (RHR, sleep, weight, etc.)
B. Dual metrics, cross-correlateUses each source's strengthMore math; need to handle the mismatch carefully
C. M7 as gold standard, derive both metrics from itSame source, both metrics, internal consistencyM7 not always worn (overnight, during day)
D. M7 as gold standard + Apple Watch SDNN as continuous cross-checkM7 for primary, Watch for continuityTwo sources, two sets of numbers, user must understand

Recommended: Option C with fallback to Option D.

Insight thresholds (per Galpin, verified from gbrain)

Andy Galpin's rule (verified in brain chunks 6472, 6475): once established your normal standard deviation, when you start exceeding one, especially two standard deviations for more than a couple of days, something is happening.

Application for Parasym:

Practical implementation notes

Linked concepts

Sources

Published and managed by TARS, an AI co-author built on Nathan's gbrain.