The bivariate normal distribution is a continuous joint distribution for two variables which when plotted looks like the three dimensional analogue of the “bell curve”. It is a generalization of a normal distribution for a single variate.

Formula for PDF of Bivariate Normal Distribution:
If two variables X and Y follow bivariate normal distribution then they are both distributed normally considered as separate random variables. A more formal definition is that X and Y are jointly normally distributed if aX+bY is normally distributed for all a and b.
Another definition is in terms of their joint probability distribution function which looks like:

The parameter ρ gives the correlation between the two variables X and Y. If ρ=0 then the two variables are both independent. The bivariate normal distribution is a symmetric distribution. It is a fact that if (X. Y) jointly follow bivariate normal distribution then the marginal PDF’s of X and Y are also normal. However, the converse is not true. The marginal PDF’s may be normal, but the joint PDF may not be normal.
Properties of Bivariate Normal Distribution:
- It is generally used in situations where we have two variables that we know are distributed normally but there is some correlation between the two variables. For example, it is used to model the heights of a parent and their child which are definitely correlated and tend to be distributed normally.
- The regression equations of Y on X and X on Y are linear and homoscedastic.
- The MGF (moment generating function) of the bivariate normal distribution is given by the formula: M_{X,Y}(t_1,t_2) = e^{\frac{1}{2}t_1^2+t_2^2+2\rho t_1 t_2}
- For \rho = 0, the conditional variance is equal to the marginal variance and the conditional mean is equal to the marginal mean and the two variables become independent, which is also apparent from joint distribution function.
- If X and Y are standard normal variates with correlation coefficient \rho between them then the correlation coefficient between X^2 and Y^2 is given by \rho^2. Also, X+Y and X-Y are independent.
Multivariate Normal Distribution:
It is a generalization of the bivariate normal distribution when we have two or more random variables. The variables X1, X2,…, Xn are said to have multivariable normal distribution if a1X1+…..+anXn is distributed normally for all ai. Each of the variables is separately distributed normally, that is their marginal distribution is normal. A similar kind of definition as above can be given in terms of the probability distribution function. An example of a situation of a multivariate normal distribution would be if we were to jointly model the heights of a father, mother and their child.