Skip to content

Commit e5faac5

Browse files
authored
added 1 definition
1 parent bc0dfbd commit e5faac5

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

D/rvar-disc.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-10-29 04:44:00
9+
10+
title: "Discrete and continuous random variable"
11+
chapter: "General Theorems"
12+
section: "Probability theory"
13+
topic: "Random variables"
14+
definition: "Discrete vs. continuous"
15+
16+
sources:
17+
- authors: "Wikipedia"
18+
year: 2020
19+
title: "Random variable"
20+
in: "Wikipedia, the free encyclopedia"
21+
pages: "retrieved on 2020-10-29"
22+
url: "https://en.wikipedia.org/wiki/Random_variable#Standard_case"
23+
24+
def_id: "D105"
25+
shortcut: "rvar-disc"
26+
username: "JoramSoch"
27+
---
28+
29+
30+
**Definition:** Let $X$ be a [random variable](/D/rvar) with possible outcomes $\mathcal{X}$. Then,
31+
32+
* $X$ is called a discrete random variable, if $\mathcal{X}$ is either a finite set or a countably infinite set; in this case, $X$ can be described by a [probability mass function](/D/pmf);
33+
34+
* $X$ is called a continuous random variable, if $\mathcal{X}$ is an uncountably infinite set; if it is absolutely continuous, $X$ can be described by a [probability density function](/D/pdf).

0 commit comments

Comments
 (0)