Probability Theory (概率论)¶
English exam review notes — full glossary, formulas, and distributions. 全英考试复习笔记,包含中英文对照、公式和分布详解。
Lec 1: Prerequisite Knowledge (前置知识)¶
1. Basic Concepts¶
Mathematical Definitions¶
- Mutually Exclusive (互斥): \(A_i \cap A_j = \emptyset \quad (i \neq j)\)
- Collectively Exhaustive (穷尽): \(A_1 \cup A_2 \cup \cdots \cup A_n = S\)
- Independent (独立): \(P(AB) = P(A) \cdot P(B)\)
English-Chinese Glossary (中英文对照表)¶
| English | 中文 |
|---|---|
| set | 集合 |
| element | 元素 |
| union | 并集 |
| intersection | 交集 |
| complement | 补集 |
| mutually exclusive | 互斥 |
| disjoint | 不相交 |
| collectively exhaustive | 穷尽 |
| partition | 分割 |
| random experiment | 随机试验 |
| sample space | 样本空间 |
| event | 事件 |
| even | 偶数 |
| odd | 奇数 |
| independent | 独立 |
2. Important Formulas¶
Inclusion-Exclusion Principle (容斥原理)¶
Conditional Probability (条件概率)¶
Multiplication Rule (乘法公式)¶
Law of Total Probability (全概率公式)¶
Bayes' Theorem (贝叶斯公式)¶
3. Writing Conventions¶
- Use uppercase letters for random variables, e.g., \(X\)
- Use \(S\) to denote the range of a random variable, e.g., \(S_X\)
Lec 2: Probability Distributions (概率分布)¶
1. Basic Concepts¶
1.1 Important Functions¶
PMF — Probability Mass Function (概率分布函数)
CDF — Cumulative Distribution Function (累积分布函数)
PDF — Probability Density Function (概率密度函数)
1.2 Important Definitions¶
Expected Value (期望值)
- Discrete: \(E[X] = \mu_X = \sum_{x \in S_X} x P_X(x)\)
- Discrete: \(E[g(x)] = \sum_{x \in S_X} g(x) P_X(x)\)
- Continuous: \(E[X] = \int_{-\infty}^{\infty} x f_X(x) dx\)
- Continuous: \(E[g(x)] = \int_{-\infty}^{\infty} g(x) f_X(x) dx\)
- \(E[X - \mu_X] = 0\)
- \(E[aX + b] = a E[X] + b\)
Variance (方差)
Standard Deviation (标准差)
Moment (矩)
- \(n\)-th moment: \(E[X^n]\)
- \(n\)-th central moment: \(E[(X - \mu_X)^n]\)
2. Discrete Random Variables¶
2.1 Bernoulli(p) Random Variable¶
A single trial where the event either occurs or not.
- \(E[X] = p\)
- \(Var[X] = p(1-p)\)
2.2 Geometric(p) Random Variable¶
Number of trials until the first success.
- \(E[X] = 1/p\)
- \(Var[X] = (1-p)/p^2\)
2.3 Binomial(n,p) Random Variable¶
Number of successes in \(n\) independent Bernoulli trials.
- \(E[X] = np\)
- \(Var[X] = np(1-p)\)
De Moivre-Laplace Formula (棣莫弗-拉普拉斯公式):
2.4 Pascal(k,p) Random Variable¶
Number of trials needed to get \(k\) successes.
- \(E[X] = k/p\)
- \(Var[X] = k(1-p)/p^2\)
2.5 Discrete Uniform(k,l) Random Variable¶
- \(E[X] = (k+l)/2\)
- \(Var[X] = (l-k)(l-k+2)/12\)
2.6 Poisson(α) Random Variable¶
Describes the number of events in a fixed interval of time or space.
- \(\alpha\) is the average rate of occurrence
- \(E[X] = \alpha\)
- \(Var[X] = \alpha\)
3. Continuous Random Variables¶
3.1 Uniform Random Variable¶
- \(E[X] = (a+b)/2\)
- \(Var[X] = (b-a)^2/12\)
3.2 Gaussian (Normal) Random Variable¶
Standard Normal CDF:
General Normal \(N(\mu, \sigma^2)\):
- \(E[X] = \mu\)
- \(Var[X] = \sigma^2\)
Lec 3: Multivariate Random Variables (多维随机变量)¶
1. Basic Concepts¶
1.1 Important Functions¶
Joint PMF (联合概率分布函数):
Marginal PMF (边际概率分布函数):
Joint PDF (联合概率密度函数):
Conditional PMF (条件概率分布函数):
1.2 Conditional Expectation & Variance¶
Law of Iterated Expectation (迭代期望律):
Law of Total Variance (全方差律):
2. Independence (独立性)¶
Random variables \(X\) and \(Y\) are independent iff:
3. Covariance and Correlation¶
Covariance (协方差):
Correlation Coefficient (相关系数):
- \(-1 \leq \rho_{X,Y} \leq 1\)
- If \(X\) and \(Y\) are independent, then \(Cov[X,Y] = 0\)
Lec 4: Random Processes (随机过程)¶
1. Basic Concepts¶
Definition: A random process \(X(t)\) is a function of time \(t\) where each \(X(t)\) is a random variable.
Mean Function (均值函数):
Autocorrelation Function (自相关函数):
Autocovariance Function (自协方差函数):
2. Stationary Process (平稳过程)¶
A process \(X(t)\) is strict-sense stationary (严平稳) if its joint PDF is invariant to time shifts:
3. Wide-Sense Stationary (WSS, 广义平稳)¶
A process \(X(t)\) is WSS if: - \(E[X(t)] = \mu_X\) (constant mean) - \(R_X(t, \tau) = R_X(0, \tau) = R_X(\tau)\) (autocorrelation depends only on \(\tau\))
Properties:
- \(R_X(0) \geq 0\)
- \(R_X(\tau) = R_X(-\tau)\) (symmetry)
- \(R_X(0) \geq |R_X(\tau)|\)
- Average power: \(R_X(0) = E[X^2(t)]\)
4. Cross-Correlation (互相关)¶
Property: \(R_{XY}(\tau) = R_{YX}(-\tau)\)
5. Gaussian Process (高斯过程)¶
- Definition: For any \(k > 0\) and any set of time instants \(t_1, \ldots, t_k\), the vector \(\mathbf{X} = [X(t_1) \cdots X(t_k)]'\) is a Gaussian random vector.
- If \(X(t)\) is WSS Gaussian, then \(X(t)\) is also strict-sense stationary.
6. White Gaussian Noise (白高斯噪声)¶
- Definition: \(W(t)\) is a stationary Gaussian process with \(\mu_W = 0\) and \(R_W(\tau) = \eta_0 \delta(\tau)\)
Key Summary Table¶
| Distribution | PMF/PDF | \(E[X]\) | \(Var[X]\) |
|---|---|---|---|
| Bernoulli(p) | \(p^x(1-p)^{1-x}\) | \(p\) | \(p(1-p)\) |
| Geometric(p) | \(p(1-p)^{x-1}\) | \(1/p\) | \((1-p)/p^2\) |
| Binomial(n,p) | \(\binom{n}{k}p^k(1-p)^{n-k}\) | \(np\) | \(np(1-p)\) |
| Poisson(α) | \(\alpha^x e^{-\alpha}/x!\) | \(\alpha\) | \(\alpha\) |
| Uniform(a,b) | \(1/(b-a)\) | \((a+b)/2\) | \((b-a)^2/12\) |
| Normal(μ,σ²) | \(\frac{1}{\sqrt{2\pi\sigma^2}} e^{-\frac{(x-\mu)^2}{2\sigma^2}}\) | \(\mu\) | \(\sigma^2\) |