To be used after the command "sSummaryModel". The input "M" must be output from "sSummaryModel". Selected seasonal time series of a given order (p,d,q)∗(P,D,Q).
sSelectedSeries(M, order = c(0,1,1,0,1,1))
Arguments
M: Matrix that is an output from "sSummaryModel" command, that is, M1, M2, M3, M4, M5, or M6.
order: order of ARIMA model (p,d,q)∗(P,D,Q). Default values is (0, 1, 1, 0, 1, 1).