What Is Probability?
Probability quantifies the chance that an event will occur. It represents uncertainty and is used when exact prediction is impossible. Probabilities are numbers between 0 and 1
Discrete Outcomes
- Occur when the number of possible outcomes is finite or countable.
- Example: Number of heads in coin tosses.
- Example: Number of people on telephone calls in a given period.
Continuous Outcomes
- Outcomes can take infinitely many values within a range.
- Example: Length of time a phone call lasts (between 0 and 10 minutes).
- Cannot assign nonzero probability to a single exact value in continuous cases.
Probabilistic Modeling
Building a probability model means mapping a real-world situation to a mathematical structure (e.g., random variables, distributions). Models often make assumptions — e.g., independence (one event doesn’t affect another).
Illustration: Probability of k heads in N coin tosses:
Analysis vs. Computer Simulation
Traditional analysis uses mathematical formulas to derive results. Computer simulation uses repeated computational experiments to approximate probabilities and build intuition.
Role of Simulation
- Helpful when analytical solutions are difficult or intractable.
- Visual or numerical results from simulation help validate or illustrate analytical theory.
Key Takeaways
| Concept | Brief Summary |
|---|---|
| Probability | A measure of how likely an event is; values between 0 and 1 |
| Discrete vs. Continuous | Discrete: countable outcomes; Continuous: uncountably infinite outcomes. |
| Modeling | Abstracting real phenomena into probabilistic terms. |
| Simulation | Complementary to analysis; enhances intuition. |
Motivation and Role of Probability
- Probability provides a mathematical framework to model uncertainty.
- Used when outcomes are not deterministic but governed by chance.
- Engineering applications include:
- Communication noise
- Signal detection
- Reliability analysis
- Decision making under uncertainty
Random Experiment
An experiment whose outcome cannot be predicted with certainty.
Sample Space (Ω)
The set of all possible outcomes. Examples:
- Coin toss: Ω = {H, T}
- Dice roll: Ω = {1,2,3,4,5,6}
Events
An event is a subset of the sample space. Types of Events are:
- Simple event: single outcome
- Compound event: multiple outcomes
Axioms of Probability
Probability is defined through three axioms. These axioms form the foundation of all probability results.
- Non-negativity
- Normalization
- Additivity: For mutually exclusive events:
Basic Probability Rules
Complement Rule
Union of Two Events
Monotonicity
If (), then:
Conditional Probability
The probability of event A given B has occurred:
Interpretation
- Updates probability based on new information
- Core idea behind learning and inference
Independence
Independence means knowledge of one event gives no information about the other. Two events A and B are independent if:
Equivalent condition:
Law of Total Probability
If events form a partition of Ω:
Used when:
- A problem can be broken into cases
- Often applied in detection and classification problems
Bayes’ Theorem
Interpretation
Converts prior probabilities into posterior probabilities. Central to:
- Statistical inference
- Machine learning
- Signal detection
- Medical testing
Subjective vs Frequentist Interpretation
Frequentist View
- Probability = long-run relative frequency
- Requires repeated trials
Subjective (Bayesian) View
- Probability = degree of belief
- Can be updated using Bayes’ rule
- Strongly emphasized by Kay for engineering intuition
Key Takeaways
Probability is axiomatic but intuitive. Conditional probability is the most important concept. Bayes’ theorem is fundamental to modern engineering systems. Understanding probability is essential before studying:
- Random variables
- Random processes
- Noise models
References
- Introduction of Intuitive Probability and Random Processes Using MATLAB by Steven M. Kay (Springer, 2006)