Total least squares
Errors-in-Variables is a robust modeling technique in statistics, which assumes that every variable can have error or noise. Errors-in-Variables (EIV) is also referred to as Total least squares (TLS), in a broad sense, in the literature of computational mathematics and engineering. However, TLS in a strict sense implies the application of EIV or orthogonal regression to a linear model .
Robust linear regression
In linear regression, one field of statistics, the least squares (LS) has variant versions according to the error configuration such as Total least squares, Data least squares (DLS), Constrained or structured TLS and so on.
Given an observation vector and a data matrix , consider the solution of the overdetermined system of equations . The ordinary least square method (OLS) yields the solution that minimizes the Euclidean norm of error or residual . Equivalently, the problem can be solved by
If the data matrix is also noisy, the OLS solution is no longer optimal. In such case, TLS can offer a proper formulation:
where is the Frobenius norm; and the perturbations and are used to compensate for the noisy signals and , respectively. This formulation of TLS also implies that the errors are identically distributed both in and . Note that the objective can have a weighting matrix according to the distribution of errors if the distribution is known or well-estimated, which is called the constrained or structured TLS.
In the other case, where the noise is only in , DLS can be used alternatively as
The solution of LS can be obtained using (pseudo-)inverse of system matrix. The other solutions of TLS or DLS have been shown to be closely connected to a set of singular vectors of (augmented) system-related matrix corresponding to the minimum singular value.
References
- S. V. Huffel and P. Lemmerling, Total Least Squares and Errors-in-Variables Modeling: Analysis, Algorithms and Applications. Dordrecht, The Netherlands: Kluwer Academic Publishers, 2002.
--S. Jo 17:37, 9 Sep 2004 (UTC) This page was originally written by S. Jo, South Korea.