theta_ann {hybridts}R Documentation

Hybrid Theta ANN Forecasting Model

Description

Hybrid Theta ANN Forecasting Model

Usage

theta_ann(y, n, PI = FALSE)

Arguments

y

A numeric vector or time series

n

An integer specifying the forecast horizon

PI

A logical flag (default = FALSE) for generating the prediction interval.

Value

The forecast of the time series of size n is generated along with the optional output of confidence interval (PI = TRUE) for the forecast.


[Package hybridts version 0.1.0 Index]