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: time_series
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: recursive_least_squares, online_learning, forgetting_factor, time_varying_beta, time_series
Recursive Least Squares (RLS) is an adaptive algorithm for estimating the parameters of a linear model as new data arrives. It is widely used in quantitative finance for tracking time-varying factor exposures in risk systems, as it can efficiently update estimates with each observation. A forgetting factor, λ, allows the model to downweight older data, enabling rapid adaptation to regime shifts. Task Implement the function recursive_least_squares(X, y, lam=1.0, delta=1000.0) to fit a linear mod
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.