π² Probability Calculator¶
Welcome to the Probability Calculator documentation.
This project provides an easy-to-use Python module for simulating the probability of drawing specific combinations of colored balls from a hat. It uses MonteβCarlo simulation to estimate probabilities empirically.
π Features¶
- π© Hat class to hold colored balls
- π Random draws without replacement
- π MonteβCarlo probability estimation
- π§ͺ Fully customizable experiments
- π₯οΈ Command Line Interface included
- π Complete documentation and examples
π¦ Installation¶
pip install .
π What You Can Do¶
- Simulate drawing balls from a hat
- Estimate probability of pulling certain colors
- Run thousands of experiments automatically
- Use from Python or from the command line
π Documentation Sections¶
- Usage Guide β Learn how to use the Hat and experiment
- API Reference β All classes and functions documented
- CLI Guide β Run probability experiments from the terminal
- Examples β Ready-to-run demonstrations
π Project Links¶
- GitHub Repository: https://github.com/TheComputationalCore/Probability-Calculator
- Online Documentation: https://thecomputationalcore.github.io/Probability-Calculator
Made with β€οΈ by The Computational Core