The seasonal index (also called seasonal effect or seasonal component) is a measure of how a particular season compares on average to the mean of the cycle. The graph below shows raw seasonal data as well as the data smoothed with a moving average. From the green line we can see that December is always a peak season above the smoothed data line and March is always a low season below the smoothed data line. The seasonal index is a number that can be given as a percentage or as a decimal. The seasonal index for December in this case is 106.564\% which means figures for December are 1.065\,64 times higher than the average (or 6.564\% above the cycle mean).
We use seasonal indices for two purposes.
They can be used to smooth data by a process called deseasonalising.
They can be used to help with predicting future scores with time series data. Once an initial predicted value from a smoothed line is calculated, the seasonal index is used to correct that value up or down depending on which season we are predicting for.
Calculating the seasonal index using the average percentage method:
Calculate the mean for each cycle (each year in this case).
Calculate the proportion or average percentage of the cycle mean for each piece of raw data.
Calculate the average proportion for each season (month in this case). It can be written as a decimal or as a percentage.
The local police station records the number of speeding fines issued each quarter. The table below has the data for each quarter from 2012 to 2014.
Time period | Data | Percentage of yearly mean |
---|---|---|
\text{March }2012 | 105 | 106.06\% |
\text{June }2012 | 91 | x |
\text{September }2012 | 101 | 102.02\% |
\text{December }2012 | 99 | 100\% |
\text{March }2013 | 101 | y |
\text{June }2013 | 83 | 89.01\% |
\text{September }2013 | 96 | 102.95\% |
\text{December }2013 | 93 | 99.73\% |
\text{March }2014 | 99 | 108.2\% |
\text{June }2014 | 82 | 89.62\% |
\text{September }2014 | 94 | 102.73\% |
\text{December }2014 | 91 | z |
For 2012, 2013 and 2014, calculate the mean number of speeding tickets issued in each time period. Give your answers to two decimal places.
Year | 2012 | 2013 | 2014 |
---|---|---|---|
Mean |
Divide the time period's data value by the yearly mean then multiply by a hundred percent.
Use your answers from part (a) to calculate the value of y. Give your answer to two decimal places.
Use your answers from part (a) to calculate the value of z. Give your answer to two decimal places.
The seasonal index (also called seasonal effect or seasonal component) is a measure of how a particular season compares on average to the mean of the cycle.
Calculating the seasonal index using the average percentage method:
Calculate the mean for each cycle.
Calculate the proportion or average percentage of the cycle mean for each piece of raw data.
Calculate the average proportion for each season. It can be written as a decimal or as a percentage.
We use the seasonal index when predicting from time series data. The data is first smoothed either using by a moving average or by deseasonalising (see below). We then calculate a predicted value using the equation of the least-squares regression line from the smoothed data. We then use the seasonal index to adjust the predicted value so that it takes the particular season into consideration. In the above example, a predicted value for December will be adjusted to be higher whereas a predicted value for March will be adjusted lower.
Deseasonalising data is also called making seasonal adjustments. The seasonal indices are used to smooth or deseasonalise our data in a similar way that a moving average is used. Both methods smooth the data as shown in the graphs below.
Note that the 7 point moving average line is smoother than the deseasonalised data line, but both methods are used in the real world to assist with predicting from time series data.
Deseasonalised data formula: \text{Deseasonalised data}=\dfrac{\text{Raw value}}{\text{Seasonal index}}
Note that the seasonal index should be a decimal when using this formula.
Every four months Neil records the growth of his bean plant (starting with a new plant every year). The data provided is from the beginning of 2012 to the end of 2015.
Time period | Growth (in cm) | Proportion of yearly mean |
---|---|---|
\text{April }2012 | 95.6 | 0.99 |
\text{August }2012 | 106.7 | a |
\text{December }2012 | 87.8 | 0.91 |
\text{April }2013 | c | 0.99 |
\text{August }2013 | 101.2 | 1.1 |
\text{December }2013 | 84.1 | 0.91 |
\text{April }2014 | 86.3 | 1.01 |
\text{August }2014 | 93.6 | 1.09 |
\text{December }2014 | 77.3 | 0.9 |
\text{April }2015 | 76.1 | 0.99 |
\text{August }2015 | 83.4 | b |
\text{December }2015 | 71.8 | 0.93 |
Calculate the value of a in the table. Give your answer to two decimal places.
Calculate the value of b in the table. Give your answer to two decimal places.
If the mean for 2013 is 92.2, calculate the value of c. Give your answer to two decimal places.
Calculate the seasonal component for April. Give your answer to two decimal places.
Seasonally adjust the data for April 2015. Give your answer to two decimal places.
Deseasonalising data is also called making seasonal adjustments.
Deseasonalised data formula: \text{Deseasonalised data}=\dfrac{\text{Raw value}}{\text{Seasonal index}}
The seasonal index should be a decimal when using this formula.
A spreadsheet is a powerful tool for dealing with numbers and formulae. Although your calculator has a spreadsheet application, the screen is very small so it is more practical to use an application on your computer.
A sports store records the sales of its hockey sticks every 4 months. The finance department create a spreadsheet to record the data and analyse the seasonality of the figures:
Which of the following formulae could be entered into cell \text{M7} to calculate the cycle mean for 2017?
Which of the following formulae could be entered into cell \text{N13} to calculate the Percentage of Cycle mean for January 2019?
The following formula is entered into cell \text{K20} to calculate the seasonal index for May\text{=(O5+O8+O11+O14)/4}. Something is wrong with the formula. Write the correct formula.
The following formula is entered into cell \text{O6} to deseasonalise the data for September 2016: \text{=L6/K20*100}. Something is wrong with the formula. Write the correct formula.
One method to check that the calculation of the seasonal indices is correct is to make sure the mean is equal to 100\%. What formula could be entered into cell \text{N18} to check this?
Another method to check that the calculation of the seasonal indices is correct is to check that the sum of the indices is 300. What formula could be entered into cell \text{N18} to check this?
A spreadsheet can be used to find seasonal indices and deseasonalise data using tables and formulas.
All formulas need to start with an equals (=) sign.
The AVERAGE function is useful for finding the means.