From: Travis O. <oli...@ee...> - 2001-11-13 19:24:21
|
> > How do I solve a Total Least Squares problem in Numpy ? > A small example would be appreciated. > > The TLS problem assumes an overdetermined set of linear equations > AX = B, where both the data matrix A as well as the observation > matrix B are inaccurate: X, resids, rank, s = LinearAlgebra.linear_least_squares(A,B) -Travis |