{ "info": { "author": "Sara Garci", "author_email": "s@saragarci.com", "bugtrack_url": null, "classifiers": [], "description": "# gabid package\n\nThis package implements the Gaussian and Binomial Distributions providing the following capabilities:\n* Compute the mean and standard deviation given a file with all the samples\n* Compute the pdf\n* Allows to add two of the kind\n\nFor Gaussian distribution only:\n* Plot histogram\n* Plot histogram pdf\n\nFor Binomial distribution only:\n* Plot bar\n* Plot bar pdf\n\n## Installation\n\nTo start using this package just type: `pip install gabid`\n\n## Files\n\nThis package provides three classes: `Distribution`, `Gaussian` and `Binomial`.\nThe `Distribution` class is only used to read all the values from a txt file and convert them into a list.\nBoth `Gaussian` and `Binomial` inherit from this class.\n\n## Quick start\n\nSee Gaussian example:\n\n```\ngaussian = Gaussian(25, 2)\ngaussian.read_data_file('numbers.txt') # numbers.txt is a txt with all the samples\ngaussian.calculate_mean() # to recompute mean according to the data in the txt\ngaussian.calculate_stdev() # to recompute standard deviation according to the data in the txt\ngaussian.pdf(25) # to compute the pdf of a value\n```\n\n## References\n\n### Used resources\n\n* [Gaussian Distribution](https://en.wikipedia.org/wiki/Normal_distribution)\n* [Binomial Distribution](https://en.wikipedia.org/wiki/Binomial_distribution)\n\n### Contributors\n\n* [Sara Garci](s@saragarci.com)\n\n## License\n\n\u00a9 Copyright 2019 by Sara Garci. All rights reserved.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "gabid", "package_url": "https://pypi.org/project/gabid/", "platform": "", "project_url": "https://pypi.org/project/gabid/", "project_urls": null, "release_url": "https://pypi.org/project/gabid/0.6/", "requires_dist": null, "requires_python": "", "summary": "Gaussian and Binomial distributions", "version": "0.6", "yanked": false, "yanked_reason": null }, "last_serial": 6031548, "releases": { "0.4": [ { "comment_text": "", "digests": { "md5": "1decdb0f15fc0567b4cfc8656d0094b2", "sha256": "fac9dc0c345158514e5e87fbeca3f6622c9e30801dced715cae8b1ccd211ee27" }, "downloads": -1, "filename": "gabid-0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "1decdb0f15fc0567b4cfc8656d0094b2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6024, "upload_time": "2019-10-25T17:53:39", "upload_time_iso_8601": "2019-10-25T17:53:39.626606Z", "url": "https://files.pythonhosted.org/packages/65/a4/676218ccce25ca2a659e209ef7254d7728b28e623c4197853f48ea490988/gabid-0.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "60ded0a315c74a7dcd5de435e1771011", "sha256": "878b0b7ae9e07ad09f67fc2469a6acb06895769db397d159145d11f99f88b2b4" }, "downloads": -1, "filename": "gabid-0.4.tar.gz", "has_sig": false, "md5_digest": "60ded0a315c74a7dcd5de435e1771011", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3906, "upload_time": "2019-10-25T17:53:41", "upload_time_iso_8601": "2019-10-25T17:53:41.350786Z", "url": "https://files.pythonhosted.org/packages/aa/d4/d5a83cafa81b9d08d75e3d258531f9698099713c9f55e51a8a598eb04452/gabid-0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5": [ { "comment_text": "", "digests": { "md5": "86eee2252717fa1011d859c7b71db1ce", "sha256": "9bdccdcb0b849d9d5467a5c637ac7b5914ad3bbb31f00bf023c8b4b0ca53ea04" }, "downloads": -1, "filename": "gabid-0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "86eee2252717fa1011d859c7b71db1ce", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6080, "upload_time": "2019-10-25T18:58:05", "upload_time_iso_8601": "2019-10-25T18:58:05.286328Z", "url": "https://files.pythonhosted.org/packages/a2/9e/31c86a28afd809cc4de67d857247ab1cdcae24d73ffc732080e379e02d2f/gabid-0.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aa47a896549467c79c725f54496c53dc", "sha256": "7aa7a66dd19eec4527c71f99d6620ade42549132e7276d2ee8d3ae7d8fdc4dd5" }, "downloads": -1, "filename": "gabid-0.5.tar.gz", "has_sig": false, "md5_digest": "aa47a896549467c79c725f54496c53dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3941, "upload_time": "2019-10-25T18:58:06", "upload_time_iso_8601": "2019-10-25T18:58:06.455257Z", "url": "https://files.pythonhosted.org/packages/2c/37/86ec3dbc53375eefe34c4865dcc7dd9505b0828d713d09aba5ada7959b35/gabid-0.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6": [ { "comment_text": "", "digests": { "md5": "3f3d059f31c5dba6999aa714b068b1ca", "sha256": "141fd5f9b5db2de2377d551d5ee91d042f3b33d1b44420b6d4f353c166d08bb8" }, "downloads": -1, "filename": "gabid-0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "3f3d059f31c5dba6999aa714b068b1ca", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6081, "upload_time": "2019-10-25T19:09:18", "upload_time_iso_8601": "2019-10-25T19:09:18.086792Z", "url": "https://files.pythonhosted.org/packages/af/cb/47cdf1fce24100e6bd3bf25444129168474cdefd4395659e0a820a2c09be/gabid-0.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "286699946111379f863cc41293e4ee34", "sha256": "210b9fc4931647f8372121c5ec1a7db40fbe526d14ac5f08165250f770e87e1a" }, "downloads": -1, "filename": "gabid-0.6.tar.gz", "has_sig": false, "md5_digest": "286699946111379f863cc41293e4ee34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3942, "upload_time": "2019-10-25T19:09:20", "upload_time_iso_8601": "2019-10-25T19:09:20.281667Z", "url": "https://files.pythonhosted.org/packages/29/ab/f857f6fa4f0a648374749170cbcd77f9bfe34a52a9820be6e4be06ee92ac/gabid-0.6.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3f3d059f31c5dba6999aa714b068b1ca", "sha256": "141fd5f9b5db2de2377d551d5ee91d042f3b33d1b44420b6d4f353c166d08bb8" }, "downloads": -1, "filename": "gabid-0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "3f3d059f31c5dba6999aa714b068b1ca", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6081, "upload_time": "2019-10-25T19:09:18", "upload_time_iso_8601": "2019-10-25T19:09:18.086792Z", "url": "https://files.pythonhosted.org/packages/af/cb/47cdf1fce24100e6bd3bf25444129168474cdefd4395659e0a820a2c09be/gabid-0.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "286699946111379f863cc41293e4ee34", "sha256": "210b9fc4931647f8372121c5ec1a7db40fbe526d14ac5f08165250f770e87e1a" }, "downloads": -1, "filename": "gabid-0.6.tar.gz", "has_sig": false, "md5_digest": "286699946111379f863cc41293e4ee34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3942, "upload_time": "2019-10-25T19:09:20", "upload_time_iso_8601": "2019-10-25T19:09:20.281667Z", "url": "https://files.pythonhosted.org/packages/29/ab/f857f6fa4f0a648374749170cbcd77f9bfe34a52a9820be6e4be06ee92ac/gabid-0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }