usuaero / AirfoilDatabase

A Python module for modeling airfoils
MIT License
29 stars 8 forks source link

Add a get_fit_R2 and get_fit_RMS #3

Closed ZachMontgomery closed 4 years ago

ZachMontgomery commented 4 years ago

maybe add some methods that will return the R^2 or RMS values of the fit so the user can see how well their fit did. I'd also recommend that when someone generates a polynomial fit, at the end of the function, these parameters are displayed to the screen, if verbosity is on of course.