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

Fitting Multiple Lorentzians To Brillouin Spectrum Using Scipy In Python 3

I am trying to fit Brillouin Spectra (with several peaks) using scipy.optimize.curve_fit. I have h… Read more Fitting Multiple Lorentzians To Brillouin Spectrum Using Scipy In Python 3

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

Python LMFIT Restriction Fit Parameters

I'm trying to fit a function to some data in Python using the LMFIT library for nonlinear funct… Read more Python LMFIT Restriction Fit Parameters