필터 지우기
필터 지우기

How to estimate the accuracy for an estimated tine segment when actual line is known?

조회 수: 1 (최근 30일)
Suppose I have a set of XY coordinates (pink dots including noise)which is a measured values of a line segment (Black line). After estimating the best line (Orange line) for the measured data points, how can I calculate the accuracy of the fitted line with the actual one.
  댓글 수: 2
Walter Roberson
Walter Roberson 2015년 11월 25일
편집: Walter Roberson 2015년 11월 25일
How are you doing the estimation? In particular are you using polyfit()
Tharindu Weerakoon
Tharindu Weerakoon 2015년 11월 25일
Estimating using Orthogonal Least squares method which is a separately written matlab m-file, not the ployfit() function.

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

답변 (1개)

Image Analyst
Image Analyst 2015년 11월 25일
You can get the residuals and use R or R^2 or the sum of absolute differences. R squared is a pretty common metric - why not use that?

카테고리

Help CenterFile Exchange에서 Curve Fitting Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by