Core Statistics Prompt
Answer the following related statistics questions.
Part A — Pairwise correlation constraints
Let X,Y,Z be random variables with unit variance and equal pairwise correlation:
Corr(X,Y)=Corr(Y,Z)=Corr(X,Z)=p.
-
What values of
p
are feasible?
-
Give a method to
construct
(X,Y,Z)
that achieves any feasible
p
.
-
Generalize: for
n
variables with the same pairwise correlation
p
, what is the feasible range of
p
? How would you construct them?
Part B — Omitted variable bias
Consider the true linear regression model:
y=X1β1+X2β2+ε,
but you mistakenly fit the reduced model y=X1β~1+error, omitting X2.
-
What is the impact on the estimated coefficient
β~1
?
-
Prove the result using matrix notation (OLS).