Regression line that includes x and y errors.
6 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Matt J
on 20 Feb 2023
Edited: Matt J
on 20 Feb 2023
I would recommend linear2dFit() form this FEX download,
fitResult=linear2dFit([x,y]')
More Answers (0)
See Also
Categories
Find more on Linear Regression in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!