powered by
The ARIMAANN function fit ARIMA-ANN hybrid model for time series data.
ARIMAANN(data,h)
Checking the suitability of data for hybrid modelling
Coefficients of the fitted ARIMA
pvalues of the fitted ARIMA model
Summary of the fitted ANN model on residuals obtained from the fitted ARIMA model
Mean Absolute Percentage Error (MAPE) of the fitted hybrid model
Mean Square Error (MSE) of fitted hybrid model
Fitted values of hybrid model
h step ahead forecasted values employing hybrid model
Input univariate time series (ts) data.
The forecast horizon.
Ramasubramanian V., Mrinmoy Ray
This package allows you to fit the ARIMA-ANN hybrid model.
Zhang, G. P.Time series forecasting using a hybrid ARIMA and neural network model Neurocomputing, 50 (2003), pp. 159-175.
auto.arima, nnetar
data=lynx ARIMAANN(data,5)
Run the code above in your browser using DataLab