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
errorfunc(fps, *args) | fps : list |
Methods Documentation