Citadel Securities interview question

Given constraints on correlation between three R.Vs, bound the correlation between one pair of them.

Interview Answer

Anonymous

7 Jun 2025

write the correlation matrix, since the matrix must be positive semidefinite, take the determinant and set it >= 0 in order to find the bounds.