dcc_mat_est: Obtains the matrix H_t and R_t, under the cDCC model

View source: R/functions.R

dcc_mat_estR Documentation

Obtains the matrix H_t and R_t, under the cDCC model

Description

Obtains the matrix H_t and R_t, under the cDCC model For details, see \insertCiteaielli2013dynamic;textualdccmidas and \insertCitedcc_engle_2002;textualdccmidas.

Usage

dcc_mat_est(est_param, res, Dt, K_c)

Arguments

est_param

Vector of estimated values

res

Array of standardized daily returns, coming from the first step estimation

Dt

Diagonal matrix of standard deviations

K_c

optional Number of initial observations to exclude from the H_t and R_t calculation

Value

A list with the H_t and R_t matrices, for each t.

References

\insertAllCited

dccmidas documentation built on May 29, 2024, 5:26 a.m.