| The HPFARIMASPEC Procedure |
| INPUT Statement |
The INPUT statements specify the transfer function inputs in the model. A separate INPUT statement is needed for each of the transfer function inputs. In this statement you can specify all the features of the transfer function associated with the input variable under consideration. The following options are used in the INPUT statement.
specifies a symbolic name for the dependent series. This symbol specification is optional. If the SYMBOL= option or the PREDEFINED= option is not specified, then X is used as a default symbol. If there are multiple INPUT statements, then an attempt is made to generate a unique set of input symbols.
associates a predefined trend or a set of seasonal dummy variables with this transfer function. The SYMBOL= and PREDEFINED= options are mutually exclusive.
In the following list of options, let
represent the observation count from the start of the period of fit for the model, and let
be the value of the time trend variable at observation
.
a linear trend, with
a quadratic trend, with
a cubic trend, with
an inverse trend, with
seasonal dummies. For a seasonal cycle of length
, the seasonal dummy regressors include
for models that include an intercept term, and
for models that do not include an intercept term.
Each element of a seasonal dummy regressor is either zero or one, based on the following rule:
![]() |
Note that if the model includes an intercept term, the number of seasonal dummy regressors is one less than
to ensure that the linear system is full rank.
specifies the differencing orders for the input series. See the DIF= option of the FORECAST statement for additional information.
> ...(lag, ..., lag )<
>
specifies the numerator polynomial of the transfer function. See the P= option of the FORECAST statement for additional information about the polynomial order specification.
> ...(lag, ..., lag )<
>
specifies the denominator polynomial of the transfer function. See the P= option of the FORECAST statement for additional information about the polynomial order specification.
lists starting values for the numerator polynomial coefficients.
lists starting values for the denominator polynomial coefficients.
specifies the scale parameter—that is, the zero degree coefficient of the numerator.
specifies the transformation to be applied to the time series. The following transformations are provided:
no transformation applied
logarithmic transformation
square-root transformation
logistic transformation
Box-Cox transformation with parameter number where number is between –5 and 5
When the TRANSFORM= option is specified, the intended time series must be strictly positive.
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.