Interesting Quant Questions

Finding colinear subset

2 minute read

This note explores the following quant interview question: if you are given a matrix $X \in \mathbb{R}^{n\times p}$ that you are told has colinearity, how wo...

CV tradeoff

2 minute read

In a quant interview last year, I was asked a question about the tradeoff in changing the number of folds $k$ in $k$-fold cross-validation. Obviously, as the...

Estimating the SE of Lasso CV coefficients

3 minute read

This note comes from the following question: You have data $X, Y$ and you run a lasso-penalized linear regression of $Y$ onto $X$, with the lasso parameter t...