ECON 3209 · Week 14, Lecture 1 · Kerala Agricultural University
Autumn 2026
By the end of this lecture, you will be able to:
Many economic relationships are nonlinear: - fertilizer may show diminishing returns - income may rise proportionally with land only at low levels - percentage changes may matter more than absolute changes
A model can still be linear in parameters while being nonlinear in variables.
\[\ln Y_i = \beta_0 + \beta_1 \ln X_i + \varepsilon_i\]
In a log-log model, \(\beta_1\) is an elasticity.
| Model | Equation | Interpretation of \(\beta_1\) |
|---|---|---|
| log-log | \(\ln Y = \beta_0 + \beta_1 \ln X + u\) | elasticity |
| log-lin | \(\ln Y = \beta_0 + \beta_1 X + u\) | one-unit rise in \(X\) changes \(Y\) by about \(100\beta_1\)% |
| lin-log | \(Y = \beta_0 + \beta_1 \ln X + u\) | 1% rise in \(X\) changes \(Y\) by about \(0.01\beta_1\) units |
| quadratic | \(Y = \beta_0 + \beta_1 X + \beta_2 X^2 + u\) | slope depends on \(X\) |
\[Y = \beta_0 + \beta_1 X + \beta_2 X^2 + \varepsilon\]
If \(\beta_2 < 0\), the curve bends downward and marginal returns fall as \(X\) increases.
\[\frac{\partial Y}{\partial X} = \beta_1 + 2\beta_2 X\]
The slope becomes zero at
\[X^* = -\frac{\beta_1}{2\beta_2}\]
When \(\beta_2 < 0\), this is the peak of the fitted parabola.
Choose nonlinear forms because they make economic sense, not just because they raise fit statistics.
✅ Log models are useful when proportional or percentage effects are more natural than level effects.
✅ In a log-log model, the slope is an elasticity.
✅ Quadratic models allow marginal effects to vary with the level of the regressor.
✅ A negative squared term captures diminishing returns.
✅ Functional-form choice should combine theory, interpretation, and empirical fit.
Lecture 2 — Splines & Piecewise
We will cover: - piecewise linear regression - spline intuition - knot selection - interpreting hinge terms
ECON 3209 — Kerala Agricultural University