Transformations and Convolutions
5.1 Distribution of a Function of a Random Variable
Section titled “5.1 Distribution of a Function of a Random Variable”Theorem 5.1 (CDF Method). If and is monotone, then
Theorem 5.2 (Change of Variables). If where is differentiable and strictly monotone, then
Worked Example: Distribution of $X^2$ where $X \sim N(0, 1)$
Solution. Let where . For :
This is the PDF of the distribution.
5.2 Convolution
Section titled “5.2 Convolution”Theorem 5.3. If and are independent continuous random variables, the PDF of is
Proof. .
Differentiating: .
Corollary 5.4. The sum of independent normals is normal: if and are independent, then .
Proof. The convolution of two Gaussian PDFs is Gaussian. This follows from the MGF: Which is the MGF of .
Common Pitfalls
Section titled “Common Pitfalls”- Confusing PDF and CDF. PDF : probability density; CDF . Fix: ; .
- Wrong central limit theorem application. The CLT applies to the sample mean, not individual observations, and requires sufficiently large . Fix: as .
- Confusing type I and type II errors. Type I: rejecting when it is true (). Type II: failing to reject when it is false (). Fix: Type I = false positive; Type II = false negative. Decreasing one increases the other.
Worked Examples
Section titled “Worked Examples”Example 1: Normal distribution
Section titled “Example 1: Normal distribution”Problem. . Find .
Solution. . .
Example 2: Hypothesis test
Section titled “Example 2: Hypothesis test”Problem. Test vs given , , , .
Solution. . Critical value: . Since , reject at the 5% level.
flowchart TD A[5_Transformations And Convolutions] --> B[Key Definitions] A --> C[Main Theorems] A --> D[Applications] B --> E[Core concepts] C --> F[Proof techniques] D --> G[Problem solving]Summary
Section titled “Summary”- Continuous distributions: PDF integrates to 1; CDF gives cumulative probability.
- Normal distribution: ; standardise: .
- Central limit theorem: sample mean is approximately normal for large .
- Hypothesis testing: state and , choose significance level, compute test statistic, compare with critical value.
Cross-References
Section titled “Cross-References”| Topic | Site | Link |
|---|---|---|
| [Probability] | A-Level | View |
| [Probability] | IB | View |
| [Probability] | DSE | View |
| [Probability] | University | View |
- Quantum Mechanics
- Graph Theory
- Classical Mechanics
- Electromagnetism
- Statistical Learning
- Statistical Mechanics
5.3 Properties of Convolution
Section titled “5.3 Properties of Convolution”Convolution satisfies several algebraic properties that simplify calculations:
Commutativity: . The order of summation does not matter.
Associativity: . Multiple sums can be evaluated in any order.
Scaling: If where , then .
Location-scale family: If has PDF , then has PDF .
5.4 Moment Generating Functions and Transformations
Section titled “5.4 Moment Generating Functions and Transformations”The moment generating function (MGF) is .
Key property: If for all in a neighbourhood of 0, then and have the same distribution (MGFs uniquely determine distributions).
Linear transformations: If , then .
Sums of independent variables: If and are independent, .
Worked Example: MGF of the Uniform Distribution
Let . The MGF is:
Differentiating: and .
Thus , confirming the known result.
5.5 Key Relationships Summary
Section titled “5.5 Key Relationships Summary”Intuition
Section titled “Intuition”When you transform a random variable, its distribution changes according to how the transformation stretches or compresses the number line. The change-of-variables formula accounts for the Jacobian — the local stretching factor. When you add two independent random variables, their distributions convolve: the density of the sum at a point is the integral of one density times a shifted version of the other, like sliding two waveforms past each other. Moment generating functions turn this convolution into multiplication, making sums of independent variables easy to handle. The central limit theorem is the grand payoff: no matter what distribution you start with, the sum of many independent copies approaches a normal distribution because convolutions smooth out irregularities.
5.5 Key Relationships Summary
Section titled “5.5 Key Relationships Summary”| Operation | Resulting Distribution | Key Formula |
|---|---|---|
| monotone | Change of variables | |
| independent | Convolution integral | |
| Location-scale | ||
| , | Normal sum | |
| , | Poisson sum | |
| MGF transformation |