Tagged Questions
4
votes
1answer
262 views
How to use Newey West covariance corrector?
I have implemented the following model:
daily_vol(t+1) = A*daily_vol(t) + B*weekly_vol(t) + C*monthly_vol(t) + error
where vol means volatility, and A, B, C are ...
8
votes
2answers
578 views
Analytical relationship between a covariance matrix and cross-sectional dispersion
Given an expected returns vector and a covariance matrix, one can perform a joint draw and measure the average cross-sectional variation as the standard deviation across returns for a particular joint ...