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

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?

Generation Of Free Running List Of Lapse Rate And Guess Rate For Psychometric Curve Fitting (scipy)

As a new user to the curve fitting function from scipy and a relatively new user of python, I am a … Read more Generation Of Free Running List Of Lapse Rate And Guess Rate For Psychometric Curve Fitting (scipy)

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?)

Getting Standard Error Associated With Parameter Estimates From Scipy.optimize.curve_fit

I am using scipy.optimize.curve_fit to fit a curve to some data i have. The curves, for the most pa… Read more Getting Standard Error Associated With Parameter Estimates From Scipy.optimize.curve_fit

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 Can I Fit A Good Lorentzian On Python Using Scipy.optimize.curve_fit?

I'm trying to fit a Lorentzian function with more than one absorption peak (Mössbauer spectra),… Read more How Can I Fit A Good Lorentzian On Python Using Scipy.optimize.curve_fit?

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

Solving Coefficients Of Data Set Using Curve_fit From Scipy.optimize

I have an array A exported from excel, containing data values as shown. 1st column x and 2nd column… Read more Solving Coefficients Of Data Set Using Curve_fit From Scipy.optimize