ariga {AriGaMyANNSVR}R Documentation

ARIMA-GARCH Hybrid Modeling

Description

First fits the time series data by using ARIMA model. If the residuals are having "arch" effect, then GARCH is fitted. Based on the previously mentioned condition final prediction is obtained.

Usage

ariga(Y, ratio = 0.9, n_lag = 4)

Arguments

Y

Univariate time series

ratio

Ratio of number of observations in training and testing sets

n_lag

Lag of the provided time series data

Value

References

Examples

Y <- rnorm(100, 100, 10)
result <- ariga(Y, ratio = 0.8, n_lag = 4)

[Package AriGaMyANNSVR version 0.1.0 Index]