| arima_arnn | R Documentation | 
Hybrid ARIMA ARNN Forecasting Model
arima_arnn(y, n, PI = FALSE, ret_fit = FALSE)
| y | A numeric vector or time series | 
| n | An integer specifying the forecast horizon | 
| PI | A logical flag (default =  | 
| ret_fit | A logical flag specifying that the fitted values of the model on the training set should be returned if true, otherwise, false (default) | 
The forecast of the time series of size n is generated along with the optional
output of fitted values (ret_fit = TRUE) and confidence interval (PI = TRUE)
for the forecast.
Chakraborty, T., Chattopadhyay, S., & Ghosh, I. (2019). Forecasting dengue epidemics using a hybrid methodology. Physica A: Statistical Mechanics and its Applications, 527, 121266.
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.
arima_arnn(y = datasets::lynx, n = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.