| jupytext |
|
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| kernelspec |
|
||||||||||
| downloads |
|
This appendix provides a summary of the common mathematical notations used throughout this book. Familiarity with these symbols is helpful for understanding the theoretical underpinnings alongside the Python implementations.
| Notation | Meaning | Example | Chapter(s) |
|---|---|---|---|
|
|
Sample Space (the set of all possible outcomes) |
|
2 |
| Events (subsets of the sample space) |
|
2 | |
| Empty Set (impossible event) | Rolling a 7 on a standard die. | 2 | |
| Union ('A or B' or both occur) | 2 | ||
| Intersection ('A and B' both occur) | 2 | ||
|
|
Complement ('not A') | If |
2 |
| Set Difference ('A but not B') | 2 | ||
| $ | A | $ | Cardinality (number of elements in set A) |
| Probability of event A occurring |
|
2 | |
| $P(A | B)$ | Conditional Probability (prob. of A given B) | $P(\text{Sum}>10 |
| Notation | Meaning | Example | Chapter(s) |
|---|---|---|---|
| Factorial ( |
3 | ||
|
|
Permutations (ordered arrangements of k from n) | Ways to award Gold, Silver, Bronze to 3 of 10 runners | 3 |
|
|
Combinations (unordered selections of k from n) | Ways to choose a committee of 3 from 10 people | 3 |
| Notation | Meaning | Example | Chapter(s) |
|---|---|---|---|
| Random Variables (variables whose values are numerical outcomes) |
|
6-12 | |
| Specific values (realizations) of random variables |
|
6-12 | |
| 'X follows the distribution Dist with given parameters' | 7, 9 | ||
|
|
Probability Mass Function (PMF) of a discrete RV |
|
6, 7 |
|
|
Probability Density Function (PDF) of a continuous RV |
The bell curve shape for a Normal distribution. | 8, 9 |
|
|
Cumulative Distribution Function (CDF) |
6, 8 | |
|
|
Expected Value (mean) of RV |
Average value expected from many trials. | 6, 8 |
|
|
Variance of RV |
6, 8 | |
|
|
Standard Deviation of RV |
Spread measured in the same units as |
6, 8 |
| Notation | Meaning | Chapter(s) |
|---|---|---|
| A pair of random variables | 10-12 | |
|
|
Joint PMF of discrete RVs |
10 |
|
|
Joint PDF of continuous RVs |
10 |
|
|
Joint CDF |
10 |
|
|
Marginal PMF/PDF of |
10 |
| $p(y | x)$, $p_{Y | X}(y |
| $f(y | x)$, $f_{Y | X}(y |
| Covariance between |
11 | |
|
|
Correlation Coefficient between |
11 |
| Notation | Meaning | Chapter(s) |
|---|---|---|
| Convergence in Probability | 13 | |
| Convergence in Distribution | 14 |
| Notation | Meaning | Chapter(s) |
|---|---|---|
| Parameter of interest | 5, 15 | |
| Prior distribution of |
15 | |
| $L(\theta | x)$ | Likelihood function |
| $p(\theta | x)$ | Posterior distribution of |
| Notation | Meaning | Chapter(s) |
|---|---|---|
| Transition probability from state |
16 | |
| Transition Probability Matrix | 16 | |
| Stationary distribution vector | 16 |
| Notation | Meaning | Chapter(s) |
|---|---|---|
| Summation | Throughout | |
| Integral | Throughout | |
| Approximately equal to | Throughout | |
| Proportional to | 5, 15 | |
| Set of real numbers | Throughout | |
| Set of natural numbers (usually |
Throughout | |
| 'Element of' or 'belongs to' | 2 | |
| 'For all' | Throughout | |
| 'There exists' | Throughout |