Correlation and correlation structure (1); quantile regression

Given a constant speed, time and distance are fully correlated. Provide me with the one, and I’ll give you the other. When two variables have nothing to do with each other, we say that they are not correlated.

You wish that would be the end of it. But it is not so. As it is, things are perilously more complicated. By far the most familiar correlation concept is the Pearson’s correlation. Pearson’s correlation coefficient checks for linear dependence. Because of it, we say it is a parametric measure. It can return an actual zero even when the two variables are fully dependent on each other (link to cool chart).

Less but still, we are familiar with some other correlation measures:
– Spearman’s rank (or Spearman’s rho)
– Kendall rank correlation (or Kendall’s tau coefficient)
Those dependence measures are to the Pearson’s correlation what the Median-statistic is to the Average-statistic. Look at the ordering, instead of at the values. Those are non-parametric measures since they don’t care about the shape of dependence at all. What do I mean by the shape of dependence? Well, say the shape of the correlation between two variables x and y is flat, then it does not matter in which region of the distribution of x we are in, what happens to x and y jointly is the same as what happens to them jointly when we are at a different region of x. Put differently, say x and y are tradeable assets, if the correlation between x and y is the same when they both have bad days as the correlation between them when they both have good days then we can broadly say, the shape of the correlation is constant. So you see, we are now discussion correlations while taking account of the whole distribution. I use dependence shape and correlation structure interchangeably, though I prefer the latter.

Before demonstrating this concept it is natural to ask why do we even care? Because we want the returns, but without the risk (we all do, don’t we?). Portfolios constructed based on correlation, can perform unexpectedly when the correlation structure is not well understood. Unexpectedly bad.

There is more than one way to illustrate what do we mean with correlation structure, and how is it different from correlation- period. Here we use Stocks and Bonds return correlation (check the references for a good review on stocks-bonds correlation, though the review is silent about correlation structure). We pull data on two ETF’s: SPY and TLT, which broadly track the stocks and bonds returns. Code below for those interested, but now have a look at the following figure:
Correlation Structure
The chart in the upper panel
shows the weekly returns of the SPY over those of TLT. In green a regression line reflecting the average correlation between those two. Let’s merely say that on average, when bonds are up, stocks less so. When stocks are down, bonds returns are somewhat higher. Why is that? Too long to be answered here, and I refer to the reference and references therein. The blue line (polynomial fit) at least indicates that the correlation structure is not constant across the joint distribution of returns. The slope is sharper on the bottom right quadrant. When things become volatile, many investors turn to quality assets, understood as US-treasuries. This is typically dubbed as flight-to-quality. The top left quadrant is where stocks are preferred, a kind of risk-up behavior. All of this under the simplifying assumption that there is some competition between these two asset classes.

The chart in the bottom panel
was created using a framework introduced by Dirk G. Baur in the paper: The Structure and Degree of Dependence link. The idea is to estimate the degree of dependence (beta) using quantile regression across all quantiles. For example, the green line is the coefficients of the SPY’s ETF weekly returns when regressed on weekly TLT’s ETF returns. The red line is the coefficient (or sensitivity, or beta) of the TLT returns when regressed on the SPY returns. Bear in mind that unlike OLS (or mean-regression), quantile regression is used to estimate a coefficient conditional on specific quantile. That is what allows us to characterize the full correlation structure. In his paper, Baur does not touch upon the question which asset is on the right hand side of the regression and which on the left. Since the beta’s are obviously different, I average them. The blue line is the average of the red and the green lines, and the brown line is simply the empirical Pearson’s correlation coefficient, or what we can now describe as the (quantile-) unconditional linear correlation. Below as usual the code to replicate the analysis.

References:
Century of stock-Bond Correlations (Reserve bank of Australia)

4 comments on “Correlation and correlation structure (1); quantile regression”

    1. Good question. I actually did not see this anywhere. It makes sense though. When you compute the correlation you divide the covariance by the std of the individual variables. I think also here, I would not like to get large coefficients simply because one of the series has wider distribution. I would like the coefficients to say something about correlation structure, scaling beforehand helps the interpretation. I think.

  1. Pingback: Beta in the tails

Leave a Reply

Your email address will not be published. Required fields are marked *