Skip to content Skip to sidebar Skip to footer
Showing posts with the label Data Fitting

Finding The Point Of A Slope Change As A Free Parameter- Python

Say I have two lists of data as follows: x = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] y = [1, 2, 3, 4, 5, 6,… Read more Finding The Point Of A Slope Change As A Free Parameter- Python

Scipy.optimize.leastsq Returns Best Guess Parameters Not New Best Fit

I want to fit a lorentzian peak to a set of data x and y, the data is fine. Other programs like Ori… Read more Scipy.optimize.leastsq Returns Best Guess Parameters Not New Best Fit