Interview Tips – Multiple Linear Regression
In my experience, multiple linear regression is a commonly used algorithm in the credit risk modelling space, e.g., in the PPNR models (I will not talk about lack of stationarity issues with time series data used in the PPNR models 😊 ). In this post, I have shared a high-level overview of the practical aspects of the multiple linear regression typically assessed during quants’ interviews. I expect folks to consider these high-level inputs and build/enhance their understanding of the multiple linear regression model. Understand the mathematics behind the multiple linear regression It is imperative to have a holistic understanding of the mathematics behind multiple linear regression. I belong to a school of thought that one must be thorough with the underlying mathematics behind any algorithm. That understanding helps to comprehend the underlying limitations of the algorithms. Folks typically fail to answer fundamental questions, e.g., the possibility of a negative adjusted R-squar...