Srihari Thyagarajan Akshay Agrawal commited on
Commit
87d89da
·
unverified ·
1 Parent(s): 17727c5

Co-authored-by: Akshay Agrawal <[email protected]>

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