返回题库

等相关:7 个变量的最小相关系数

Equicorrelated

专题
Probability / 概率
难度
L4

题目详情

7 个随机变量 X1,,X7X_1,\dots,X_7 同分布且 E[Xi]=0\mathbb{E}[X_i]=0Var(Xi)=1\mathrm{Var}(X_i)=1,并且它们任意两两相关系数都相同,记为 ρ\rho

ρ\rho 的最小可能值。

7 random variables X1,,X7X_1, \dots, X_7 are all identically distributed with mean 0 and variance 1. However, they also all have the same pairwise correlation, say ρ\rho. Find the minimum possible value of ρ\rho.

解析

考虑样本均值 X=17i=17Xi\overline{X}=\frac{1}{7}\sum_{i=1}^7 X_i

Var(X)=149(i=17Var(Xi)+ijCov(Xi,Xj))=149(7+42ρ)0.\mathrm{Var}(\overline{X})=\frac{1}{49}\left(\sum_{i=1}^7\mathrm{Var}(X_i)+\sum_{i\ne j}\mathrm{Cov}(X_i,X_j)\right) =\frac{1}{49}(7+42\rho)\ge 0.

因此 7+42ρ0ρ167+42\rho\ge 0\Rightarrow \rho\ge -\frac{1}{6}


Original Explanation

We are going to consider Var(X)\text{Var}(\overline{X}) here, where X=X1++X77\overline{X} = \frac{X_1 + \dots + X_7}{7}. By plugging this in and using properties of variance, we see that

Var(X)=149Var(X1++X7)=149[i=17Var(Xi)+ijCov(Xi,Xj)]\text{Var}(\overline{X}) = \frac{1}{49} \text{Var}(X_1 + \dots + X_7) = \frac{1}{49}\left[\sum_{i=1}^7 \text{Var}(X_i) + \sum_{i \neq j} \text{Cov}(X_i,X_j)\right]

Since we know the mean and variance of each of the random variables, we know that the first sum is just 77. Similarly, we know that Cov(Xi,Xj)=ρ(1)(1)=ρ\text{Cov}(X_i,X_j) = \rho(1)(1) = \rho and that there are 76=427 \cdot 6 = 42 terms in that sum. Therefore, the second sum is just 42ρ42\rho. Thus,

Var(X)=7+42ρ49\text{Var}(\overline{X}) = \frac{7 + 42\rho}{49}

Our condition is that Var(X)0\text{Var}(\overline{X}) \geq 0, as the variance of any random variable must be non-negative. Thus, we can disregard the denominator and find that

7+42ρ0    ρ167 + 42\rho \geq 0 \iff \rho \geq -\frac{1}{6}

Therefore, our answer is 16-\frac{1}{6}.