theta_ann: Hybrid Theta ANN Forecasting Model

View source: R/hybrid_ts.R

theta_annR 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.


hybridts documentation built on April 11, 2023, 5:59 p.m.

Related to theta_ann in hybridts...