You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
I saw that you are creating a tkinter calculator on GitHub and thought you might like to see my Python GUI graphical curve fitter and surface fitter, also on github with a BSD license. The matplotlib 3D surface plots of the fitted equations look really cool (my background is in nuclear engineering and industrial radiation physics).
The code uses a linear solver if the equation is linear, and a non-linear Levenberg-Marquardt solver from scipy if the equation is non-linear. It automatically uses scipy's genetic algorithm to produce initial parameter estimates for the non-linear solver.
I saw that you are creating a tkinter calculator on GitHub and thought you might like to see my Python GUI graphical curve fitter and surface fitter, also on github with a BSD license. The matplotlib 3D surface plots of the fitted equations look really cool (my background is in nuclear engineering and industrial radiation physics).
The code uses a linear solver if the equation is linear, and a non-linear Levenberg-Marquardt solver from scipy if the equation is non-linear. It automatically uses scipy's genetic algorithm to produce initial parameter estimates for the non-linear solver.
The URL on github is https://github.com/zunzun/tkInterFit
James Phillips
The text was updated successfully, but these errors were encountered: