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

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

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

Different Constraints For Fit Parameter In Lmfit Model

I am trying to create a multible voigt/Gaussian/Lorentizan-peak fit function with lmfit. Therefore,… Read more Different Constraints For Fit Parameter In Lmfit Model

Lmfit Minimize Fails With ValueError: Array Is Too Big

I am trying to use the 'brute' method to minimize a function of 20 variables. It is failing… Read more Lmfit Minimize Fails With ValueError: Array Is Too Big