Next Page Previous Page Home Tools & Aids Search Handbook
6. Process or Product Monitoring and Control
6.4. Introduction to Time Series Analysis
6.4.4. Univariate Time Series Models
6.4.4.3. Seasonality

6.4.4.3.1.

Seasonal Subseries Plot

Purpose Seasonal subseries plots (Cleveland 1993) are a tool for detecting seasonality in a time series.

This plot is only useful if the period of the seasonality is already known. In many cases, this will in fact be known. For example, monthly data typically has a period of 12.

If the period is not known, an autocorrelation plot or spectral plot can be used to determine it.

Sample Plot Sample seasonal subseries plot

This seasonal subseries plot containing monthly data of CO2 concentrations reveals a strong seasonality pattern. The CO2 concentrations peak in May, steadily decrease through September, and then begin rising again until the May peak.

This plot allows you to detect both between group and within group patterns.

If there is a large number of observations, then a box plot may be preferable.

Definition Seasonal subseries plots are formed by
    Vertical axis: Response variable
    Horizontal axis: Time ordered by season. For example, with monthly data, all the January values are plotted (in chronological order), then all the February values, and so on.
In addition, a reference line is drawn at the group means.

The user must specify the length of the seasonal pattern before generating this plot. In most cases, the analyst will know this from the context of the problem and data collection. Sometimes the series will need to be detrended before generating the plot, as was the case for the CO2 data.

Questions The seasonal subseries plot can provide answers to the following questions:
  1. Do the data exhibit a seasonal pattern?
  2. What is the nature of the seasonality?
  3. Is there a within-group pattern (e.g., do January and July exhibit similar patterns)?
  4. Are there any outliers once seasonality has been accounted for?
Importance It is important to know when analyzing a time series if there is a significant seasonality effect. The seasonal subseries plot is an excellent tool for determining if there is a seasonal pattern.
Related Techniques Box Plot
Run Sequence Plot
Autocorrelation Plot
Software Seasonal subseries plots are available in a few general purpose statistical software programs. It may possible to write macros to generate this plot in most statistical software programs that do not provide it directly. Seasonal subseries plots can be generated using both Dataplot code and R code. The reader can download the data as a text file.
Home Tools & Aids Search Handbook Previous Page Next Page