Joint Distributions and Independence
3.1 Joint Distribution Functions
Section titled “3.1 Joint Distribution Functions”Definition. The joint CDF of is .
Definition. The joint PDF (for continuous random variables) is such that
Definition. The marginal PDF of is .
3.2 Covariance and Correlation
Section titled “3.2 Covariance and Correlation”Definition. The covariance of and is
Proposition 2.6. and .
Definition. The correlation coefficient is
Theorem 2.7 (Cauchy—Schwarz for Random Variables). , with equality if and only if almost surely for some .
3.3 Independence of Random Variables
Section titled “3.3 Independence of Random Variables”Definition. and are independent if for all .
For continuous random variables, this is equivalent to .
Proposition 2.8. If and are independent, then . The converse is false.
Worked Example: Uncorrelated but Dependent
Solution. Let and . Then (since the third moment of a standard normal is 0).
But is completely determined by , so they are not independent.
3.4 Conditional Distributions
Section titled “3.4 Conditional Distributions”Definition. The conditional PDF of given is:
provided .
Definition. The conditional expectation of given is:
The random variable has the property that (law of total expectation).
3.5 The Bivariate Normal Distribution
Section titled “3.5 The Bivariate Normal Distribution”The bivariate normal distribution has joint PDF:
where .
Properties of the bivariate normal:
- Marginal distributions are normal: , .
- Conditional distribution is normal: .
- and are independent if and only if .
3.6 Transformations of Joint Distributions
Section titled “3.6 Transformations of Joint Distributions”For a transformation where is a diffeomorphism, the joint PDF is:
where is the Jacobian matrix of the inverse transformation.
Example. Let be independent exponential() random variables. The joint PDF of and factors as , showing and are independent with and .
3.7 Sums of Independent Random Variables
Section titled “3.7 Sums of Independent Random Variables”If and are independent, the PDF of is the convolution:
For moment generating functions: .
3.8 Practice Problems
Section titled “3.8 Practice Problems”Problem 1. Let and have joint PDF for . Find , the marginal PDFs, and .
Problem 2. Show that if for a bivariate normal pair, then and are independent.
Problem 3. Let and be independent standard normal variables. Find the distribution of and .
Solution. has Rayleigh distribution with PDF for , and , and and are independent.
Problem 4. Suppose and where is independent of . Find the joint distribution of and compute .
3.9 Law of Total Probability and Bayes’ Theorem for Distributions
Section titled “3.9 Law of Total Probability and Bayes’ Theorem for Distributions”Law of total probability: .
Bayes’ theorem: .
3.10 Moment Generating Functions for Joint Distributions
Section titled “3.10 Moment Generating Functions for Joint Distributions”The joint moment generating function of is:
If and are independent, then . Joint moments can be recovered by differentiation:
3.11 Additional Practice Problems
Section titled “3.11 Additional Practice Problems”Problem 5. Let have joint PDF for , . Find the marginal PDFs and determine if and are independent.
Problem 6. Suppose and are independent exponential random variables with rate . Find the distribution of and . Are they independent?
Problem 7. Show that (the variance decomposition formula).
3.12 Common Mistakes
Section titled “3.12 Common Mistakes”Mistake 1: Confusing independence with pairwise independence. Two random variables and are independent if their joint distribution factors as . For three or more variables, pairwise independence (each pair is independent) does not imply mutual independence. There exist random variables that are pairwise independent but not mutually independent.
Mistake 2: Assuming that zero covariance implies independence. If and are independent, then , but the converse is false. Uncorrelated variables can be dependent. For example, let be uniform on and . Then , but and are not independent.
Mistake 3: Forgetting that the marginal distribution does not determine the joint distribution. Knowing the marginal distributions and does not determine the joint distribution . The joint distribution also depends on the dependence structure between and . Two different joint distributions can have the same marginals.
Mistake 4: Confusing the correlation coefficient with the slope of a regression line. The correlation coefficient measures the strength of the linear relationship between and , but it is not the same as the slope of the regression line of on . The slope is , which depends on the standard deviations.
Mistake 5: Assuming that linear regression is appropriate for nonlinear relationships. Linear regression fits a straight line to the data, but if the relationship between and is nonlinear, the regression line may be misleading. Always check the scatterplot and consider nonlinear models if the relationship appears curved.
flowchart TD A[3_Joint Distributions And Independence] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Intuition
Section titled “Intuition”Joint distributions describe how two or more random variables vary together. Independence means knowing one variable tells you nothing about the other, which mathematically factorizes the joint distribution into a product. Dependence creates structure: positive correlation means variables tend to move together, negative correlation means they move oppositely. The marginal distribution is what you see when you ignore one variable, like looking at a 3D landscape from above. Conditional distributions slice the joint distribution along one variable, revealing how the other behaves given specific information. These concepts form the backbone of statistical modeling.
Cross-References
Section titled “Cross-References”Random Variables: Random variables provide the building blocks for constructing joint distributions and analyzing dependence.
Probability Spaces: Probability spaces provide the measure-theoretic foundation for defining joint distributions.
Limit Theorems: The central limit theorem extends to sums of independent random variables with different distributions.