Fysiqal
Tracking
Tracking

Moving Averages

Evidence-grounded — sourced from Fysiqal's fitness knowledge graph· 2 min read
moving-averagerolling-averagesmoothingtrend-weightemasignal-processing

0% read · 2 min left

In one line

A moving average replaces each noisy daily reading with the average of a recent window, turning a jagged metric into a readable trend line.

Detail

A moving (rolling) average smooths a noisy series by, at each point, averaging the last N readings instead of plotting the raw value. It is the single most useful computation in fitness tracking because it does exactly what trend-vs-noise requires: averages out short-term noise and exposes the underlying signal.

Common forms:

  • Simple moving average (SMA) — plain mean of the last N days. A 7-day SMA is the standard for bodyweight ("trend weight"), because it spans a full week and cancels weekday/weekend and water swings (see bodyweight-tracking, weight-fluctuations). A 7-day window is also typical for hrv and RHR.
  • Exponentially weighted moving average (EMA) — weights recent days more, so it reacts a bit faster to real change while still smoothing. Some "trend weight" apps use an EMA.

How to read it:

  • Watch the smoothed line's slope, not the gap between today's raw point and the line.
  • Compare averages across windows (this week's average vs last week's) to estimate rate of change (see rate-of-change-targets).
  • Longer windows are smoother but lag real change more; 7 days is a good default trade-off for daily metrics.

The same idea smooths a noisy estimated-1rm-trend and feeds clean lines to the dashboard.

Key facts

  • Moving average = mean of the last N readings, recomputed each day.
  • 7-day SMA is the standard "trend weight" smoother (cancels weekly/water swings).
  • EMA weights recent days more, reacting faster while still smoothing.
  • Read the smoothed slope; compare window-to-window for rate of change.
  • Longer window = smoother but more lag; 7 days is a common default.

Connections

  • trend-vs-noise — the problem moving averages solve.
  • bodyweight-tracking — 7-day trend weight in practice.
  • rate-of-change-targets — slope of the average vs target.
  • estimated-1rm-trend — smooth e1RM the same way.
  • dashboard-building — trend lines are the dashboard's core view.
SourceCurrent guideline bodies
Established signal-smoothing practice applied to body-weight and athlete-monitoring data
Get this tracked automatically as part of your own training log.Build my free plan

Educational content only — not medical advice. Always consult a qualified professional for individualized guidance, especially around injury, pregnancy, or medical conditions.