caculate_llh: This function finds the best K of an estimated GARCH-MIDAS...

Description Usage Arguments

View source: R/generic_functions.R

Description

This function finds the best K of an estimated GARCH-MIDAS model

Usage

1
caculate_llh(data, y, x, freq = "month", K.seq = c(6:48))

Arguments

data

data frame containing a column named date of type 'Date'.

y

name of high frequency dependent variable in df.

x

covariate employed in GarchMidas.

freq

a string of the low frequency variable in the df.

K.seq

an integer sequence specifying lag length K in the long-term component.


JasonZhang2333/GarchMidas documentation built on Dec. 3, 2019, 12:47 a.m.