garch_fore: The forecasting model garch basd on 'rugarch' package

View source: R/models.R

garch_foreR Documentation

The forecasting model garch basd on rugarch package

Description

The forecasting model garch basd on rugarch package

Usage

garch_fore(x, train_h, PI_level)

Arguments

x

The input time series.

train_h

The amount of future time steps to forecast.

PI_level

This function don't use it in the calculation. This is used to make this function consistent with the parameter setting of the top four models.

Value

A list including forecasting mean and sd.


lily940703/febama documentation built on March 20, 2022, 1:57 a.m.