500+ quant interview questions for Jane Street, Citadel, Two Sigma, DE Shaw, and other top quantitative finance firms.
Statistical analysis and quantitative modeling problems
Trading MCQs, probability brainteasers, and market scenarios
Practice quant interview questions on MyntBit - the all-in-one quant learning platform. Free questions available for C++ coding, Python problems, probability brainteasers, and trading MCQs.
Difficulty: Hard
Category: statistical_analysis
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: newey-west, hac, ols, autocorrelation, standard-errors, time-series-regression
When regressing strategy returns on risk factors, OLS standard errors are often underestimated in the presence of autocorrelated residuals—a common condition in time-series alpha research. The Newey-West heteroskedasticity-and-autocorrelation-consistent (HAC) covariance estimator corrects for this using a Bartlett kernel. This produces valid t-statistics for significance testing of regression coefficients like alpha and beta. Task Implement the function solution(y: list, x_matrix: list, max_lag
Practice this hard researcher interview question on Myntbit - the all-in-one quant learning platform with 650+ quant interview questions for Jane Street, Citadel, Two Sigma, and other top quantitative finance firms.