開始使用免費開始

比較概似與資訊準則

你需要分析 EUR/USD 的報酬。已經估計好「常數平均、標準 GARCH 模型,且誤差為 Student t 分配」以及「AR(1) GJR-GARCH 模型,且誤差為偏態 Student t 分配」,並分別將輸出儲存為 garchfitgjrfit。在這個練習中,你要用資訊準則判斷哪一個模型較佳。

本練習屬於課程

R 的 GARCH 模型

檢視課程

動手互動練習

試著完成這個範例程式碼,體驗一下這個練習。

# Print the number of estimated parameters
___(___(garchfit))
___(___(gjrfit))
編輯並執行程式碼