6. Conditional Probability#

  • Probability - Find the probability that it will rain tomorrow

  • Conditional Probability- Find the probability that it will rain tomorrow given that it is a cloudy day

    • Instead of looking at how often it rains on any day in general, we “pretend” that our sample space consists of only those days for which the previous day was cloudy

      • Lesser sample space

    • Conditional probability uses the information we allready have about our system of interest.

    • Bookish Defination : A conditional probability is the probability of an event, given some other event has already occurred

    • Formulae : P(A|B)=P(A intersection B)/P(B)

    • More : https://setosa.io/conditional/