warima_ann {hybridts} | R Documentation |
Hybrid WARIMA ANN Forecasting Model
Description
Hybrid WARIMA ANN Forecasting Model
Usage
warima_ann(y, n, p = 5, q = 5, PI = FALSE)
Arguments
y |
A numeric vector or time series |
n |
An integer specifying the forecast horizon |
p |
An integer indicating the maximum order of AR process. Default is 5. |
q |
An integer indicating the maximum order of MA process. Default is 5. |
PI |
A logical flag (default = |
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.
References
Chakraborty, T., Ghosh, I., Mahajan, T., & Arora, T. (2022). Nowcasting of COVID-19 confirmed cases: Foundations, trends, and challenges. Modeling, Control and Drug Development for COVID-19 Outbreak Prevention, 1023-1064.
[Package hybridts version 0.1.0 Index]