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

Time Series Analysis: Simple and Log-linear Trend Models

Simple Time Series Models

This is basic trend modeling.

A simple trend model can be expressed as follows:

y~t=b0+b1t+εt\tilde{y}_t = b_0 + b_1 t + \varepsilon_ty~​t​=b0​+b1​t+εt​
  • b0b_0b0​ = the y-intercept; where t = 0.
  • b1b_1b1​ = the slope coefficient of the time trend.
  • t = the time period.
  • y~t\tilde{y}_ty~​t​ = the estimated value for time t based on the model.
  • εt\varepsilon_tεt​ = the random error of the time trend.

The big validity pit-fall for simple trend models is serial correlation; if this problem is present, then you will see an artificially high R2 and your slope coefficient may falsely appear to be significant.

There is a visual way to detect serial correlation (not shown) or you can perform a Dubin-Watson test.

Log-linear Trend Models

This applies to non-linear time series trends.

The structure is:

ln⁡yt=b0+b1t+et\ln y_t = b_0 + b_1 t + e_tlnyt​=b0​+b1​t+et​ yt=eb0+b1t+ety_t = e^{b_0 + b_1 t + e_t}yt​=eb0​+b1​t+et​

Again, like the simple trend model, use a graph or Durbin Watson test to check for serial correlation, as this will be a big threat to validity.

Previous Lesson

Qualitative and Dummy Variables in Regression Modeling

Next Lesson

Auto-Regressive (AR) Time Series Models

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.