Search
Close this search box.

Moving Average Time Series Analysis Help

The Moving Average time series analysis is used to analyze data that has a trend. The Moving Average model is found by calculating the moving average of a constant length. For example, suppose you have a data set that starts out as:

11, 16, 12, 15, 15, 12, 14

The moving average length you selected is 3. The first subgroup is then composed of the first three values: 11, 16, 12. To form the second subgroup, you delete the first entry and add the next entry to the data set. So, the second subgroup is 16, 12, 15; the third subgroup is 12, 15, 15 and so on.

This help page describes how to perform the Moving Average time series analysis using the SPC for Excel software using data that can be downloaded at this link. This page contains the following:

Data Entry

Enter your data in a spreadsheet as shown below. The data must be in a single column with or without a heading. The data can be anywhere in the spreadsheet. There can be no empty cells or non-numeric entries in the data (except if there is a heading). It is important that the data represent evenly spaced data in time.

Running the Analysis

Smoothing Constant (Alpha) Options:

Output

The output from the Moving Average time series analysis consists of two parts: the chart and the printed results (if that option was selected).

The Moving Average chart is shown below. It includes the actual values, the fitted values, the forecasts and 95% confidence limits (if a number greater than 0 was entered; 6 was used in this example), the values of MAPE, MAD, and MSD.

The printed results are shown below. It includes the same information as in the chart but in tabular format.

Interpretation of Output

The first thing to do is to examine the chart of the fitted values with the actual values. Decide if the fitted values fit the data. If so then it is probably a good fit. If you ran other models, you compare the three accuracy measures (MAPE, MAD, and MSD) described in the first time series help page. The smaller the values, the better the fit.

If there are forecasts values, you can check to see how good they might be. You want the fitted values to closely follow the actual results. If it begins to vary at the end of the actual data, something may be changing (like the trend).

Scroll to Top