Skip to content

Commit 0daf775

Browse files
authored
added 2 definitions
1 parent 8211aed commit 0daf775

2 files changed

Lines changed: 96 additions & 0 deletions

File tree

D/max.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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-11-12 05:33:00
9+
10+
title: "Maximum"
11+
chapter: "General Theorems"
12+
section: "Probability theory"
13+
topic: "Further summary statistics"
14+
definition: "Maximum"
15+
16+
sources:
17+
- authors: "Wikipedia"
18+
year: 2020
19+
title: "Sample maximum and minimum"
20+
in: "Wikipedia, the free encyclopedia"
21+
pages: "retrieved on 2020-11-12"
22+
url: "https://en.wikipedia.org/wiki/Sample_maximum_and_minimum"
23+
24+
def_id: "D108"
25+
shortcut: "max"
26+
username: "JoramSoch"
27+
---
28+
29+
30+
**Definition:** The maximum of a sample or random variable is its highest observed or possible value.
31+
32+
<br>
33+
1) Let $x = \left\lbrace x_1, \ldots, x_n \right\rbrace$ be a [sample](/D/samp) from a [random variable](/D/rvar) $X$. Then, the maximum of $x$ is
34+
35+
$$ \label{eq:max-samp}
36+
\mathrm{max}(x) = x_j, \quad \text{such that} \quad x_j \geq x_i \quad \text{for all} \quad i = 1, \ldots, n, \; i \neq j \; ,
37+
$$
38+
39+
i.e. the maximum is the value which is larger than or equal to all other observed values.
40+
41+
<br>
42+
2) Let $X$ be a [random variable](/D/rvar) with possible values $\mathcal{X}$. Then, the maximum of $X$ is
43+
44+
$$ \label{eq:max-rvar}
45+
\mathrm{max}(X) = \tilde{x}, \quad \text{such that} \quad \tilde{x} > x \quad \text{for all} \quad x \in \mathcal{X}\setminus\left\lbrace \tilde{x} \right\rbrace \; ,
46+
$$
47+
48+
i.e. the maximum is the value which is larger than all other possible values.

D/min.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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-11-12 05:25:00
9+
10+
title: "Minimum"
11+
chapter: "General Theorems"
12+
section: "Probability theory"
13+
topic: "Further summary statistics"
14+
definition: "Minimum"
15+
16+
sources:
17+
- authors: "Wikipedia"
18+
year: 2020
19+
title: "Sample maximum and minimum"
20+
in: "Wikipedia, the free encyclopedia"
21+
pages: "retrieved on 2020-11-12"
22+
url: "https://en.wikipedia.org/wiki/Sample_maximum_and_minimum"
23+
24+
def_id: "D107"
25+
shortcut: "min"
26+
username: "JoramSoch"
27+
---
28+
29+
30+
**Definition:** The minimum of a sample or random variable is its lowest observed or possible value.
31+
32+
<br>
33+
1) Let $x = \left\lbrace x_1, \ldots, x_n \right\rbrace$ be a [sample](/D/samp) from a [random variable](/D/rvar) $X$. Then, the minimum of $x$ is
34+
35+
$$ \label{eq:min-samp}
36+
\mathrm{min}(x) = x_j, \quad \text{such that} \quad x_j \leq x_i \quad \text{for all} \quad i = 1, \ldots, n, \; i \neq j \; ,
37+
$$
38+
39+
i.e. the minimum is the value which is smaller than or equal to all other observed values.
40+
41+
<br>
42+
2) Let $X$ be a [random variable](/D/rvar) with possible values $\mathcal{X}$. Then, the minimum of $X$ is
43+
44+
$$ \label{eq:min-rvar}
45+
\mathrm{min}(X) = \tilde{x}, \quad \text{such that} \quad \tilde{x} < x \quad \text{for all} \quad x \in \mathcal{X}\setminus\left\lbrace \tilde{x} \right\rbrace \; ,
46+
$$
47+
48+
i.e. the minimum is the value which is smaller than all other possible values.

0 commit comments

Comments
 (0)