probability - lecture notes (1) (1)(1)
probability - lecture notes (1) (1)(1)
• Permutation rule: A permutation is an arrangement of all or part of a set of objects. The number of permutations of n
objects taken r at a time is given by:
n!
P (n, r) =
(n − r)!
where n! (n factorial) is the product of all positive integers up to n. Note, 0! = 1.
• Combination rule: A combination is a selection of items from a larger pool where the order does not matter. The number
of combinations of n objects taken r at a time is given by:
n n!
C(n, r) = =
r r!(n − r)!
- Permutations and combinations are useful for counting the number of ways to arrange or select items.
2 Interpretations and Axioms of Probability
2.1 Interpretations of Probability
• Classical Interpretation: Probability as the ratio of favorable outcomes to the total number of outcomes. It is written
as P (A):
n
P (A) =
N
, where n = total number of ways the event A can happen, and N = the size of the sample space S.
• Subjective Interpretation: Probability as a measure of belief about the occurrence of an event.
2.2 Axioms of Probability
Let P be a probability measure on a sample space S:
• P (A) ≥ 0 for any event A ⊆ S.
• P (S) = 1.
• For any sequence of mutually exclusive events {Ai }:
!
[ X
P Ai = P (Ai )
i i
3 Addition Rules
3.1 Mutual Exclusivity
Events A and B are mutually exclusive if A ∩ B = ∅. For mutually exclusive events:
P (A ∪ B) = P (A) + P (B)
4 Conditional Probability
The conditional probability of A given B is:
P (A ∩ B)
P (A|B) =
P (B)
provided P (B) > 0.
5 Multiplication Rules
For any two events A and B:
P (A ∩ B) = P (A)P (B|A)
If A and B are independent:
P (A ∩ B) = P (A)P (B)
6 Independence
Events A and B are independent if:
P (A ∩ B) = P (A)P (B)
P (A ∩ B ′ ) = P (A) − P (A ∩ B)
P (A′ ∩ B) = P (B) − P (A ∩ B)
P (A) = P (A ∩ B)
And, If B ⊂ A, then
P (B) = P (A ∩ B)
Therefore, If A ⊆ B and B ⊆ A, then
P (A) = P (B) = P (A ∩ B)
8.3 Practice derivations
P (B|Ei )P (Ei )
P (Ei |B) =
P (B)
10 Types of Sampling
Sampling methods are crucial for statistical analysis and determining probabilities. There are two primary types: sampling
with replacement and sampling without replacement.
10.1 Sampling with Replacement
In sampling with replacement, each member of the population is replaced after being selected, so it can be chosen more
than once. If there are N objects in the population, the probability of selecting any particular object in a single draw is
1 k
N . For k draws: P (Selecting the same object each time) = N
1
For example, if you draw a card from a deck of 52 cards and replace it each time, the probability of drawing the Ace of
1 3
Spades in each of three consecutive draws is: P (Ace of Spades each time) = 52
10.2 Sampling without Replacement
In sampling without replacement, each member of the population is not replaced after being selected, so it cannot be
chosen more than once. If there are N objects in the population and you are drawing k objects:
1
P (Selecting a specific sequence of k objects) = N
k
For example, if you draw three cards from a deck of 52 cards without replacing them, the probability of drawing the Ace
of Spades first, the King of Hearts second, and the Queen of Diamonds third is: P (Specific sequence) = 52
1 1
× 51 1
× 50