js-algorithms icon indicating copy to clipboard operation
js-algorithms copied to clipboard

Least-squares approximation

Open make-github-pseudonymous-again opened this issue 5 years ago • 1 comments

min_b Ab - y b = A^+ y where A^+ is the pseudoinverse of A

See Introduction to algorithms by TH Cormen, CE Leiserson, RL Rivest, C Stein.

Superset of #21.