Flexible Functional Forms
Summary
Flexible functional forms provide second-order approximations to an arbitrary unknown response function without committing to a specific parametric shape. They are particularly useful when the shape of the marketing response is uncertain and the data should drive the specification.
Motivation
Standard functional forms (linear, log-log, ADBUDG) impose strong a priori shape restrictions. When theory is ambiguous about whether response is concave, S-shaped, or convex, a flexible form lets the data determine the local curvature.
The Translog (Transcendental Logarithmic) Form
Translog
A second-order Taylor expansion in logs around the sample mean:
The translog nests:
- Log-log (power): when all
- Interaction effects between instruments:
Symmetry restriction: (curvature matrix is symmetric)
Own-price elasticity: (non-constant, varies with marketing levels)
The Box-Cox Transformation
Box-Cox Power Transformation
The Box-Cox transformation:
Applied to both the dependent and independent variables with potentially different :
MLE over the parameters yields a data-driven choice of transformation. If , log transformation of is appropriate. If , log transformation of is appropriate.
See also Box-Cox for variance stabilization in ARIMA — Single Marketing Time Series.
Locally Weighted Regression (LOESS)
For purely nonparametric estimation of the response function without any parametric restriction:
- Fit a weighted local polynomial at each evaluation point
- Weight observations by proximity: with bandwidth
- The estimated traces the nonparametric response
Tradeoff: high flexibility but low interpretability and poor out-of-sample performance. Useful as a diagnostic check against parametric forms.
Spline Models
Regression Spline
Splines fit piecewise polynomials with continuity constraints at knots :
where . The knot positions can be pre-specified or estimated.
Marketing application: different response regimes at low, medium, and high advertising levels (captures both S-shape and saturation in separate segments).
Comparison of Flexible Forms
| Form | Parameters | Globally valid? | Marketing Use |
|---|---|---|---|
| Translog | No (local approx) | Multi-instrument response | |
| Box-Cox | (‘s) | Yes (nests linear & log) | Form selection |
| LOESS | Nonparametric | Locally only | Diagnostic |
| Spline | By segment | Threshold + saturation |
Cross-Links
- Standard parametric forms: Functional Forms in Marketing
- Specification testing: Model Testing and Specification
- Model selection: Model Selection and Exploratory Analysis
- Nonparametric Bayes: Nonparametric Models Overview