I knew the derivation cold so that part was fine.
Start by defining the standardization formula Z = (X - μ)/σ, then derive its mean and variance using properties of expectation and variance. Prove normality by using the linear transformation property of normal distributions or moment generating functions, and conclude by discussing practical applications such as comparing scores, hypothesis testing, and machine learning feature scaling.
Pro tip: Emphasize that standardization is a linear transformation, so normality is preserved, and connect it to real-world scenarios like A/B testing or model convergence to show practical insight.
Introduce the standardization formula Z = (X - μ)/σ, explaining that it shifts the mean to 0 and scales the variance to 1.
Compute E[Z] = 0 and Var(Z) = 1 using linearity of expectation and variance properties: Var(aX + b) = a^2 Var(X).
Use the fact that a linear transformation of a normal variable is normal, or derive the MGF of Z and show it matches the standard normal MGF.
Discuss why standardization matters: enables comparison across different scales, simplifies statistical inference, and is crucial for algorithms like gradient descent and PCA.
AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.