Name | pyrustats JSON |
Version |
0.2.1.2
JSON |
| download |
home_page | None |
Summary | Basic data structures for statistics |
upload_time | 2024-07-13 10:26:47 |
maintainer | None |
docs_url | None |
author | Ruukha |
requires_python | >=3.11.9 |
license | MIT |
keywords |
statistics
distributions
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# pyrustats package
A simple package about statistics made by Ruukha <br />
Currently it can only do Gaussian and Binomial distributions <br />
# Files
Generaldistribution.py creates the 'Distribution' class for the distribution types to inherit <br />
Gaussiandistribution.py creates the 'Gaussian' class <br />
Binomialdistribution.py creates the 'Binomial' class <br />
Both Gaussian and Binomial class files create functions to calculate the mean, standard deviation, probability density function (pdf), histogram, and a function to plot the normalized histogram of the data and a plot of the pdf along the same range <br />
# Installation
No special requirements other than matplotlib <br />
# Changelog
0.2.1: cleaned the code, fixed the package importing with a wrong name. <br />
In Binomialdistribution, if you add a file path as an argument to replace_stats_with_data, it will automatically call read_data_file. Else it will work as previously
<br />
# License
Copyright 2024 Ruukha
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Raw data
{
"_id": null,
"home_page": null,
"name": "pyrustats",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11.9",
"maintainer_email": null,
"keywords": "statistics, distributions",
"author": "Ruukha",
"author_email": "ruukha3@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/82/b0/0ee90a2fb83a814e52bbf868528d99a8665becf47433c79ac921af8852b5/pyrustats-0.2.1.2.tar.gz",
"platform": null,
"description": "# pyrustats package\nA simple package about statistics made by Ruukha <br />\nCurrently it can only do Gaussian and Binomial distributions <br />\n\n# Files\nGeneraldistribution.py creates the 'Distribution' class for the distribution types to inherit <br />\nGaussiandistribution.py creates the 'Gaussian' class <br />\nBinomialdistribution.py creates the 'Binomial' class <br />\nBoth Gaussian and Binomial class files create functions to calculate the mean, standard deviation, probability density function (pdf), histogram, and a function to plot the normalized histogram of the data and a plot of the pdf along the same range <br />\n\n# Installation\nNo special requirements other than matplotlib <br />\n\n# Changelog\n0.2.1: cleaned the code, fixed the package importing with a wrong name. <br /> \nIn Binomialdistribution, if you add a file path as an argument to replace_stats_with_data, it will automatically call read_data_file. Else it will work as previously \n<br />\n\n# License\nCopyright 2024 Ruukha\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Basic data structures for statistics",
"version": "0.2.1.2",
"project_urls": null,
"split_keywords": [
"statistics",
" distributions"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cd96d7667570cd8add7189f5b3e9f827059885a0997b72e635384c4791c23404",
"md5": "c5f77a6d189cb04ce5f2691cdd751168",
"sha256": "61aa99ad158c64a7545f36354391a1cc464b46535c8f7683ba199260c7c00c03"
},
"downloads": -1,
"filename": "pyrustats-0.2.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c5f77a6d189cb04ce5f2691cdd751168",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11.9",
"size": 6798,
"upload_time": "2024-07-13T10:26:46",
"upload_time_iso_8601": "2024-07-13T10:26:46.356808Z",
"url": "https://files.pythonhosted.org/packages/cd/96/d7667570cd8add7189f5b3e9f827059885a0997b72e635384c4791c23404/pyrustats-0.2.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "82b00ee90a2fb83a814e52bbf868528d99a8665becf47433c79ac921af8852b5",
"md5": "e9d8f7a36d9b5dd0166ef798acaff25f",
"sha256": "58f1840d11e1b61a7a72104592705346a4810341f765242ffde5a6f468654e96"
},
"downloads": -1,
"filename": "pyrustats-0.2.1.2.tar.gz",
"has_sig": false,
"md5_digest": "e9d8f7a36d9b5dd0166ef798acaff25f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11.9",
"size": 4455,
"upload_time": "2024-07-13T10:26:47",
"upload_time_iso_8601": "2024-07-13T10:26:47.678391Z",
"url": "https://files.pythonhosted.org/packages/82/b0/0ee90a2fb83a814e52bbf868528d99a8665becf47433c79ac921af8852b5/pyrustats-0.2.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-13 10:26:47",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pyrustats"
}