sSelectedSeries {SLBDD}R Documentation

Selected Seasonal Time Series

Description

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).

Usage

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).

Value

A list with the series names and count.

Examples

data(TaiwanAirBox032017)
outputSummaryModel <- sSummaryModel(TaiwanAirBox032017[,1:3])
sSelectedSeries(outputSummaryModel$M1)


[Package SLBDD version 0.0.4 Index]