Ednaldo Silva’s blog post “Measurements and Uncertainties in Transfer Pricing” shows that uncertainty propagates through mathematical operations. This principle is directly relevant for econometric models in which variables are transformed, differenced, and estimated over time. Starting from error propagation, we examine why covariance terms matter and why dynamic regressions with lagged dependent variables require Newey-West standard errors for robust inference.
1. Error propagation
We begin with the algebra of error propagation as the formal basis for understanding how uncertainty moves through mathematical operations.
The general formula “for a statistical measure or value involving two variables m = p x”:
(1)\quad \sigma_m^2 = (x\sigma_p)^2 + (p\sigma_x)^2 + 2m\sigma_m
(https://edgarstat.com/blog/measurements-and-uncertainties-in-transfer-pricing/, formular (2))
Where:
- m = (p ± σp) × (x ± σx) is a calculated variable (e.g. sales).
- p = ∂m/∂x is a measured variable (e.g. price).
- x = ∂m/∂p is another measured variable (e.g. quantity).
- σₘ² = σpx² is the variance of m and thus the uncertainty of the calculated value.
- σp² and σx² are the variances (uncertainties) in the measurements of p and x.
- σₘ = σpx = Cov(p,x) shows how the uncertainties are correlated based on the covariance between p and x.
“Dividing (1) by m2 yields to:”
(2)\quad \left(\frac{\sigma_m}{m}\right)^2
=
\left(\frac{\sigma_p}{p}\right)^2
+
\left(\frac{\sigma_x}{x}\right)^2
+
2\frac{\sigma_m}{m}(https://edgarstat.com/blog/measurements-and-uncertainties-in-transfer-pricing/, formular (3a))
Where (σₘ/m), (σp/p) and (σx/x) are the coefficients of variation of m, p and x (relative uncertainties).
The importance of covariance:
“Price and quantity may be related through Alfred Marshall’s trope about supply and demand”
(https://edgarstat.com/blog/measurements-and-uncertainties-in-transfer-pricing/, Mathematical Appendix)
If p and x are correlated: σₘ = σpx = Cov(p,x) ≠ 0, then a covariance term must be taken into consideration: 2 σₘ/m. Without it, the uncertainty is miscalculated.
If σₘ = σpx = Cov(p,x) ≈ 0 ⇒ x and p are uncorrelated and we obtain:
(3)\quad\left(\frac{\sigma_m}{m}\right)^2
=
\left(\frac{\sigma_p}{p}\right)^2
+
\left(\frac{\sigma_x}{x}\right)^2(https://edgarstat.com/blog/measurements-and-uncertainties-in-transfer-pricing/, formular (4))
Key message:
- Every mathematical operation (addition, multiplication, adjustment) propagates uncertainty.
- This also applies to time series operations such as difference formation.
(https://edgarstat.com/blog/measurements-and-uncertainties-in-transfer-pricing/)
2. The estimation process using ordinary least squares (OLS), small insert
OLS is a method used in linear regression to find the best line through data by minimizing the sum of squared deviations (errors) between the predicted and actual values.
We define linear models as follows:
Yt = β0 + β1 Xt + εt
The residuum is defined as:
εt = Yt – Ŷt = Yt – (β0 + β1 Xt)
OLS searches for the values β̂0 and β̂1 that minimize the sum of the squared residuals:
S(β0,β1) = Σnt=1 (Yt – β0 + β1 Xt)2
The smaller S is, the better the curve fits the data.
The consequence of the estimation is that in models with delayed dependent variables, residuals may exhibit temporal correlation (connection).
“The discussion builds from a standard identity to an econometric model estimated with Newey-West standard errors”.
(https://www.linkedin.com/posts/ednaldosilva_macroeconomics-gdp-keynesian-activity-7335373909543837718-D8qL)
Procedure:
We estimate equation (6) of the blog post “Methodological expansion for “Debt-Driven GDP Growth”” with:
Yt = α Yt-1 + β1 ΔAt + β2 ΔDt + β3 ΔDt-1 + εₜ,
(https://edgarstat.com/blog/methodological-expansion-for-debt-driven-gdp-growth/)
where α, β1, β2 and β3 true (unknown) parameters are and εₜ is a true unknown error.
We obtain estimated coefficients α̂, β̂1, β̂2, β̂3, where:
- α̂ is the estimated coefficient for Yt-1.
- β̂1 is the estimated coefficient for ΔAt.
- β̂2 is the estimated coefficient for ΔDt.
- β̂3 is the estimated coefficient for ΔDt-1.
We obtain the estimated residuals ε̂ₜ, the difference between the observed and the predicted value:
ε̂t = Yt – (α̂ Yt-1 + β̂1 ΔAt + β̂2 ΔDt + β̂3 ΔDt-1)
Problem: The estimated residues ε̂ₜ may be correlated over time: Cov(ε̂t, ε̂t-1) ≠ 0.
The reason for this can be a delayed dependent variable in the model structure:
If the estimated value α̂ is close to 1, e.g., 0.92, then α̂ < 1 is satisfied, but too close to 1. This means that Yt depends too strongly on Yt-1 and the values are not independent at different points in time.
Newey-West standard error corrects the standard errors of the estimated coefficients α̂, β̂1, β̂2, β̂3. The coefficients remain the same, but the standard errors SE(α̂,), SE(β̂1), SE(β̂2) and SE(β̂3) are corrected. The correction takes into account possible temporal correlation in the residuals.
This is important because the standard errors measure the uncertainty about the coefficients. Without correction, we might mistakenly think we are more certain about the coefficients than we actually are.
We have shown why error propagation matters for econometric inference. Covariance terms cannot be ignored, and in dynamic time series models they appear as temporal correlation in the residuals. Newey-West standard errors correct this problem without changing the estimated coefficients.
References
Ednaldo Silva’s LinkedIn post “Debt-Driven GDP Growth” https://www.linkedin.com/posts/ednaldosilva_macroeconomics-gdp-keynesian-activity-7335373909543837718-D8qL
Ednaldo Silva’s blog post “Measurements and Uncertainties in Transfer Pricing” https://edgarstat.com/blog/measurements-and-uncertainties-in-transfer-pricing/
Sara Sardar’s blog post “Methodological expansion for “Debt-Driven GDP Growth””
https://edgarstat.com/blog/methodological-expansion-for-debt-driven-gdp-growth/