A python multi-fit library for fitting the data with multiple X
fitters.
pymultifit
is a library made specifically to tackle one problem, fit the data with multiple fitters.
Fitter implementations include,
Gaussian
fitter,SkewedNormal
fitter,LogNormal
fitter,Exponential
fitter,Laplace
fitter, and more.
Additionally, it provides capabilities to generated n-modal data as well through its generators
module.
Along with this, the user can also generate probability distribution data using distributions
module.
Using pip: pip install pymultifit
The documentation can be found on readthedocs