# Probability-Distribution-Devin
A Python package for Gaussian and Binomial probability distributions.
## Installation
Run the following to install:
```bash
pip install Probability-Distribution-Devin
```
## Usage
```python
from Probability-Distribution-Devin import Gaussian, Binomial
# Create Gaussian and Binomial objects
gaussian = Gaussian(10, 7)
binomial = Binomial(0.4, 20)
# Calculate mean and standard deviation
print(gaussian.mean)
print(binomial.standard_deviation)
```
## Development
For development, you can use virtualenv to create an isolated Python environment.
```bash
virtualenv venv
source venv/bin/activate
```
Install `Probability-Distribution-Devin` in editable mode with:
```bash
pip install -e .
```
## Testing
To run tests, install the package and run:
```bash
python -m unittest discover
```
## License
MIT
Raw data
{
"_id": null,
"home_page": "https://github.com/Devin-Apps/Probability-Distribution-Devin",
"name": "Probability-Distribution-Devin",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Devin",
"author_email": "devin@example.com",
"download_url": "https://files.pythonhosted.org/packages/28/dc/3b0b2e30cc3586daf1fef04da61e776cf43fe70b950ef19e397ea3340eda/Probability-Distribution-Devin-0.1.tar.gz",
"platform": null,
"description": "# Probability-Distribution-Devin\n\nA Python package for Gaussian and Binomial probability distributions.\n\n## Installation\n\nRun the following to install:\n\n```bash\npip install Probability-Distribution-Devin\n```\n\n## Usage\n\n```python\nfrom Probability-Distribution-Devin import Gaussian, Binomial\n\n# Create Gaussian and Binomial objects\ngaussian = Gaussian(10, 7)\nbinomial = Binomial(0.4, 20)\n\n# Calculate mean and standard deviation\nprint(gaussian.mean)\nprint(binomial.standard_deviation)\n```\n\n## Development\n\nFor development, you can use virtualenv to create an isolated Python environment.\n\n```bash\nvirtualenv venv\nsource venv/bin/activate\n```\n\nInstall `Probability-Distribution-Devin` in editable mode with:\n\n```bash\npip install -e .\n```\n\n## Testing\n\nTo run tests, install the package and run:\n\n```bash\npython -m unittest discover\n```\n\n## License\n\nMIT\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python package for Gaussian and Binomial probability distributions.",
"version": "0.1",
"project_urls": {
"Homepage": "https://github.com/Devin-Apps/Probability-Distribution-Devin"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "91c361608d7fb2715b2d18fd4ad5f97105faca7ce1ee0eaa7e918149107b64d5",
"md5": "cafcaaa5b9b0a3fe0f12d9321ccff60a",
"sha256": "f60be2eb342cdb30cb60cad07c77910ea7828d51fe46f23f9b02b46526212368"
},
"downloads": -1,
"filename": "Probability_Distribution_Devin-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cafcaaa5b9b0a3fe0f12d9321ccff60a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 1610,
"upload_time": "2024-05-18T16:21:18",
"upload_time_iso_8601": "2024-05-18T16:21:18.171341Z",
"url": "https://files.pythonhosted.org/packages/91/c3/61608d7fb2715b2d18fd4ad5f97105faca7ce1ee0eaa7e918149107b64d5/Probability_Distribution_Devin-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "28dc3b0b2e30cc3586daf1fef04da61e776cf43fe70b950ef19e397ea3340eda",
"md5": "6ddc207039fd9da5cfada8d9761d6927",
"sha256": "37697d005e05c1071bbfea9a52089fcba92abc4e7e4b32e9419853f8df32ea15"
},
"downloads": -1,
"filename": "Probability-Distribution-Devin-0.1.tar.gz",
"has_sig": false,
"md5_digest": "6ddc207039fd9da5cfada8d9761d6927",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1426,
"upload_time": "2024-05-18T16:21:19",
"upload_time_iso_8601": "2024-05-18T16:21:19.458376Z",
"url": "https://files.pythonhosted.org/packages/28/dc/3b0b2e30cc3586daf1fef04da61e776cf43fe70b950ef19e397ea3340eda/Probability-Distribution-Devin-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-18 16:21:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Devin-Apps",
"github_project": "Probability-Distribution-Devin",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "probability-distribution-devin"
}