Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesclarke7283/probabilityfactorcalculator
This allows you to work out the probability of any real-world event, Given the factors and each variable that plays in each factor.
https://github.com/jamesclarke7283/probabilityfactorcalculator
algorithm calculator combinations gui probability tkinter
Last synced: 6 days ago
JSON representation
This allows you to work out the probability of any real-world event, Given the factors and each variable that plays in each factor.
- Host: GitHub
- URL: https://github.com/jamesclarke7283/probabilityfactorcalculator
- Owner: JamesClarke7283
- License: other
- Created: 2024-02-25T10:28:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T09:58:19.000Z (7 months ago)
- Last Synced: 2024-11-16T10:14:36.788Z (2 months ago)
- Topics: algorithm, calculator, combinations, gui, probability, tkinter
- Language: C
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# Probability Factor Calculator
This allows you to work out the probability of any real-world event, Given the
factors and each variable that plays in each factor.## Example:
Lets say that theres 100 students now you could say that their avarage number of
interacrions being 8 for example then thats an average of 800 interactions,
being in one interaction is 1 / 800 but in the real world students can be more
shy or confident so lets say each student has an interaction amount between 4-12
so now there are possible combinations of interactions each student can be shy,
4,4,4, ... or confident, 12,12,12 ... and now since there are possible
interacrion combinations the probability can be worked out with this calculator,
P= 1/x^N in this case thats 1/9^100 (9 possible interaction varations for each
student in the 100 student example)