Regression line that includes x and y errors.
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I have x and y data set, and each x and y variables have 5% and 10% uncertainty or error, respectively. How I should find a one regresion or best fit line (Best_y = mx + c) for such a dataset? Here is the dataset. Any thoughts? Thanks.

0 Kommentare
Akzeptierte Antwort
Matt J
am 20 Feb. 2023
Bearbeitet: Matt J
am 20 Feb. 2023
I would recommend linear2dFit() form this FEX download,
fitResult=linear2dFit([x,y]')
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Linear Regression finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!