Joint and Conditional Distributions - Applications
Multivariate techniques enable sophisticated analysis of dependent random variables in statistics and machine learning.
Multivariate Normal Distribution
The random vector has multivariate normal distribution with PDF:
where is the mean vector and is the covariance matrix.
Properties:
- Linear combinations are normal: If , then
- Marginals are normal
- Conditionals are normal
- Uncorrelated components are independent
Portfolio Analysis: Three stocks with returns where:
Portfolio with weights has return:
Conditional Expectation
- Tower Property:
- Taking Out Known:
- Independence: If , then
- Linearity:
Prediction: Minimize over all functions .
Solution: (conditional expectation is optimal predictor)
For bivariate normal:
This is linear regression!
Principal Component Analysis
PCA finds orthogonal directions of maximum variance in multivariate data.
Given covariance matrix , find eigenvalues and eigenvectors .
Principal components: with .
First component captures direction of greatest variability.
Multivariate analysis is central to modern data science. From finance (portfolio optimization) to machine learning (dimensionality reduction), understanding joint distributions and their properties enables sophisticated modeling of complex, high-dimensional phenomena.