ts.seasonal.model: Model fit of seasonal time series

Description Usage Arguments Details Value Author(s) See Also

View source: R/ts.seasonal.model.R

Description

Model fit of seasonal time series

Usage

1
ts.seasonal.model(tsdata, x.ord = NULL, tojson = FALSE)

Arguments

tsdata

The input univariate seasonal time series data

x.ord

An integer vector of length 3 specifying the order of the Arima model

tojson

If TRUE the results are returned in json format, default returns a list

Details

Model fit of seasonal time series using arima models of seasonal time series data. The model with the lowest AIC value is selected for forecasts.

Value

A list with the following components:

Author(s)

Kleanthis Koupidis

See Also

ts.analysis, Arima


TimeSeries.OBeu documentation built on Dec. 18, 2019, 1:48 a.m.