Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add intro notebook to probability series #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Haleshot
Copy link
Collaborator

  • Intro to probability
  • Fun interactive games to understand/play-around with.

Kept it simple.

@Haleshot Haleshot requested a review from akshayka January 31, 2025 15:42
@Haleshot Haleshot self-assigned this Jan 31, 2025
Comment on lines +41 to +57
### Classical Probability

The classical approach assumes:

- All outcomes are equally likely

- We can count all possible outcomes

$P(Event) = \\frac{\\text{Favorable Outcomes}}{\\text{Total Outcomes}}$
""",
"Empirical": """
### Empirical Probability

Based on actual experiments/observations:

$P(Event) = \\frac{\\text{Number of times event occurs}}{\\text{Total number of trials}}$
"""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not convinced this is a helpful way to teach probability, especially since "classical probability" is a very limited view of what probability. Instead of calling this "classical probability" I have seen this explained as a special case where sample spaces have equally likely outcomes.

I will follow up with an alternative suggestion.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will wait for the relevant resource to be posted so that I can modify the contents of this notebook. Initially thought that this would give a very basic (idea) overview of how probability is largely split into 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants