1. Total least squares is an extension of ordinary least squares that accounts for errors in both the dependent and independent variables.
2. It finds the line that minimizes the distance to all points by passing through the centroid of the data points.
3. This line corresponds to the smallest singular value from the singular value decomposition of the data matrix.