1 Joint Probability Density Function
Two random variables \( X \) and \( Y \) are jointly continuous if there exists a non-negative function \( f_{XY}(x,y) \) such that for any set \( A \in \mathbb{R}^2 \):
The function \( f_{XY}(x,y) \) is called the Joint PDF. It must satisfy the normalization condition:
2 Marginal PDFs
We can recover the individual PDFs of \( X \) and \( Y \) (called marginal PDFs) by integrating out the other variable.
Marginal PDF of X
$$ f_X(x) = \int_{-\infty}^{\infty} f_{XY}(x,y) \, dy $$Marginal PDF of Y
$$ f_Y(y) = \int_{-\infty}^{\infty} f_{XY}(x,y) \, dx $$3 Conditional PDF & Independence
The conditional PDF of \( X \) given \( Y=y \) is defined as:
Two continuous random variables \( X \) and \( Y \) are independent if and only if their joint PDF factors into the product of their marginals:
4 Bivariate Normal Distribution
The Bivariate Normal Distribution is determined by means \( \mu_X, \mu_Y \), variances \( \sigma_X^2, \sigma_Y^2 \), and the correlation coefficient \( \rho \).
Interactive Bivariate Normal Explorer
Adjust the correlation coefficient \( \rho \) to see how it affects the shape of the joint distribution (heatmap) and the scatter of points.
Heatmap (Top View)
Sample Scatter Plot
5 Covariance & Correlation
Covariance
Measure of linear association between two variables.
Correlation Coefficient
Normalized version of covariance, always between -1 and 1.
6 Method of Transformations
If we have joint RVs \( (X,Y) \) and transform them to \( (Z,W) = g(X,Y) \), we can find the joint PDF of \( (Z,W) \) using the Jacobian of the inverse transformation.
Where \( J \) is the determinant of the Jacobian matrix of the inverse transformation \( x=h_1(z,w), y=h_2(z,w) \):
7 Convolution (Sum of RVs)
If \( Z = X + Y \), the PDF of \( Z \) is the convolution of the joint PDF. If \( X \) and \( Y \) are independent, it simplifies to the convolution of their marginals.
Key Result: The sum of two independent Normal RVs is also Normal. $$ X \sim N(\mu_X, \sigma_X^2), Y \sim N(\mu_Y, \sigma_Y^2) \implies X+Y \sim N(\mu_X+\mu_Y, \sigma_X^2+\sigma_Y^2) $$
Check Your Understanding
1. Independence Check
If the joint PDF is \( f_{XY}(x,y) = 4xy \) for \( 0 < x < 1, 0 < y < 1 \), are \( X \) and \( Y \) independent?
2. Correlation & Independence
If \( \rho(X,Y) = 0 \), does this imply \( X \) and \( Y \) are independent?