How to estimate the accuracy for an estimated tine segment when actual line is known?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/152153/image.png)
2 commentaires
Walter Roberson
le 25 Nov 2015
Modifié(e) : Walter Roberson
le 25 Nov 2015
How are you doing the estimation? In particular are you using polyfit()
Réponses (1)
Image Analyst
le 25 Nov 2015
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?
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!