
0% read · 2 min left
A moving average replaces each noisy daily reading with the average of a recent window, turning a jagged metric into a readable trend line.
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:
How to read it:
The same idea smooths a noisy estimated-1rm-trend and feeds clean lines to the dashboard.
Educational content only — not medical advice. Always consult a qualified professional for individualized guidance, especially around injury, pregnancy, or medical conditions.