Skip to content Skip to sidebar Skip to footer
Showing posts with the label Lmfit

Fitting "multimodal" Lognormal Distributions To Data Using Python

I have the following data measured using an instrument in the lab. Since the instrument collects pa… Read more Fitting "multimodal" Lognormal Distributions To Data Using Python

Python And Lmfit: How To Fit Multiple Datasets With Shared Parameters?

I would like to use the lmfit module to fit a function to a variable number of data-sets, with some… Read more Python And Lmfit: How To Fit Multiple Datasets With Shared Parameters?

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