bdhammel / least-squares-ellipse-fitting

Fitting an Ellipse using a Least Squares method, in Python
MIT License
148 stars 46 forks source link

Uncertainties calculation #12

Closed stichou closed 3 years ago

stichou commented 4 years ago

Hello and thank you for your nice package.

Currently I use your package for fitting ellipses and it works perfect but I would like to know if there is way to output the uncertainties of the computed ellipse parameters ? If it's not implemented can you guide me to a paper explaining how to compute them for an ellipse fit.

Thank you in advance

bdhammel commented 4 years ago

Uncertainties cannot be done with this method, but this might help

https://github.com/bdhammel/least-squares-ellipse-fitting/issues/6#issuecomment-626175565