sum_X_f: Summation function for the multi-step-ahead predictions of...

View source: R/functions.R

sum_X_fR Documentation

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

Description

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

Usage

sum_X_f(COEF, DELTA, 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.

Value

The vector of the summation for each H.

References

\insertAllCited

rumidas documentation built on April 4, 2025, 1:01 a.m.

Related to sum_X_f in rumidas...