predict.tsb: predict.tsb

Description Usage Arguments Value Author(s) See Also

View source: R/predict.tsb.R

Description

Predicted values for Time Series Benchmark Model

Usage

1
2
## S3 method for class 'tsb'
predict(mod, steps = 24, n_run = 1000)

Arguments

mod

An ARIMA model object fitting from tsb

steps

Number of steps to forecast

n_run

Length of the univariate time series to parse to KalmanRun (must be smaller than the total length of data in mod)

Value

vector of predicted values

Author(s)

Jairo Cugliari, Andres Castrillejo, Fernando Massa, Ignacio Ramirez

See Also

tsb makeARIMA


cugliari/enercast documentation built on Sept. 15, 2019, 10:13 a.m.