How Do I Add Weighting To A Curve Not The Data Points During Fitting? What Import/func Do I Use?
I've tried scipy.optimize import curve_fit but it only seems to change the data points. I want …
Read more
How Do I Add Weighting To A Curve Not The Data Points During Fitting? What Import/func Do I Use?