Learn R Programming

rumidas (version 0.1.3)

sum_X_f: Summation function for the multi-step-ahead predictions of the GARCH--MIDAS models with the '--X' part.

Description

For details, see Eq. (20) of amendola_candila_gallo_2020;textualrumidas.

Usage

sum_X_f(COEF, DELTA, H)

Value

The vector of the summation for each H.

Arguments

COEF

The sum of the parameters \(alpha\), \(\beta\), and \(\gamma/2\), if present.

DELTA

The AR coefficient.

H

The length of the multi-step-ahead predictions.

References