Python Forum
How to get coefficient of determination R2 after scipy.curve_fit? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: How to get coefficient of determination R2 after scipy.curve_fit? (/thread-32486.html)



How to get coefficient of determination R2 after scipy.curve_fit? - AlekseyPython - Feb-12-2021

After fitting the experimental points of the assumed curve, the method scipy.curve_fit returns the optimal coefficients and a strange matrix covariance.

How to get a convenient R2 parameter?