Skip to content

Commit 2a5bf16

Browse files
authored
added 1 definition
1 parent 071d222 commit 2a5bf16

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

D/const.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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-09 01:30:00
9+
10+
title: "Constant"
11+
chapter: "General Theorems"
12+
section: "Probability theory"
13+
topic: "Random variables"
14+
definition: "Constant"
15+
16+
sources:
17+
- authors: "ProofWiki"
18+
year: 2020
19+
title: "Definition: Constant"
20+
in: "ProofWiki"
21+
pages: "retrieved on 2020-09-09"
22+
url: "https://proofwiki.org/wiki/Definition:Constant#Definition"
23+
24+
def_id: "D96"
25+
shortcut: "const"
26+
username: "JoramSoch"
27+
---
28+
29+
30+
**Definition:** A constant is a quantity which does not change and thus always has the same value. From a statistical perspective, a constant is a [random variable](/D/rvar) which is equal to its [expected value](/D/mean)
31+
32+
$$ \label{eq:EX}
33+
X = \mathrm{E}(X)
34+
$$
35+
36+
or equivalently, whose [variance](/D/var) is zero
37+
38+
$$ \label{eq:VarX}
39+
\mathrm{Var}(X) = 0 \; .
40+
$$

0 commit comments

Comments
 (0)