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 shared and some individual parameters.
I would like to use the lmfit module to fit a function to a variable number of data-sets, with some shared and some individual parameters.