# `pyMultiFit`
- [`pyMultiFit`](#pymultifit)
- [What is `pymultifit`](#what-is-pymultifit)
- [How to install](#how-to-install)
- [Documentation](#documentation)
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,
- `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.
## How to install
Using pip: `pip install pymultifit`
## Documentation
The documentation can be found on [readthedocs](https://pymultifit.readthedocs.com/latest/)
Raw data
{
"_id": null,
"home_page": "https://github.com/syedalimohsinbukhari/pyMultiFit",
"name": "pymultifit",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Syed Ali Mohsin Bukhari",
"author_email": "syedali.b@outlook.com",
"download_url": "https://files.pythonhosted.org/packages/f5/bc/d1e078b06056b8165703ade064aefcf96ea2ed263222ac8c9e2e8252033a/pymultifit-1.0.3.tar.gz",
"platform": null,
"description": "# `pyMultiFit`\n\n- [`pyMultiFit`](#pymultifit)\n - [What is `pymultifit`](#what-is-pymultifit)\n - [How to install](#how-to-install)\n - [Documentation](#documentation)\n\nA python multi-fit library for fitting the data with multiple `X` fitters.\n\n\n\n\n\n\n\n\n## What is `pymultifit`\n\n`pymultifit` is a library made specifically to tackle one problem, **fit the data with multiple fitters**.\n\nFitter implementations include,\n\n- `Gaussian` fitter,\n- `SkewedNormal` fitter,\n- `LogNormal` fitter,\n- `Exponential` fitter,\n- `Laplace` fitter, and more.\n\nAdditionally, it provides capabilities to generated n-modal data as well through its `generators` module.\nAlong with this, the user can also generate probability distribution data using `distributions` module.\n\n## How to install\n\nUsing pip: `pip install pymultifit`\n\n## Documentation\n\nThe documentation can be found on [readthedocs](https://pymultifit.readthedocs.com/latest/)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A library to fit data with multiple fitters.",
"version": "1.0.3",
"project_urls": {
"Homepage": "https://github.com/syedalimohsinbukhari/pyMultiFit"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b70044f6dc907c1c8a16041ba337ba258f3d0e08d32a784106a8dd4912f78d55",
"md5": "1bbf5d2cc4884a405f5676a6f787c72b",
"sha256": "c8c98b6dddbd04c0e219414e860c9c1c90a26b00eeb2642de0ddab007ec83698"
},
"downloads": -1,
"filename": "pymultifit-1.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1bbf5d2cc4884a405f5676a6f787c72b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 49185,
"upload_time": "2025-01-14T07:57:53",
"upload_time_iso_8601": "2025-01-14T07:57:53.131409Z",
"url": "https://files.pythonhosted.org/packages/b7/00/44f6dc907c1c8a16041ba337ba258f3d0e08d32a784106a8dd4912f78d55/pymultifit-1.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f5bcd1e078b06056b8165703ade064aefcf96ea2ed263222ac8c9e2e8252033a",
"md5": "b8a30c8cea3557f5fcce5726131e6dbe",
"sha256": "92a94d976a07927529da4cd2007bdcc1330d9e2baad245b28b0bfaf4b897be93"
},
"downloads": -1,
"filename": "pymultifit-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "b8a30c8cea3557f5fcce5726131e6dbe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 29476,
"upload_time": "2025-01-14T07:57:54",
"upload_time_iso_8601": "2025-01-14T07:57:54.454253Z",
"url": "https://files.pythonhosted.org/packages/f5/bc/d1e078b06056b8165703ade064aefcf96ea2ed263222ac8c9e2e8252033a/pymultifit-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-14 07:57:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "syedalimohsinbukhari",
"github_project": "pyMultiFit",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "numpy",
"specs": [
[
"<",
"2.1.0"
]
]
},
{
"name": "matplotlib",
"specs": []
},
{
"name": "scipy",
"specs": []
},
{
"name": "mpyez",
"specs": []
},
{
"name": "custom-inherit",
"specs": []
}
],
"lcname": "pymultifit"
}