शुरू करेंमुफ़्त में शुरू करें

Sensitivity of coverage to distribution model

A GARCH model is a collection of assumptions regarding the mean, the variance and the distribution. A naive approach is to assume a normal distribution. This model is not a realistic model in case of analyzing stock returns, like the daily Microsoft returns. A skewed student t distribution is a better description of its distribution. You will see that this becomes clear by comparing the coverage of the 5% value-at-risk under the normal distribution and skewed student t distribution.

यह अभ्यास पाठ्यक्रम का हिस्सा है

GARCH Models in R

पाठ्यक्रम देखें

इंटरैक्टिव व्यावहारिक अभ्यास

इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।

# Take a default specification a with normal and skewed student t distribution
normgarchspec <- ___(distribution.model = ___)
sstdgarchspec <- ___(distribution.model = ___)
कोड संपादित करें और चलाएँ