syedalimohsinbukhari / pyMultiFit

A library to fit fit the data with multiple fitters.
MIT License
0 stars 0 forks source link
multivariate-analysis python3 scipy statistics

pyMultiFit

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

GitHub-licence GitHub top language GitHub contributors Github Issues GitHub OPEN PRs GitHub CLOSED PRs

What is pymultifit

pymultifit is a library made specifically to tackle one problem, fit the data with multiple fitters.

Fitter implementations include,

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