1. Methodology. In my previous post, I relied on ACF and QQ plots to choose whether innovations are IID Gaussian. But I thought this is too informal. Let me instead select the model based on the following. Each series of residuals must have for each of the following 5 statistical tests:
- The Jarque-Bera normality test for original values of residuals
- The Ljung-Box white noise test for original values of residuals with 5 lags
- The Ljung-Box white noise test for original values of residuals with 10 lags
- The Ljung-Box white noise test for absolute values of residuals with 5 lags
- The Ljung-Box white noise test for absolute values of residuals with 10 lags
2. Results. We accept the following models:
Stock Returns: is modeled as
for
which corresponds to domestic and international geometric stock returns. Also, a sub-model with
(no duration) or
(no volatility as an additive factor) or both.
Bond Returns: Continue this blog post. Adjust them and regress
or
We accept them but reject the augmented models (for both arithmetic and geometric adjusted returns): with factors
(intercept) and
(volatility as an additive factor).
Volatility: The classic AR(1) model for log volatility works.
Bond Rates: Consider autoregression with volatility is accepted. But we reject the one with
instead of
or with
Models with
instead of
are rejected. These are stationary models.
Random walk for logarithms is also accepted, as well as an augmented model with volatility as an additive factor:
The models without logarithms or volatility or both are rejected. These are non-stationary models.
3. Choice. We pick the following model: for
and
for stock and bond returns. Next, AR(1) for log volatility and
for log rates.
Stock Returns: for domestic and
for international stocks.
Bond Returns:
Stock Volatility:
Bond Rates:
The covariance matrix for innovations (times 10000) is:
2.218258 0.948039 -0.210064 -6.113641 0.215726
0.948039 2.975298 0.036818 -5.399599 -0.000237
-0.210064 0.036818 1.935904 14.068448 -0.050806
-6.113641 -5.399599 14.068448 1338.685234 2.754026
0.215726 -0.000237 -0.050806 2.754026 0.113497
The correlation matrix for innovations is
1.000000 0.403307 -0.101369 -0.113717 0.459186
0.403307 1.000000 0.014113 -0.083611 -0.000410
-0.101369 0.014113 1.000000 0.275118 -0.097698
-0.113717 -0.083611 0.275118 1.000000 0.217726
0.459186 -0.000410 -0.097698 0.217726 1.000000
We can consider to be multivariate Gaussian independent identically distributed.
Leave a comment