Crates.io | bellande_probability |
lib.rs | bellande_probability |
version | 0.1.1 |
source | src |
created_at | 2024-12-04 08:37:55.466383 |
updated_at | 2024-12-04 17:12:57.96922 |
description | A tool for running Bellande Probability calculations via API |
homepage | |
repository | https://github.com/Robotics-Sensors/bellande_probability |
max_upload_size | |
id | 1471708 |
size | 9,256 |
{
"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"
}
{
"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"
}
}
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"
}
}'
cargo add bellande_probability
$ pip install bellande_probability
bellande_distribution \
--mu-func "i * 2" \
--sigma-func "1 + i * 0.1" \
--x "[1.0, 2.0, 3.0]" \
--dimensions 3
$ 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
Coming Soon
This Algorithm or Models is distributed under the Creative Commons Attribution-ShareAlike 4.0 International License, see LICENSE and NOTICE for more information.