Summary
As you were reading this chapter, you may have felt that the first and second parts discuss distinctly different subjects, and in fact many books treat them as separate topics. We take a different approach. We think that they are essentially the same thing if you understand the following chain of distributions:
The first part exclusively deals with two variables. The generalization from two variables to \(N\) variables is straightforward for PDFs and CDFs:
- sep0ex
- PDF: \(f_{X_1,X_2}(x_1,x_2) \Longrightarrow f_{X_1,\ldots,X_N}(x_1,\ldots,x_N)\).
- CDF: \(F_{X_1,X_2}(x_1,x_2) \Longrightarrow F_{X_1,\ldots,X_N}(x_1,\ldots,x_N)\).
The joint expectation can also be generalized from two variables to \(N\) variables:
Conditional PDFs and conditional expectations are powerful tools for decomposing complex events into simpler events. Specifically, the law of total expectation,
is instrumental for evaluating variables defined through conditional relationships. The idea is also extendable to more random variables, such as
where \(\E[X_1| X_2 = x_2, X_3 = x_3]\) can be evaluated through
This type of chain relationship can generalize to other high-order cases.
It is important to remember that for any high-dimensional random variables, the characterization is always made by the PDF \(f_{\mX}(\vx)\) (or the CDF). We did not go into the details of analyzing \(f_{\mX}(\vx)\) but have only discussed the mean vector \(\E[\mX] = \vmu\) and the covariance matrix \(\text{Cov}(\mX) = \mSigma\). We have been focusing exclusively on the high-dimensional Gaussian random variables
because they are ubiquitous in data science today. We discussed the linear transformations from a zero-mean unit-variance Gaussian to another Gaussian, and vice versa.