Skip to content

Commit dee75f3

Browse files
authored
Merge pull request #171 from JoramSoch/master
added 1 proof
2 parents 9fc54af + 7dbf472 commit dee75f3

2 files changed

Lines changed: 68 additions & 18 deletions

File tree

I/ToC.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -352,24 +352,25 @@ title: "Table of Contents"
352352
&emsp;&ensp; 3.2.5. **[Relationship to standard normal distribution](/P/norm-snorm3)** (3) <br>
353353
&emsp;&ensp; 3.2.6. **[Relationship to chi-squared distribution](/P/norm-chi2)** <br>
354354
&emsp;&ensp; 3.2.7. **[Relationship to t-distribution](/P/norm-t)** <br>
355-
&emsp;&ensp; 3.2.8. **[Gaussian integral](/P/norm-gi)** <br>
356-
&emsp;&ensp; 3.2.9. **[Probability density function](/P/norm-pdf)** <br>
357-
&emsp;&ensp; 3.2.10. **[Moment-generating function](/P/norm-mgf)** <br>
358-
&emsp;&ensp; 3.2.11. **[Cumulative distribution function](/P/norm-cdf)** <br>
359-
&emsp;&ensp; 3.2.12. **[Cumulative distribution function without error function](/P/norm-cdfwerf)** <br>
360-
&emsp;&ensp; 3.2.13. **[Probability of being within standard deviations from mean](/P/norm-probstd)** <br>
361-
&emsp;&ensp; 3.2.14. **[Quantile function](/P/norm-qf)** <br>
362-
&emsp;&ensp; 3.2.15. **[Mean](/P/norm-mean)** <br>
363-
&emsp;&ensp; 3.2.16. **[Median](/P/norm-med)** <br>
364-
&emsp;&ensp; 3.2.17. **[Mode](/P/norm-mode)** <br>
365-
&emsp;&ensp; 3.2.18. **[Variance](/P/norm-var)** <br>
366-
&emsp;&ensp; 3.2.19. **[Full width at half maximum](/P/norm-fwhm)** <br>
367-
&emsp;&ensp; 3.2.20. **[Extreme points](/P/norm-extr)** <br>
368-
&emsp;&ensp; 3.2.21. **[Inflection points](/P/norm-infl)** <br>
369-
&emsp;&ensp; 3.2.22. **[Differential entropy](/P/norm-dent)** <br>
370-
&emsp;&ensp; 3.2.23. **[Kullback-Leibler divergence](/P/norm-kl)** <br>
371-
&emsp;&ensp; 3.2.24. **[Maximum entropy distribution](/P/norm-maxent)** <br>
372-
&emsp;&ensp; 3.2.25. **[Linear combination](/P/norm-lincomb)** <br>
355+
&emsp;&ensp; 3.2.8. **[Special case of multivariate normal distribution](/P/norm-mvn)** <br>
356+
&emsp;&ensp; 3.2.9. **[Gaussian integral](/P/norm-gi)** <br>
357+
&emsp;&ensp; 3.2.10. **[Probability density function](/P/norm-pdf)** <br>
358+
&emsp;&ensp; 3.2.11. **[Moment-generating function](/P/norm-mgf)** <br>
359+
&emsp;&ensp; 3.2.12. **[Cumulative distribution function](/P/norm-cdf)** <br>
360+
&emsp;&ensp; 3.2.13. **[Cumulative distribution function without error function](/P/norm-cdfwerf)** <br>
361+
&emsp;&ensp; 3.2.14. **[Probability of being within standard deviations from mean](/P/norm-probstd)** <br>
362+
&emsp;&ensp; 3.2.15. **[Quantile function](/P/norm-qf)** <br>
363+
&emsp;&ensp; 3.2.16. **[Mean](/P/norm-mean)** <br>
364+
&emsp;&ensp; 3.2.17. **[Median](/P/norm-med)** <br>
365+
&emsp;&ensp; 3.2.18. **[Mode](/P/norm-mode)** <br>
366+
&emsp;&ensp; 3.2.19. **[Variance](/P/norm-var)** <br>
367+
&emsp;&ensp; 3.2.20. **[Full width at half maximum](/P/norm-fwhm)** <br>
368+
&emsp;&ensp; 3.2.21. **[Extreme points](/P/norm-extr)** <br>
369+
&emsp;&ensp; 3.2.22. **[Inflection points](/P/norm-infl)** <br>
370+
&emsp;&ensp; 3.2.23. **[Differential entropy](/P/norm-dent)** <br>
371+
&emsp;&ensp; 3.2.24. **[Kullback-Leibler divergence](/P/norm-kl)** <br>
372+
&emsp;&ensp; 3.2.25. **[Maximum entropy distribution](/P/norm-maxent)** <br>
373+
&emsp;&ensp; 3.2.26. **[Linear combination](/P/norm-lincomb)** <br>
373374

374375
3.3. t-distribution <br>
375376
&emsp;&ensp; 3.3.1. *[Definition](/D/t)* <br>

P/norm-mvn.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
layout: proof
3+
mathjax: true
4+
5+
author: "Joram Soch"
6+
affiliation: "BCCN Berlin"
7+
e_mail: "joram.soch@bccn-berlin.de"
8+
date: 2022-08-19 19:41:00
9+
10+
title: "Normal distribution is a special case of multivariate normal distribution"
11+
chapter: "Probability Distributions"
12+
section: "Univariate continuous distributions"
13+
topic: "Normal distribution"
14+
theorem: "Special case of matrix-normal distribution"
15+
16+
sources:
17+
- authors: "Wikipedia"
18+
year: 2022
19+
title: "Multivariate normal distribution"
20+
in: "Wikipedia, the free encyclopedia"
21+
pages: "retrieved on 2022-08-19"
22+
url: "https://en.wikipedia.org/wiki/Multivariate_normal_distribution"
23+
24+
proof_id: "P331"
25+
shortcut: "norm-snorm"
26+
username: "JoramSoch"
27+
---
28+
29+
30+
**Theorem:** The [normal distribution](/D/norm) is a special case of the [multivariate normal distribution](/D/mvn) with number of variables $n = 1$, i.e. [random vector](/D/rvec) $x \in \mathbb{R}$, mean $\mu \in \mathbb{R}$ and covariance matrix $\Sigma = \sigma^2$.
31+
32+
33+
**Proof:** The [probability density function of the multivariate normal distribution](/P/mvn-pdf) is
34+
35+
$$ \label{eq:mvn-pdf}
36+
\mathcal{N}(x; \mu, \Sigma) = \frac{1}{\sqrt{(2 \pi)^n |\Sigma|}} \cdot \exp \left[ -\frac{1}{2} (x-\mu)^\mathrm{T} \Sigma^{-1} (x-\mu) \right] \; .
37+
$$
38+
39+
Setting $n = 1$, such that $x, \mu \in \mathbb{R}$, and $\Sigma = \sigma^2$, we obtain
40+
41+
$$ \label{eq:norm-pdf}
42+
\begin{split}
43+
\mathcal{N}(x; \mu, \sigma^2) &= \frac{1}{\sqrt{(2 \pi)^1 |\sigma^2|}} \cdot \exp \left[ -\frac{1}{2} (x-\mu)^\mathrm{T} (\sigma^2)^{-1} (x-\mu) \right] \\
44+
&= \frac{1}{\sqrt{(2\pi) \sigma^2}} \cdot \exp\left[-\frac{1}{2 \sigma^2} (x-\mu)^2 \right] \\
45+
&= \frac{1}{\sqrt{2\pi} \sigma} \cdot \exp \left[ -\frac{1}{2} \left( \frac{x-\mu}{\sigma} \right)^2 \right]
46+
\end{split}
47+
$$
48+
49+
which is equivalent to the [probability density function of the normal distribution](/P/norm-pdf).

0 commit comments

Comments
 (0)