ARIMA Procedure
ESTIMATE Statement
<label:>ESTIMATE options;
The ESTIMATE statement specifies an ARMA model or transfer function model for the response variable that is specified in the previous IDENTIFY statement, and produces estimates of its parameters. The ESTIMATE statement also prints diagnostic information by which to check the model. The label in the ESTIMATE statement is optional. Include an ESTIMATE statement for each model that you want to estimate.
Options used in the ESTIMATE statement are described in the following sections.
Options for Defining the Model and Controlling Diagnostic Statistics
The following options are used to define the model to be estimated and to control the output that is printed.
Options for Output Data Sets
The following options are used to store results in SAS data sets:
Options to Specify Parameter Values
The following options enable you to specify values for the model parameters. These options can provide starting values for the estimation process, or you can specify fixed parameters for use in the FORECAST stage and suppress the estimation process with the NOEST option. By default, the ARIMA procedure finds initial parameter estimates and uses these estimates as starting values in the iterative estimation process.
If values for any parameters are specified, values for all parameters should be given. The number of values given must agree with the model specifications.
Options to Control the Iterative Estimation Process
The following options can be used to control the iterative process of minimizing the error sum of squares or maximizing the log-likelihood function. These tuning options are not usually needed but can be useful if convergence problems arise.