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

Scipy Curve_fit Coefficient Does Not Align With Expected Value (physics Relevant?)

I am currently processing experimental data for my thesis and am running into a problem with scipy … Read more Scipy Curve_fit Coefficient Does Not Align With Expected Value (physics Relevant?)

Plotting A Histogram With Overlaid Pdf

This is a follow-up to my previous couple of questions. Here's the code I'm playing with: i… Read more Plotting A Histogram With Overlaid Pdf

Python: Use Polyval To Predict X Passing Y

I have 2 sets of points (X, Y). I want to: Use polifit to fit the line Given a Y predict an X Thi… Read more Python: Use Polyval To Predict X Passing Y

How To Fit To The Outer Shell Of A Function

I am trying to make a gaussian fit on a function that is messy. I want to only fit the exterior out… Read more How To Fit To The Outer Shell Of A Function

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

Fitting A Distribution Given The Histogram Using Scipy

I would like to fit a distribution using scipy (in my case, using weibull_min) to my data. Is it po… Read more Fitting A Distribution Given The Histogram Using Scipy