Skip to content

Commit 047ff93

Browse files
committed
Merge branch 'haleshot/03_probability_of_Or' of https://github.com/marimo-team/learn into haleshot/03_probability_of_Or
2 parents e4a091e + 87d89da commit 047ff93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probability/03_probability_of_or.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _(mo):
3535
3636
When calculating the probability of either one event _or_ another occurring, we need to be careful about how we combine probabilities. The method depends on whether the events can happen together[<sup>1</sup>](https://chrispiech.github.io/probabilityForComputerScientists/en/part1/prob_or/).
3737
38-
Let's explore how to calculate $P(E \cup F)$ or $P(E \text{ or } F)$ in different scenarios.
38+
Let's explore how to calculate $P(E \cup F)$, i.e. $P(E \text{ or } F)$, in different scenarios.
3939
"""
4040
)
4141
return

0 commit comments

Comments
 (0)