Regression line that includes x and y errors.

조회 수: 7 (최근 30일)
Research
Research 2023년 2월 20일
편집: Matt J 2023년 2월 20일
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.

채택된 답변

Matt J
Matt J 2023년 2월 20일
편집: Matt J 2023년 2월 20일
  댓글 수: 4
Research
Research 2023년 2월 20일
Thanks. It runs now. This is a great function. So, just I understand the linear2dFit function, particularly how the function incorporates the error values. In my case, I need to build an array (xy here) that includes +/-x and +/-y error values.This xy array has x and y values also error dx and dy values too. I believe the function then find a best fit through all these points. Thanks!
Matt J
Matt J 2023년 2월 20일
편집: Matt J 2023년 2월 20일
Thanks. It runs now. This is a great function
Glad it's working for you, but if it's doing what you need, I'd be much obliged if you'd Accept-click the answer.
particularly how the function incorporates the error values?
The fit is a total least squares fit, so it assumes there are errors in both x and y.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Regression에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by