BackProbability and Counting Techniques in Statistics
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Probability
Random Processes and the Law of Large Numbers
Probability is the study of random phenomena and quantifies the likelihood of various outcomes. A random process is one where the outcome of any particular trial is unpredictable, but the relative frequency of outcomes stabilizes as the number of trials increases. This is formalized by the Law of Large Numbers, which states that as the number of repetitions of a probability experiment increases, the observed proportion of a particular outcome approaches its theoretical probability.
Experiment: Any process with uncertain results that can be repeated.
Sample Space (S): The set of all possible outcomes.
Event: Any collection of outcomes from a probability experiment.
Example: Rolling a fair die has a sample space S = {1, 2, 3, 4, 5, 6}. The event E = "roll an even number" = {2, 4, 6}.
Probability Models and Rules
A probability model lists all possible outcomes and their probabilities. The following rules must be satisfied:
For any event E,
The sum of the probabilities of all outcomes in the sample space is 1:
If an event is impossible, its probability is 0; if certain, its probability is 1. An unusual event has a low probability of occurring.
Empirical and Classical Probability
Empirical Probability: Based on observed data.
Classical Probability: Used when outcomes are equally likely.
Example: Rolling two dice, the probability of rolling a seven is .
Subjective Probability
Subjective probability is based on personal judgment rather than formal calculations, such as predicting the outcome of a sports event.
Addition Rule and Complements
Addition Rule for Disjoint Events
Two events are disjoint (mutually exclusive) if they have no outcomes in common. For disjoint events E and F:
This extends to more than two disjoint events.
General Addition Rule
For any two events E and F (not necessarily disjoint):
Example: Drawing a king or a diamond from a deck of cards requires the general addition rule because the king of diamonds is in both events.
Complement Rule
The complement of event E, denoted , consists of all outcomes not in E. The probability of the complement is:
Example: If 52% of Americans have played the lottery, the probability that a randomly selected American has not played is .
Independence and the Multiplication Rule
Independent Events
Two events E and F are independent if the occurrence of one does not affect the probability of the other. If not, they are dependent.
Disjoint events are not independent (if one occurs, the other cannot).
Multiplication Rule for Independent Events
If E and F are independent,
This extends to n independent events:
At-Least Probabilities
To find the probability that at least one event occurs, use the complement rule:
Conditional Probability and the General Multiplication Rule
Conditional Probability
The conditional probability of F given E is:
Conditional probability reduces the sample space to only those outcomes where E has occurred.
General Multiplication Rule
This rule applies whether or not the events are independent.
Counting Techniques
Multiplication Rule of Counting
If a task consists of a sequence of choices, the total number of ways to complete the task is the product of the number of choices at each stage.
For choices p, q, r: Total ways =
Permutations
A permutation is an ordered arrangement of objects. The number of permutations of n objects taken r at a time is:
Where (n factorial) is the product of all positive integers up to n.
Combinations
A combination is a selection of objects where order does not matter. The number of combinations of n objects taken r at a time is:
Permutations with Nondistinct Items
If there are n objects, with of one kind, of another, ..., of a kth kind, the number of distinguishable permutations is:
Applications to Probability
Permutations and combinations are used to compute probabilities in experiments where order matters (permutations) or does not matter (combinations).
Example: The probability of winning a lottery where 6 numbers are chosen from 44 (order does not matter) is (since each ticket has two chances).
Simulation in Probability
Using Simulation to Approximate Probabilities
Simulations use random processes (physical or computer-generated) to approximate probabilities when theoretical calculation is complex or infeasible. By repeating the simulated experiment many times, the relative frequency of an event approximates its probability.
Choosing Probability and Counting Methods
Which Probability Rule to Use?
Use the empirical method when you have observed data.
Use the classical method when outcomes are equally likely.
Use subjective probability for personal estimates.
Use the addition rule for 'or' events, and the multiplication rule for 'and' events.
Use the complement rule for 'at least' or 'at most' probabilities.
Which Counting Technique to Use?
Use the multiplication rule for sequences of choices.
Use permutations when order matters.
Use combinations when order does not matter.
Use permutations with nondistinct items when some objects are identical.