PolyMathOrg / PolyMath

Scientific Computing with Pharo
MIT License
170 stars 39 forks source link

Added Least squares implementation #286

Closed jordanmontt closed 2 years ago

jordanmontt commented 2 years ago

Thanks to @olekscode work, we propose to have the least squares implementation in PolyMath.

This PS adds two classes: PMLeastSquares and its tests.

"SVD-based implementation of a minimum-norm solution to the overdetermined least squares problem."

SergeStinckwich commented 2 years ago

Congrats for your PR!