Prerequisites & Notation
Before You Begin
This chapter introduces random variables β the bridge from abstract probability spaces to numerical computation. We assume familiarity with the probability axioms and basic counting from earlier chapters.
- Probability spaces: sample space , -algebra , measure (Review ch01)
Self-check: Can you define a probability space and verify the axioms for a given example?
- Conditional probability and Bayes' rule(Review ch02)
Self-check: Can you compute and apply Bayes' theorem?
- Independence of events(Review ch02)
Self-check: Can you verify whether two events are independent from a joint probability table?
- Combinatorics: binomial coefficients, counting arguments(Review ch04)
Self-check: Can you compute and apply it to counting problems?
- Basic series: geometric series, Taylor expansion of
Self-check: Can you sum and recognize ?
Notation for This Chapter
Symbols introduced in this chapter. Random variables are uppercase italic (), realizations are lowercase italic (), and sets are calligraphic ().
| Symbol | Meaning | Introduced |
|---|---|---|
| Random variable (measurable function) | s01 | |
| Probability mass function of | s01 | |
| Cumulative distribution function of | s01 | |
| Support of (set of values with positive probability) | s01 | |
| Expectation (mean) of | s02 | |
| Variance of | s03 | |
| Standard deviation of | s03 | |
| Moment generating function: | s04 | |
| Shannon entropy of : | s05 | |
| Indicator random variable of event | s01 |