Probability Tables

Often used as a convenient way to describe the joint probabilities of events.

Ex: Probability of Shirt Returns

Recall:

Ex: Product returns

Suppose a website sells three types of shirts, each with different return rates:

  • Shirt 1: 60% of overall shirt sales, 15% of purchases returned
  • Shirt 2: 30% of overall shirt sales, 25% of purchases returned
  • Shirt 3: 10% of overall shirt sales, 35% of purchases returned

For a randomly selected shirt purchase, what is the probability
that the purchase is shirt 1 and is returned?

Link to original

All that data can be cleanly shown in a table:

Yes ()No ()Total
()0.0900.5100.600
()0.0750.2250.300
()0.0350.0650.100
Total0.2000.8001

Ex: Counts of Shirt Returns

Yes ()No ()Total
()18010201200
()150450600
()70130200
Total40016002000

This table represents everything in the first example but with counts instead. We can reach the original table by dividing everything by 2,000.