返回题库

相关系数范围

Correlation Ranges

专题
Finance / 金融
难度
L4

题目详情

随机变量 X,Y,ZX,Y,Z 满足 Corr(X,Y)=513\mathrm{Corr}(X,Y)=\frac{5}{13}Corr(Y,Z)=1213\mathrm{Corr}(Y,Z)=\frac{12}{13}

Corr(X,Z)\mathrm{Corr}(X,Z) 的可取范围是形如 [0,b][0,b] 的区间。求最简分数 bb

Suppose that X,Y,X, Y, and ZZ are three random variables. We know that Corr(X,Y)=513\text{Corr}(X,Y) = \dfrac{5}{13} and Corr(Y,Z)=1213\text{Corr}(Y,Z) = \dfrac{12}{13}. The range of possible values for Corr(X,Z)\text{Corr}(X,Z) is an interval in the form [0,b][0,b], where bb is a fraction in fully reduced form. Find bb.

解析

相关矩阵必须半正定。设 ρ=Corr(X,Z)\rho=\mathrm{Corr}(X,Z),则

det(15/13ρ5/13112/13ρ12/131)=120169ρρ20.\det\begin{pmatrix} 1&5/13&\rho\\ 5/13&1&12/13\\ \rho&12/13&1 \end{pmatrix} =\frac{120}{169}\rho-\rho^2\ge 0.

因此 0ρ1201690\le \rho\le \frac{120}{169},故 b=120169b=\frac{120}{169}


Original Explanation

The key idea here is that the correlation matrix for any collection of random variables must be positive semi-definite. Denoting Corr(X,Z)=ρ\text{Corr}(X,Z) = \rho, the correlation matrix for (X,Y,Z)(X,Y,Z), say CC, is a 3×33 \times 3 matrix

C=[1513ρ51311213ρ12131]C = \begin{bmatrix} 1 & \frac{5}{13} & \rho \\ \frac{5}{13} & 1 & \frac{12}{13} \\ \rho & \frac{12}{13} & 1 \end{bmatrix}

A condition to show that a matrix is positive definite is that each of the sub-matrices of order 1×1,2×2,,n×n1 \times 1, 2 \times 2, \ldots, n \times n, where nn is a size of the matrix, originates from the top left corner having a non-negative determinant. In this case, it is easy to see that the top left 2×22 \times 2 matrix has determinant

C11C22C12C21=144169>0C_{11}C_{22} - C_{12}C_{21} = \dfrac{144}{169} > 0

so we only need to check that the entire matrix CC has non-negative determinant.

Evaluating this determinant as a function of ρ\rho, we obtain that it is

120169ρρ2\dfrac{120}{169}\rho - \rho^2

Setting this equal to 00, we obtain that ρ=0,120169\rho = 0,\dfrac{120}{169}. As this polynomial had a negative leading coefficient for ρ2\rho^2, it follows that the parabola (i.e. determinant) must have been positive between the two roots, so ρ=120169\rho^* = \dfrac{120}{169} is the largest value where this determinant is non-negative.