autoparam_tsarima: To select automatically the best ARIMA model for a specified...

Description Usage Arguments Value Examples

View source: R/functions.R

Description

This function allows to look for the best parameters for the tailored ARIMA model for a specific time series and computing the resulting stationary ts.

Usage

1

Arguments

ts

A univariate time series of class 'ts' object.

Value

A list object composed by an object of class 'forecast_ARIMA' , "ARIMA" and 'Arima' (first element) and an object of class "ts" (second element).

Examples

1
2
3
dataset<-data.frame('something'=c(...))
dataset_ts<-ts(dataset, ...)
autoparam_tsarima(dataset_ts[,1])

unimi-dse/9768672c documentation built on Feb. 16, 2020, 5:45 a.m.