Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NixGD/guesstimate-python
A prototype version of a python-package guesstimate alternative.
https://github.com/NixGD/guesstimate-python
Last synced: 7 days ago
JSON representation
A prototype version of a python-package guesstimate alternative.
- Host: GitHub
- URL: https://github.com/NixGD/guesstimate-python
- Owner: NixGD
- License: mit
- Created: 2019-07-25T09:46:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T19:19:42.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T15:34:25.789Z (3 months ago)
- Language: Python
- Size: 197 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Guesstimate-Python
[![Documentation Status](https://readthedocs.org/projects/guesstimate-python/badge/?version=latest)](https://guesstimate-python.readthedocs.io/en/latest/?badge=latest)
## Purpose
This is a tool which allows users to build quantitative models which incorporate uncertainty. The functionality is similar to a simplified version of the website [guesstimate](https://www.getguesstimate.com/), except as a python package.
This tool allows users to create distributions which correspond to their uncertainty about a parameter. These parameters can be combined with arithmetic operations. Monte-Carlo sampling is then used to approximate the uncertainty distributions of the resulting parameters.
## Instructions
For an example of the usage, see the [included example](examples/Corporate%20Campaigns.ipynb). Documentation can be found at [readthedocs](https://guesstimate-python.readthedocs.io/en/latest/).