ComenzarEmpieza gratis

Correlogram and Ljung-Box test

Let's test the validity of a constant mean standard GARCH(1,1) model with student t distribution for the daily EUR/USD returns. The model is already estimated and available as tgarchfit.

Este ejercicio forma parte del curso

GARCH Models in R

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio completando el código de muestra.

# Compute the standardized returns
stdEURUSDret <- ___(tgarchfit, standardize = ___)
 
# Compute their sample mean and standard deviation
___(stdEURUSDret)
___(stdEURUSDret)
Editar y ejecutar código