pyMultiFit

A library to fit fit the data with multiple fitters.

MIT License

Downloads
286
Stars
0
Committers
1

pyMultiFit

A python multi-fit library for fitting the data with multiple X fitters.

What is pymultifit

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,
  • 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.

How to install

Using pip: pip install pymultifit

Modules

The following modules are currently implemented in pymultifit library,

  1. distributions
  2. fitters
  3. generators
Package Rankings
Top 35.13% on Pypi.org
Related Projects