Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Forecasting Process Details

Seasonal Dummy Inputs

For a seasonal cycle of length s, the seasonal dummy regressors include {\{X_{i,t} : 1 \le i \le (s-1), 1 \le t \le n \} }for models that include an intercept term and {\{X_{i,t} : 1 \le i \le s, 1 \le t \le n \} }for models that exclude an intercept term. Each element of a seasonal dummy regressor is either zero or one, based on the rule:

X_{i,t} = \cases{
 1,& when i = t\space mod s\cr
 0,& otherwise\cr
 }

Note that if the model includes an intercept term, the number of seasonal dummy regressors is one less than s to ensure that the linear system is full rank.

The seasonal dummy variables are included in the output data set with variable names prefixed with "SDUMMYi" and sequentially numbered. They are reserved variable names.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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