How do we combine errors, in biology? The delta method
Published at December 12, 2025 · 8 min read
In a recent post I have shown that we can build linear combinations of model parameters (see here ). For example, if we have two parameter estimates, say \(X\) and \(Z\), with standard errors respectively equal to \(\sigma_X\) and \(\sigma_Z\) and a covariance of \(\sigma_{XZ}\) we can build a linear combination as follows:
\[ Y = f(X,Z) = aX + bZ + c\]
where \(a\), \(b\) and \(c\) are three numeric constants. The standard error for this combination can be obtained as:
...