Measurement Errors in Transfer Pricing
March 30, 2026 by Ednaldo Silva

1. Introduction

Transfer pricing practice relies on ratio analysis. Operating profit divided by revenue, operating profit divided by total cost, operating profit divided by operating assets—these profit level indicators (PLIs) are ratios of the form m(i) = Y(i) / X(i). Practitioners compute these ratios for a set of comparable entities, extract the interquartile range, and present the result as an “arm’s length range” of acceptable profit indicators.

This procedure has two problems, one well-known in statistics and one drawn from experimental physics. Both are damaging to the credibility of boilerplate transfer pricing reports.

The first problem is ratio bias: when the true relationship between operating profit Y and an uncontrolled base such as revenue X is linear with a nonzero intercept, the ratio m(i) = Y(i)/X(i) is a biased estimator of the slope coefficient b. The bias does not vanish with sample size. The second problem is error propagation: ad-hoc adjustments to measured ratios compound the overall uncertainty, making the adjusted PLI less reliable than the unadjusted original.

2. The Ratio Bias: m ≠ b

Suppose the true structural relationship between operating profit Y and revenue X across N comparable companies is linear:

Y(i) = a + b \cdot X(i) + U(i), \quad i = 1, \ldots, N \text{ comparables to tested party}

where b is the population profit margin (the slope), a is an intercept capturing fixed costs or other size-independent components of profit, and U(i) is a random disturbance with E[U(i)] = 0.

The practitioner ignores this structure and instead computes the ratio:

m(i)=\frac{Y(i)​}{X(i)}= \frac{a}{X(i)}+b+\frac{U(i)}{​X(i)}

The ratio m(i) equals the slope b only when the intercept a = 0. In general, m(i) ≠ b. Every individual ratio carries a company-specific displacement a/X(i) that varies inversely with size: smaller companies (small X) receive a larger distortion than larger companies.

2.1 The Harmonic Mean Result

Take the expected value of m(i) across the N comparables, treating X(i) as given (fixed in repeated sampling):

\begin{aligned}
E[m] &= \frac{1}{N} \sum_{i=1}^{N} E\left[\frac{Y(i)}{X(i)}\right] \\
     &= \frac{1}{N} \sum_{i=1}^{N} \left( \frac{a}{X(i)} + b + \frac{E[U(i)]}{X(i)} \right) \\
     &= a \cdot \frac{1}{N} \sum_{i=1}^{N} \frac{1}{X(i)} + b \\
     &= \frac{a}{H} + b
\end{aligned}

where H is the harmonic mean of X, defined as:

H = \frac{N}{\sum_{i=1}^{N} \frac{1}{X(i)}}

The bias of the average ratio compared to the true slope b is a/H. This bias is structural, not statistical. It does not vanish as the sample size N grows. The interquartile range of m(i) inherits the same displacement.

When a > 0 (a positive fixed-cost part), the ratio overstates the profit margin. When a < 0, it understates it. Either way, the practitioner’s “arm’s length range” is centered on the wrong value.

2.2 Quartile Displacement

If we denote the quartiles of m(i) as Q1[m] and Q3[m], and the quartiles of the true error-free slope distribution as Q1[b] and Q3[b], then:

Q1​[m]≈Q1​[b]+Ha​,\\
Q3​[m]≈Q3​[b]+Ha​

The entire interquartile range is shifted by a/H. Neither the width of the IQR nor its midpoint corresponds to the true distribution of the slope coefficient b. The only assumption needed is that the linear model Y = a + bX is a reasonable description of the profit function—which is precisely the implicit assumption behind the ratio itself, except that the ratio silently imposes a = 0 without testing it.

3. Error Propagation of Ratio PLIs

Even setting the intercept bias problem aside, the variance of the ratio m = Y/X is governed by the error propagation formula from experimental physics. For a ratio, a first-order Taylor expansion gives:

\begin{aligned}
\left( \frac{\sigma_m}{m} \right)^2
&= \left( \frac{\sigma_Y}{Y} \right)^2
+ \left( \frac{\sigma_X}{X} \right)^2
- 2 \cdot \frac{\sigma_{YX}}{Y \cdot X}
\end{aligned}

The squared coefficient of variation (CV²) of the ratio equals the sum of the squared CVs of numerator and denominator, minus a covariance correction. If Y and X are positively correlated (as operating profit and revenue or total costs or operating assets typically are), the covariance term provides partial offset. But the key insight is that the combined relative uncertainty of the ratio is a compound of the individual uncertainties.

Every ad-hoc adjustment applied to the ratio—such as working capital “corrections”—introduces added measured quantities, each with its own standard error. These compound the overall uncertainty according to the error propagation formula.

Unless the practitioner computes and reports the propagated standard error after each adjustment, the adjusted PLI can be less reliable (higher variance) than the unadjusted ratio. An adjustment that increases variance while claiming to improve comparability is self-defeating.

The U.S. transfer pricing regulations (26 CFR §1.482-1(e)) require selecting the “most reliable” measure. In statistics, “most reliable” means minimum variance. Yet practitioners perform adjustments mechanically, without showing the resulting standard errors.

4. The Remedy: Regression Analysis

Both problems—ratio bias and uncontrolled error propagation—disappear when one estimates the linear regression Y = a + bX directly by ordinary least squares (OLS). The slope coefficient b is the unbiased minimum-variance profit indicator (by Gauss–Markov, among linear unbiased estimators). The intercept a is estimated and testable: if it is not significantly different from zero, the ratio m ≈ b and no harm is done. If a ≠ 0, the ratio is biased and the regression reveals by how much. The practitioner can estimate other regression specifications, such as double logarithms or power functions between X and Y.

The regression results also provide standard errors, confidence intervals, and diagnostic statistics—none of which is available from the quartiles of ratios. The interquartile range of m(i) is not a confidence interval. It has no known coverage probability and no optimality property. The pathology of the intercept bias and error proliferation from intravenous asset intensity or other arbitrary adjustments is the result of not using regression analysis.

References

Hughes, Ifan, and Thomas Hase. Measurements and Their Uncertainties: A Practical Guide to Modern Error Analysis. Oxford University Press, 2010.

Taylor, John. Introduction to Error Analysis: Uncertainties in Physical Measurements (3rd edition). University Science Books, 2022.

Wonnacott, Thomas, and Ronald Wonnacott. Introductory Statistics. John Wiley, 1969 (3rd edition available).

Draper, Norman, and Harry Smith. Applied Regression Analysis. Wiley, 1966 (3rd edition available).