Haleshot commited on
Commit
047ff93
·
unverified ·
2 Parent(s): e4a091e 87d89da

Merge branch 'haleshot/03_probability_of_Or' of https://github.com/marimo-team/learn into haleshot/03_probability_of_Or

Browse files
probability/03_probability_of_or.py CHANGED
@@ -35,7 +35,7 @@ def _(mo):
35
 
36
  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/).
37
 
38
- Let's explore how to calculate $P(E \cup F)$ or $P(E \text{ or } F)$ in different scenarios.
39
  """
40
  )
41
  return
 
35
 
36
  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/).
37
 
38
+ Let's explore how to calculate $P(E \cup F)$, i.e. $P(E \text{ or } F)$, in different scenarios.
39
  """
40
  )
41
  return