forecast.Greg.ts: Forcast group regression models Time-Series

Description Usage Arguments Value Author(s) See Also Examples

Description

Forecast from models fitted by Greg.ts.

Usage

1
forecast.Greg.ts(object, model = "ALL", n.ahead = 5, plot = FALSE)

Arguments

object

Resul returned from Greg.ts function.

model

Names of models want to forecast.

n.ahead

The number of steps ahead for which prediction is required.

plot

Let plot=TRUE to paint graph of obsevation series and forecast series in future.

Let plot=FLASE (default) to do not paint graph.

Value

A data frame where each column is a time series forecast in future from regression model corresponding.

Author(s)

Hong Viet Minh <hongvietminh@gmail.com>

Pham Minh Truc <trucm1813014@gstudent.ctu.edu.vn>

See Also

Greg.ts

Examples

1
2
3

AnalyzeTS documentation built on Dec. 9, 2019, 1:07 a.m.