Differencing Orders

The Differencing (d) option specifies the differencing orders for the dependent series.

For differencing orders, you must enclose the value or values that you specify in parentheses. Unlike the autoregressive and moving average orders, you must include all orders that you specify in a single list. You can specify an integer value multiple times in the same list. You can use placeholders (such as "s") to specify seasonal differencing.

To specify a differencing order, use the following syntax:

The following table includes examples of this syntax:

Model Description

Value of d

Result in Details

Single differencing order

5

D = (5)

Multiple differencing orders

(1 1 3 5)

D = (1,1,3,5)

Differencing order with a seasonal component

(1 S s)

D = (1,s,s)

Last updated: March 16, 2026