เริ่มต้นใช้งานเริ่มต้นใช้งานได้ฟรี

Predicting returns

In the previous exercises, we have assumed a constant mean by setting

garchspec <- ugarchspec(mean.model = list(armaOrder = c(0,0)),
                        variance.model = list(model = "gjrGARCH"),
                        distribution.model = "sstd")

In practice the predicted return \(\mu_t\) is often time-varying. To capture this time-variation, one can use a GARCH-in-mean, AR(1), MA(1), ARMA(1,1) model, among others.

These models are implemented in rugarch and can be specified by changing the arguments for mean.model.


Which of the following statements is incorrect?

แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร

GARCH Models in R

ดูคอร์ส

แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำจริง

เปลี่ยนทฤษฎีให้เป็นการลงมือทำด้วยแบบฝึกหัดเชิงโต้ตอบหนึ่งในของเรา

เริ่มแบบฝึกหัด