# 📦 Bellande Probabilistic (Infinite Dimentions)
## 🧙 Organization Website
- [![Organization Website](https://img.shields.io/badge/Explore%20Our-Website-0099cc?style=for-the-badge)](https://robotics-sensors.github.io)
## 🧙 Organization Github
- [![Organization Github ](https://img.shields.io/badge/Explore%20Our-Github-0099cc?style=for-the-badge)](https://github.com/Robotics-Sensors)
# Author, Creator and Maintainer
- **Ronaldson Bellande**
# API Usability
```
{
"license": [
"Copyright (C) 2024 Bellande Robotics Sensors Research Innovation Center, Ronaldson Bellande",
"This program is free software: you can redistribute it and/or modify",
"it under the terms of the GNU General Public License as published by",
"the Free Software Foundation, either version 3 of the License, or",
"(at your option) any later version.",
"",
"This program is distributed in the hope that it will be useful,",
"but WITHOUT ANY WARRANTY; without even the implied warranty of",
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the",
"GNU General Public License for more details.",
"",
"You should have received a copy of the GNU General Public License",
"along with this program. If not, see <https://www.gnu.org/licenses/>.",
"GNU General Public License v3.0 or later"
],
"url": "https://bellande-robotics-sensors-research-innovation-center.org",
"endpoint_path": {
"bellande_probabilistic": "/api/Bellande_Probability/bellande_probability"
},
"Bellande_Framework_Access_Key": "bellande_web_api_opensource"
}
```
# API Payload Example
```
{
"mu_func": "i * 0.5",
"sigma_func": "1 + i * 0.1",
"x": [1.0, 2.0, 3.0],
"dimensions": 3,
"auth": {
"authorization_key": "bellande_web_api_opensource"
}
}
```
# 🧙 Website Bellande API Testing
- [![Website API Testing](https://img.shields.io/badge/Bellande%20API-Testing-0099cc?style=for-the-badge)](https://bellanderoboticssensorsresearchinnovationcenterwebsite-kot42qxp.b4a.run/api/bellande_probabilistic_experiment)
# Quick Bellande API Testing
```
curl -X 'POST' \
'https://bellande-robotics-sensors-research-innovation-center.org/api/Bellande_Probability/bellande_probability' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"mu_func": "i * 0.5",
"sigma_func": "1 + i * 0.1",
"x": [1.0, 2.0, 3.0],
"dimensions": 3,
"auth": {
"authorization_key": "bellande_web_api_opensource"
}
}'
```
# Bellande Limit Usage
## Website Crates
- https://crates.io/crates/bellande_probability
### Installation
- `cargo add bellande_probability`
## Website PYPI
- https://pypi.org/project/bellande_probability
### Installation
- `$ pip install bellande_probability`
### Usage
```
bellande_distribution \
--mu-func "i * 2" \
--sigma-func "1 + i * 0.1" \
--x "[1.0, 2.0, 3.0]" \
--dimensions 3
```
### Upgrade (if not upgraded)
- `$ pip install --upgrade bellande_probability`
```
Name: bellande_probability
Summary: Computes the next step towards a target node
Home-page: github.com/RonaldsonBellande/bellande_probability
Author: Ronaldson Bellande
Author-email: ronaldsonbellande@gmail.com
License: GNU General Public License v3.0
```
## Published Paper
```
Coming Soon
```
## License
This Algorithm or Models is distributed under the [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/), see [LICENSE](https://github.com/RonaldsonBellande/bellande_probabilistic/blob/main/LICENSE) and [NOTICE](https://github.com/RonaldsonBellande/bellande_probabilistic/blob/main/LICENSE) for more information.
Raw data
{
"_id": null,
"home_page": null,
"name": "bellande-probability",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.0",
"maintainer_email": null,
"keywords": "package, setuptools",
"author": "RonaldsonBellande",
"author_email": "ronaldsonbellande@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c7/5c/39b11507edaf26db8c2981305d3f117ab798571c474fc1edcf83b4b762a1/bellande_probability-0.0.4.tar.gz",
"platform": null,
"description": "# \ud83d\udce6 Bellande Probabilistic (Infinite Dimentions)\n\n## \ud83e\uddd9 Organization Website\n- [![Organization Website](https://img.shields.io/badge/Explore%20Our-Website-0099cc?style=for-the-badge)](https://robotics-sensors.github.io)\n\n\n## \ud83e\uddd9 Organization Github\n- [![Organization Github ](https://img.shields.io/badge/Explore%20Our-Github-0099cc?style=for-the-badge)](https://github.com/Robotics-Sensors)\n\n# Author, Creator and Maintainer\n- **Ronaldson Bellande**\n\n# API Usability\n```\n{\n \"license\": [\n \"Copyright (C) 2024 Bellande Robotics Sensors Research Innovation Center, Ronaldson Bellande\",\n \"This program is free software: you can redistribute it and/or modify\",\n \"it under the terms of the GNU General Public License as published by\",\n \"the Free Software Foundation, either version 3 of the License, or\",\n \"(at your option) any later version.\",\n \"\",\n \"This program is distributed in the hope that it will be useful,\",\n \"but WITHOUT ANY WARRANTY; without even the implied warranty of\",\n \"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\",\n \"GNU General Public License for more details.\",\n \"\",\n \"You should have received a copy of the GNU General Public License\",\n \"along with this program. If not, see <https://www.gnu.org/licenses/>.\",\n \"GNU General Public License v3.0 or later\"\n ],\n \"url\": \"https://bellande-robotics-sensors-research-innovation-center.org\",\n \"endpoint_path\": {\n \"bellande_probabilistic\": \"/api/Bellande_Probability/bellande_probability\"\n },\n \"Bellande_Framework_Access_Key\": \"bellande_web_api_opensource\"\n}\n```\n# API Payload Example\n```\n{\n \"mu_func\": \"i * 0.5\",\n \"sigma_func\": \"1 + i * 0.1\",\n \"x\": [1.0, 2.0, 3.0],\n \"dimensions\": 3,\n \"auth\": {\n \"authorization_key\": \"bellande_web_api_opensource\"\n }\n}\n```\n\n# \ud83e\uddd9 Website Bellande API Testing \n- [![Website API Testing](https://img.shields.io/badge/Bellande%20API-Testing-0099cc?style=for-the-badge)](https://bellanderoboticssensorsresearchinnovationcenterwebsite-kot42qxp.b4a.run/api/bellande_probabilistic_experiment)\n \n# Quick Bellande API Testing\n```\ncurl -X 'POST' \\\n 'https://bellande-robotics-sensors-research-innovation-center.org/api/Bellande_Probability/bellande_probability' \\\n -H 'accept: application/json' \\\n -H 'Content-Type: application/json' \\\n -d '{\n \"mu_func\": \"i * 0.5\",\n \"sigma_func\": \"1 + i * 0.1\",\n \"x\": [1.0, 2.0, 3.0],\n \"dimensions\": 3,\n \"auth\": {\n \"authorization_key\": \"bellande_web_api_opensource\"\n }\n }'\n```\n\n# Bellande Limit Usage\n\n## Website Crates\n- https://crates.io/crates/bellande_probability\n\n### Installation\n- `cargo add bellande_probability`\n\n## Website PYPI\n- https://pypi.org/project/bellande_probability\n\n### Installation\n- `$ pip install bellande_probability`\n\n### Usage \n```\nbellande_distribution \\\n --mu-func \"i * 2\" \\\n --sigma-func \"1 + i * 0.1\" \\\n --x \"[1.0, 2.0, 3.0]\" \\\n --dimensions 3\n```\n\n### Upgrade (if not upgraded)\n- `$ pip install --upgrade bellande_probability`\n\n```\nName: bellande_probability\nSummary: Computes the next step towards a target node\nHome-page: github.com/RonaldsonBellande/bellande_probability\nAuthor: Ronaldson Bellande\nAuthor-email: ronaldsonbellande@gmail.com\nLicense: GNU General Public License v3.0\n```\n\n## Published Paper\n```\nComing Soon\n```\n\n## License\nThis Algorithm or Models is distributed under the [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/), see [LICENSE](https://github.com/RonaldsonBellande/bellande_probabilistic/blob/main/LICENSE) and [NOTICE](https://github.com/RonaldsonBellande/bellande_probabilistic/blob/main/LICENSE) for more information.\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Robots Probability",
"version": "0.0.4",
"project_urls": {
"Home": "https://github.com/Robotics-Sensors/bellande_probability",
"Homepage": "https://github.com/Robotics-Sensors/bellande_probability",
"documentation": "https://github.com/Robotics-Sensors/bellande_probability",
"repository": "https://github.com/Robotics-Sensors/bellande_probability"
},
"split_keywords": [
"package",
" setuptools"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c75c39b11507edaf26db8c2981305d3f117ab798571c474fc1edcf83b4b762a1",
"md5": "74db41d40ce7c7e6644e0255d9de09fc",
"sha256": "22131708def1b33b9aeab8d33d8edd3e91c7357d5ff1c26798f07296eb110951"
},
"downloads": -1,
"filename": "bellande_probability-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "74db41d40ce7c7e6644e0255d9de09fc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.0",
"size": 4102,
"upload_time": "2024-12-04T17:09:09",
"upload_time_iso_8601": "2024-12-04T17:09:09.136770Z",
"url": "https://files.pythonhosted.org/packages/c7/5c/39b11507edaf26db8c2981305d3f117ab798571c474fc1edcf83b4b762a1/bellande_probability-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-04 17:09:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Robotics-Sensors",
"github_project": "bellande_probability",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "bellande-probability"
}