arima_ann | R Documentation |
Hybrid ARIMA ANN Forecasting Model
arima_ann(y, n, PI = FALSE)
y |
A numeric vector or time series |
n |
An integer specifying the forecast horizon |
PI |
A logical flag (default = |
The forecast of the time series of size n
is generated along with the optional
output of confidence interval (PI
= TRUE) for the forecast.
Zhang, G. P. (2003). Time series forecasting using a hybrid ARIMA and neural network model. Neurocomputing, 50, 159-175.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.