Citadel Securities Interview Question

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

Interview Answer

Anonymous

Jun 7, 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.