Statistics [07]: Multivariate Normal Distributions
Published:
Bivariate and multivariate normal distributions.
Bivariate Distributions
The two variables in a bivariate normal are both are normally distributed, and they have a normal distribution when both are added together. Visually, the bivariate normal distribution is a three-dimensional bell curve.
A bivariate normal distribution can be expressed as
where is the correlation coefficient between and . And the probability density function is
Let
The above equation can be reformulated as
Example
A bivariate normal distribution satisfies , assume and , find .
Firstly,
.
Hence, and are independent and
Therefore,
Multivariate Normal Distributions
A multivariate nromal distribution can be expressed as
where
The probability density function would be
The sufficient and necessary condition that are mutually independent is that every two of are unrelated.
Linear Transformation of Normal Distribution
Property 1
Assume -dimensional random vector , is a -dimensional invertible matrix, . Then
.
Property 2
Assume -dimensional random vector , is a -dimensional matrix, , . Then
.
Property 3
Assume are independent, , , , where are not all zeros. Then
.
Table of Contents
- Probability vs Statistics
- Shakespear’s New Poem
- Some Common Discrete Distributions
- Some Common Continuous Distributions
- Statistical Quantities
- Order Statistics
- Multivariate Normal Distributions
- Conditional Distributions and Expectation
- Problem Set [01] - Probabilities
- Parameter Point Estimation
- Evaluation of Point Estimation
- Parameter Interval Estimation
- Problem Set [02] - Parameter Estimation
- Parameter Hypothesis Test
- t Test
- Chi-Squared Test
- Analysis of Variance
- Summary of Statistical Tests
- Python [01] - Data Representation
- Python [02] - t Test & F Test
- Python [03] - Chi-Squared Test
- Experimental Design
- Monte Carlo
- Variance Reducing Techniques
- From Uniform to General Distributions
- Problem Set [03] - Monte Carlo
- Unitary Regression Model
- Multiple Regression Model
- Factor and Principle Component Analysis
- Clustering Analysis
- Summary
Comments