Skip to content

Commit effba3a

Browse files
authored
added 1 definition
1 parent 6b9f0a1 commit effba3a

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

D/std.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: definition
3+
mathjax: true
4+
5+
author: "Joram Soch"
6+
affiliation: "BCCN Berlin"
7+
e_mail: "joram.soch@bccn-berlin.de"
8+
date: 2020-09-03 05:43:00
9+
10+
title: "Standard deviation"
11+
chapter: "General Theorems"
12+
section: "Probability theory"
13+
topic: "Measures of statistical dispersion"
14+
definition: "Standard deviation"
15+
16+
sources:
17+
- authors: "Wikipedia"
18+
year: 2020
19+
title: "Standard deviation"
20+
in: "Wikipedia, the free encyclopedia"
21+
pages: "retrieved on 2020-09-03"
22+
url: "https://en.wikipedia.org/wiki/Standard_deviation#Definition_of_population_values"
23+
24+
def_id: "D94"
25+
shortcut: "std"
26+
username: "JoramSoch"
27+
---
28+
29+
30+
**Definition:** The standard deviation $\sigma$ of a [random variable](/D/rvar) $X$ with [expected value](/D/mean) $\mu$ is defined as the square root of the [variance](/D/var), i.e.
31+
32+
$$ \label{eq:std}
33+
\sigma(X) = \sqrt{\mathrm{E}\left[ (X-\mu)^2 \right]} \; .
34+
$$

0 commit comments

Comments
 (0)