Q24
2 marksVery Short AnswerSection B

Calculate 3-yearly moving averages for the following data :

Years (t): 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020

Variables (x): 3, 5, 7, 10, 12, 14, 15, 16

Time Series and Forecasting
Time Series — 3-Yearly Moving Averages
Official Answer

The 3-yearly moving averages are 5, 7.33, 9.67, 12, 13.67, 15 (centred on 2014–2019).


Method: For each set of 3 consecutive years, take the 3-year total and divide by 3; the average is placed against the middle year.


Yearx3-year totalMoving average
20133
20145155.00
20157227.33
201610299.67
2017123612.00
2018144113.67
2019154515.00
202016
moving averagetime series3-yearly moving averagetrend smoothingmoving totalcentral yearforecasting

Marking Scheme

  • 11 mark: correct 3-year moving totals (15, 22, 29, 36, 41, 45) placed against the correct central years.
  • 21 mark: correct moving averages 5, 7.33, 9.67, 12, 13.67, 15 with the first and last years left blank.
  • 3Accept averages rounded to one or two decimals.

Hint

Add each block of 3 consecutive values, divide by 3, and place the result against the middle year.

Quick Oral Answer

For a 3-yearly moving average I add each group of three consecutive values, divide by 3, and place the result against the middle year, giving 5, 7.33, 9.67, 12, 13.67 and 15 for the years 2014 to 2019.

Analysis & Explanation

This question tests the moving-average method of smoothing a time series to reveal its underlying trend.


Concept: A 3-yearly moving average replaces each middle value by the average of itself and its two neighbours. This smooths out short-term fluctuations and highlights the general direction of the data.


Placement: Because the period (3) is odd, each moving average is written directly against the central year. The first year (2013) and last year (2020) have no moving average, as they lack a full window on both sides.


Exam trap: Always centre an odd-order moving average on the middle year — do not shift it. Keep the 3-year totals aligned with the correct central year, and round consistently (here to 2 decimals).


Application: Businesses use moving averages to smooth monthly sales, and analysts use them on stock prices to identify trends free of daily noise.

Common Mistakes

  1. 1Placing the moving average against the first year of each block instead of the central year.
  2. 2Computing moving averages for 2013 and 2020, which cannot have a 3-year centred average.
  3. 3Adding the wrong three values, e.g. skipping a year or overlapping the windows incorrectly.

Interesting Facts

Odd-order moving averages (3, 5, 7 years) need no 'centring' step, but even-order ones (like 4-yearly) require an extra two-item moving average to align with a year.

Moving averages are the backbone of technical stock-market analysis, where the '50-day' and '200-day' moving averages are watched closely by traders.

Spotted a mistake or something unclear?

Tell us — we fix reported answers fast.

Frequently Asked Questions

Why do the first and last years have no moving average?

A 3-yearly moving average is centred on the middle of a block of three consecutive years. The first year (2013) has no year before it and the last year (2020) has no year after it, so neither can sit at the centre of a complete 3-year window — their moving averages are undefined.

Why do we use moving averages instead of the raw data?

Raw time-series data contains short-term ups and downs (seasonal or random noise). Averaging over a moving window smooths these fluctuations, making the long-term trend easier to see and to use for forecasting future values.