sSelectedSeries function

Selected Seasonal Time Series

Selected Seasonal Time Series

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)(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)(p,d,q)*(P, D, Q). Default values is (0, 1, 1, 0, 1, 1).

Returns

A list with the series names and count.

Examples

data(TaiwanAirBox032017) outputSummaryModel <- sSummaryModel(TaiwanAirBox032017[,1:3]) sSelectedSeries(outputSummaryModel$M1)
  • Maintainer: Antonio Elias
  • License: GPL-3
  • Last published: 2022-04-27

Useful links