Order - Order of ARIMA model \((p, d, q, P, D, Q)\) of each series. A matrix of (ncol(x),6). The six columns are "p","d","q", "P", "D", "Q".
Mean - A logical vector indicating whether each series needs a constant (or mean).
M1 - Contains orders the stationary series.
M2 - Contains orders of series with (d=1) and (D=0).
M3 - Contains orders of series with (d=2) and (D=0).
M4 - Contains orders of series with (d=0) and (D=1).
M5 - Contains orders of series with (d=1) and (D=1).
M6 - Contains orders of series with (d=2) and (D=1).