Optimization Theory

Photo by rawpixel on Unsplash

The Total Least Squares (TLS) problem is a well known technique for solving the following over-determined linear systems of equations AxbARm×n, bR,m>n

in which both the matrix A and the right hand side b are affected by errors. We consider the following classical definition of TLS problem.The Total Least Squares problem with data ARm×n and bRm,m>n is given by, min |Ef|Fsubject tob+fIm(A+E)

where ERm×n and fRm. Here, |Ef|F denotes the Frobenius matrix norm and (Ef) denotes the m×(n+1) matrix whose first n columns are the columns of E, and the In various engineering and statistics applications where a mathematical model reduces to the solution of an over-determined, possibly inconsistent linear equation Axb, solving that equation in the TLS sense yields a more convenient approach than the ordinary least squares approach, in which the data matrix is assumed constant and errors are considered right-hand side b. In this project, we derived a iterative algorithm (see Algorithm 1 above) for solving Total Least Square problem based on randomized projection.

Md Sarowar Morshed
Md Sarowar Morshed
Operations Research Engineer

My research interests include mathematical optimization, operations research and machine learning.