ts.non.seas.decomp: Non seasonal decomposition

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/ts.non.seas.decomp.r

Description

Decomposition of time series with no seasonal component using local regression models

Usage

1
ts.non.seas.decomp(tsdata, tojson = FALSE)

Arguments

tsdata

The input univariate non seasonal time series data

tojson

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

Details

For non-seasonal time series there is no seasonal component. Local regression and likelihood models (locfit package) are used in order to extract the trend and remaider components.

Value

A list with the following components:

Author(s)

Kleanthis Koupidis

See Also

ts.analysis, locfit, predict.locfit

Examples

1

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