Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The X12 Procedure

X11 Statement

X11 options;
The X11 statement is an optional statement for invoking seasonal adjustment by an enhanced version of the methodology of the Census Bureau X-11 and X-11Q programs. You can control the type of seasonal adjustment decomposition calculated with the MODE= option. The output includes the final tables and diagnostics for the X-11 seasonal adjustment method listed below in Table 5.3.

Table 5.3: Tables Related to X11 Seasonal Adjustment
Table Name Description
B1original series, adjusted for prior effects and forecast extended
C17final weights for the irregular component
D8final unmodified SI ratios (differences)
D8AF tests for stable and moving seasonality, D8
D9final replacement values for extreme SI ratios (differences), D iteration
D9Amoving seasonality ratios for each period
D10final seasonal factors
D10Dfinal seasonal difference
D11final seasonally adjusted series
D12final trend-cycle
D13final irregular component
D16combined seasonal and trading day factors
D16Bfinal adjustment differences
D18combined calendar adjustment factors
E4ratio of yearly totals of original and seasonally adjusted series
E5percent changes (differences) in original series
E6percent changes (differences) in seasonally adjusted series
E7percent changes (differences) in final trend component series
F2A - F2IX11 diagnostic summary
F3monitoring and quality assessment statistics
Gspectral plots


For more details on the X-11 seasonal adjustment diagnostics, refer to Shiskin, Young, and Musgrave (1967), Lothian and Morry (1978), and Ladiray and Quenneville (1999).

The following options can appear in the X11 statement.

MODE= ADD
MODE= MULT
MODE= LOGADD
MODE= PSEUDOADD
determines the mode of the seasonal adjustment decomposition to be performed. There are four choices: multiplicative (MODE=MULT), additive (MODE=ADD), pseudo-additive (MODE=PSEUDOADD), and log-additive (MODE=LOGADD) decomposition. If this option is omitted, the procedure performs multiplicative adjustments. Table 5.4 shows the values of the MODE= option and the corresponding models for the original (O) and the seasonally adjusted (SA) series.

Table 5.4: Modes of Seasonal Adjustment and Their Models
Value of Mode Option Name Model for O Model for SA
multMultiplicativeO = C ×S ×ISA = C ×I
addAdditiveO = C + S + ISA = C + I
pseudoaddPseudo-AdditiveO = C ×[ S + I - 1 ]SA = C ×I
logaddLog-AdditiveLog(O) = C + S + ISA = exp(C + I)

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 2000 by SAS Institute Inc., Cary, NC, USA. All rights reserved.