Bases: object
Fit models which share a parameter.
For example, fit two gaussians to two data sets but keep the FWHM the same.
Parameters: | models : list
jointparameters : list
initvals : list
|
---|
Methods Summary
__call__(*args) | Fit data to these models keeping some of the pramaters common to the two models. |
objective_function(fps, *args) | Function to minimize. |
Methods Documentation
Fit data to these models keeping some of the pramaters common to the two models.
Function to minimize.
Parameters: | fps : list
args : dict
|
---|