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 exercício faz parte do curso
GARCH Models in R
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Complete the code to simulate 4 time series of 10 years of daily returns
simgarch <- ___(spec = simgarchspec, m.sim = ___, n.sim = ___, rseed = 210)