Generalized Total Least Squares with mixed and/or weighted disturbances
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
These functions calculates the solution for the generalized and/or mixed total least squares problem.
The total least squares problem, also known as errors in variables, solves the over-determined set of linear equations (A0+dA)X = (B0+dB), where covariance matrix of the unknown disturbances dA and dB is considered to be diagonal and denoted by E([dA dB]^T[dA dB]) = sigma_d.*I.
The mixed total least squares problem solves the over-determined set of linear equations [A1 A2]X = B, where A1 are the error-free variables, and A2 = A0 + dA2 and B = B0 + dB are the variables with disturbances.
The generalized total least squares problem solves the over-determined set of linear equations (A0 + dA)X = (B0 + dB), where the covariance matrix of the disturbances dA and dB is positive definite and given by sigma_d.*W = E([dA dB]^T[dA dB]).
Cite As
Ivo Houtzager (2026). Total Least Squares with mixed and/or weighted disturbances (https://github.com/iwoodsawyer/gtls/releases/tag/v2.0.0.1), GitHub. Retrieved .
Acknowledgements
Inspired by: QR/RQ/QL/LQ factorizations
General Information
- Version 2.0.0.1 (8.44 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 2.0.0.1 | See release notes for this release on GitHub: https://github.com/iwoodsawyer/gtls/releases/tag/v2.0.0.1 |
||
| 2.0.0.0 | - Improved input argument checking
|
||
| 1.0.0.0 |
