MXAUTO Subcommand (ACF command)

MXAUTO specifies the maximum number of lags for a series.

  • The specification on MXAUTO must be a positive integer.
  • If MXAUTO is not specified, the default number of lags is the value set on TSET MXAUTO. If TSET MXAUTO is not specified, the default is 16.
  • The value on MXAUTO overrides the value set on TSET MXAUTO.

Example

ACF VARIABLES = SALES
  /MXAUTO=14.
  • This command sets the maximum number of autocorrelations to be displayed for the series SALES to 14.