ComenzarEmpieza gratis

Use in simulation

Time to get your hands dirty with an actual simulation of stock returns and corresponding volatility and prices. The model to simulate returns is simgarchspec available in the R console.

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.

# Complete the code to simulate 4 time series of 10 years of daily returns
simgarch <- ___(spec = simgarchspec, m.sim = ___, n.sim = ___, rseed = 210) 
Editar y ejecutar código