Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

R-Squared for Stock Return Models

Easy
Statistics & ProbabilityRegressionCorrelationVarianceAsked 1 times

Problem

Business Context

At NorthBridge Capital, a quant analyst is comparing two linear regression models for predicting monthly stock returns. The team wants to know why a model with more predictors can show a higher R2R^2R2 but still be a worse choice once model complexity is considered.

Problem Statement

You are given summary statistics for two regression models fit on the same 60 months of stock return data. Model A uses market excess return as the only predictor. Model B adds size, value, momentum, and short-term reversal factors. Explain the difference between R2R^2R2 and adjusted R2R^2R2, compute both adjusted values, and determine which model is preferable based on goodness-of-fit after penalizing unnecessary predictors.

Given Data

ModelObservationsPredictors (k)(k)(k)R2R^2R2
A: Market-only6010.082
B: Multi-factor6050.109

Assume both models include an intercept.

Requirements

  1. Define R2R^2R2 and adjusted R2R^2R2 in plain language.
  2. Compute adjusted R2R^2R2 for Model A.
  3. Compute adjusted R2R^2R2 for Model B.
  4. Compare the two models and explain why adjusted R2R^2R2 can decrease when new predictors are added.
  5. State which metric is more appropriate for comparing these two stock return models.

Assumptions

  • Both models are estimated on the same response variable and same 60 monthly observations.
  • Predictors were added without changing the sample period.
  • The goal is in-sample explanatory comparison, not causal inference.
  • Ignore out-of-sample validation for this exercise, though you should mention it in interpretation.

You are practicing as a guest. Sign up free to get your answer graded with AI feedback. Your draft stays right here.

Sign up freeI have an account
Sign up to unlock solutions
Balyasny Asset Management Interview Questions
Next questions
Linear Regression for Stock ReturnsEasyOne Alliance Insurance ManagersR-squared vs Adjusted R-squaredEasyIpsosR-squared vs Adjusted R-squaredEasy
0 / ~200 words