ts.seasonal.decomp: Decomposition of seasonal time series

Description Usage Arguments Details Value Author(s) See Also

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

Description

Decomposition of seasonal time series data using stlm from forecast package. This function is used internally in ts.analysis.

Usage

1
ts.seasonal.decomp(tsdata, tojson = FALSE)

Arguments

tsdata

The input univariate seasonal time series data

tojson

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

Details

Decomposition of seasonal time series data through arima models is based on stlm from forecast package and returns a list with useful parameters for OBEU.

Value

A list with the following components:

Author(s)

Kleanthis Koupidis

See Also

ts.analysis, stlm


okgreece/TimeSeries.OBeu documentation built on Sept. 7, 2021, 7:21 p.m.