Finance Train LogoFinance Train
Learning LibraryTemplatesBlog
Data Science Bundle
Finance TrainFinance Train
Learning LibraryTemplatesBlog
Data Science Bundle
Lesson 3 of 17

Quants: Single Variable Linear Regression Analysis

  • This is the “least squares” method.

  • Situational Example:

  • “If a country’s broad stock index (X) appreciates 5%, by how much will the value of that index’s largest air transportation stock change?”

  • You will apply this type of modeling in the equity section, when looking at the CAPM approach to asset valuation.

  • Simple Regression can be expressed as follows:

    Yi = b0 + b1Xi + ei

    • b0 = the y-intercept.  Yi = b0, when observation Xi = 0 (zero)
    • b1 = the slope coefficient – the change in Y per unit change in X.
    • Xi = the observation for the independent variable.  Ex: the value of a stock index.
    • Yi = the observed dependent variable for Xi.
    • ei = the error term or the part of the dependent value not explained by the independent variable; the expected value of the error term is zero and this is one of the standard assumptions for simple regression.
    • Note: the y-intercept and slope coefficient are the known as the model’s parameters.
  • A hat “^” is typically used when referring to predicted values and the subscript “i” typically refers to actual observations.

Six Assumptions of Simple Linear Regression

  1. Y and X must have a liner relationship.
  2. X is not random.
  3. The expected value of e is 0 (zero).
  4. The e term does not exhibit heteroskedasticity, meaning that the error term’s variance is the same for all observations.
  5. The error term is uncorrelated across all observations (or no serial correlation).
  6. The error term has a normal distribution.

A violation of one or more of these assumptions threatens the validity of your model’s conclusions.

Previous Lesson

Quants: Correlation Analysis

Next Lesson

Standard Error of the Estimate or SEE

Back to ebook

Quantitative Methods

17 lessons

Lessons

1
CFA L2: Quantitative Methods - Introduction
2
Quants: Correlation Analysis
3
Quants: Single Variable Linear Regression Analysis
4
Standard Error of the Estimate or SEE
5
Confidence Intervals (CI) for Dependent Variable Prediction
6
Coefficient of Determination (R-Squared)
7
Analysis of Variance or ANOVA
8
Multiple Regression Analysis
9
Multiple Regression and Coefficient of Determination (R-Squared)
10
Fcalc – the Global Test for Regression Significance
11
Regression Analysis and Assumption Violations
12
Qualitative and Dummy Variables in Regression Modeling
13
Time Series Analysis: Simple and Log-linear Trend Models
14
Auto-Regressive (AR) Time Series Models
15
Auto-Regressive Models - Random Walks and Unit Roots
16
ARMA Models and ARCH Testing
17
How to Select the Most Appropriate Time Series Model?
Finance Train

Learn data science and AI skills for finance through practical courses and tutorials.

Learn

  • Learning Library
  • Course Directory
  • Blog

Resources

  • Templates & Downloads
  • Tools
  • Tables
  • Calculators

Company

  • About
  • Contact
  • Privacy
  • Terms

© 2026 Finance Train. All rights reserved.