Glossary math Term Page

Least Squares

A best-fit method based on squared residuals

least-squares #math#linear-algebra
Korean version

Aliases

least squares

Prerequisites

Related Concepts

Core Idea

Least squares chooses an approximate solution by minimizing the squared Euclidean norm of the residual. It is the standard response when an exact solution to Ax=b does not exist.

Role In This Blog

In Mathbong, least squares connects projection, residuals, normal equations, and linear regression.

Posts Mentioning This Concept