BackIndependence and Conditional Probabilities: Core Concepts and Applications
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Independence and Conditional Probabilities
General Rules of Probability
This section introduces foundational probability concepts essential for statistical inference, including independent events, conditional probability, and rules for calculating probabilities of combined events. These concepts are widely used in data analysis, diagnostics, and research.
Independent Events: Events whose outcomes do not affect each other.
Conditional Probability: The probability of one event occurring given that another has occurred.
General Addition Rule: Used to find the probability that at least one of several events occurs.
Multiplication Rule: Used to find the probability that two or more events occur together.
Tree Diagrams: Visual tools for organizing and calculating probabilities of complex events.
Diagnostic Tests: Application of probability rules to medical testing and interpretation.
Marginal, Conditional, and Joint Probabilities
Marginal Probability
Marginal probability (also called simple probability) is the probability of a single event occurring, without regard to the outcomes of other events.
Notation: is the probability of event A occurring.
Example: The probability that a randomly selected employee is male.
Conditional Probability
Conditional probability is the probability that an event occurs given that another event has already occurred.
Notation: is the probability of A given B has occurred.
Formula: , provided .
Example: The probability that an employee favors high CEO salaries, given that the employee is male.
Joint Probability
The joint probability of two events is the probability that both events occur simultaneously.
Notation: or .
Multiplication Rule: .
Example: Marginal and Conditional Probabilities with a Two-Way Table
Suppose all 100 employees of a company were asked whether they are in favor of or against paying high salaries to CEOs. The responses are summarized below:
In Favor (A) | Against (B) | Total | |
|---|---|---|---|
Male (M) | 15 | 45 | 60 |
Female (F) | 4 | 36 | 40 |
Total | 19 | 81 | 100 |
Marginal Probability Examples:
(Probability a randomly selected employee is male)
(Probability a randomly selected employee favors high CEO salaries)
Conditional Probability Examples:
Calculating Conditional Probability
Conditional probability quantifies the likelihood of an event, given that another event has occurred. The formula is:
These formulas require that and .
Example: College Students
Let A = student is a senior, B = student is a computer science major.
,
This means that, given a student is a senior, there is a 15% chance they are a computer science major.
Independent Events
Two events are independent if the occurrence of one does not affect the probability of the other. Formally, A and B are independent if:
or
Example: Dalmatian Dogs
HI = Dalmatian is hearing impaired, B = Dalmatian is blue-eyed
, ,
Since , the events are not independent.
Example: Smoking and Lung Cancer
11% of the population smokes ()
Since , smoking and lung cancer are not independent.
Multiplication Rule
The multiplication rule allows calculation of the probability that two events both occur.
General Rule:
For Independent Events:
Example: Blood Donation Center
Probability that two unrelated visitors are both type O blood:
Diagnostic Tests and Positive Predictive Value
Probability rules are crucial in interpreting diagnostic test results, such as for HIV-AIDS. The positive predictive value (PPV) is the probability that a person who tests positive actually has the disease.
Sensitivity: Probability the test is positive given disease is present ()
Specificity: Probability the test is negative given disease is absent ()
Incidence: Proportion of the population with the disease ()
Calculating PPV
This means that a random adult who gets a positive test result using this method actually has a ~63% probability of having HIV/AIDS.
Summary Table: Probability Types and Rules
Type | Definition | Formula | Example |
|---|---|---|---|
Marginal Probability | Probability of a single event | Probability an employee is male | |
Conditional Probability | Probability of A given B | Probability in favor given male | |
Joint Probability | Probability both A and B occur | Probability employee is male and in favor | |
Multiplication Rule | Probability both events occur | Probability both visitors are type O | |
Independence | Events do not affect each other | Blood types of unrelated donors |
Additional info: Tree diagrams, while mentioned, are not detailed in the slides. They are visual tools for mapping out sequences of events and their probabilities, especially useful for multi-step problems.