Next Up Previous Contents Index
Next: Simple moving averages Up: Pencil and Paper Previous: Calculating feedback models

Calculating moving averages

   

Quick and easy instructions for calculating the daily trend from weight are given above on page [Ref]. That calculation uses a particular exponentially smoothed moving average chosen for ease of calculation as well its effectiveness in extracting the trend from daily weights. This section presents the mathematical definition of all the forms of moving averages described in chapter [Ref]. You don't have to understand this material to understand moving averages, and it's certainly not necessary to use moving averages to control your weight. If you're interested in experimenting on your own with moving averages on a computer, these equations provide the foundation for the programs you'll write.

All moving averages operate on a time series of measurements, M1, M2,..., Md, where d is the total number of measurements made to date and Md is the most recently made measurement. For convenience in the discussion, we'll assume one measurement is made per day; any other regular interval is equivalent.



By John Walker