Probability – Distributions

Book Probability by Jim Pitman, Page 19

Events and Sets

Set Theory & Venn Diagram Gallery

Intersection: \(A \cap B\)

A B

“A AND B” — Elements in both.

Union: \(A \cup B\)

A B

“A OR B” — Elements in either or both.

Complement: \(A^c\)

A U

“NOT A” — Everything outside A.

Subset: \( A \subseteq B \)

A B

A is entirely contained within B.

Difference: \( A \setminus B \)

A B

Elements in A but NOT in B.

Disjoint: \( A \cap B = \emptyset \)

A B

No overlap between sets.

Universal Set: \( U \)

U

The set of all possible elements.

Empty Set: \( \emptyset \)

A set with zero elements.

Partitions

Set Partition Visualization

A₁ A₂ A₃ A₄ S

A collection of subsets is a partition if:

  1. Non-Empty: None of the sets are empty.
  2. Collectively Exhaustive: The union of all sets equals the original set S.
  3. Mutually Exclusive: No two sets overlap (Intersection is empty).

Rules of Proportion and Prbability

Rules of Probability & Proportion

1. Complement Rule

A Aᶜ

\( P(A^c) = 1 – P(A) \)

The probability of an event NOT happening is 1 minus the probability that it does.

2. Difference Rule

A B

\( P(A \setminus B) = P(A) – P(A \cap B) \)

To find the probability of “A but not B,” subtract the overlap from A.

3. Inclusion-Exclusion Rule

A B

\( P(A \cup B) = P(A) + P(B) – P(A \cap B) \)

The “General Addition Rule.” We subtract the intersection so it isn’t counted twice.

The Rule of Total Proportion

For any sample space \( S \), the sum of probabilities for all mutually exclusive and exhaustive events must equal 1. \[ \sum P(E_i) = 1 \]

Distribution

In probability and statistics, a distribution is a mathematical function that describes all the possible values a random variable can take and how frequently those values occur.

Think of it as a “map” that tells you where the probability is concentrated. If you were to roll a die, the distribution would tell you that the numbers 1 through 6 each have an equal probability of 1/6.

Leave a Reply

Your email address will not be published. Required fields are marked *

error: