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

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

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

Description

Model fit of non seasonal time series

Usage

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

Arguments

tsdata

The input univariate non 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 non seasonal time series using arima models of non 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

Examples

1

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