Skip to content

Commit bebc7a1

Browse files
authored
added 1 definition
1 parent 06dd29e commit bebc7a1

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

D/cf.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: 2021-09-22 09:20:00
9+
10+
title: "Characteristic function"
11+
chapter: "General Theorems"
12+
section: "Probability theory"
13+
topic: "Probability functions"
14+
definition: "Characteristic function"
15+
16+
sources:
17+
- authors: "Wikipedia"
18+
year: 2021
19+
title: "Characteristic function (probability theory)"
20+
in: "Wikipedia, the free encyclopedia"
21+
pages: "retrieved on 2021-09-22"
22+
url: "https://en.wikipedia.org/wiki/Characteristic_function_(probability_theory)#Definition"
23+
24+
def_id: "D159"
25+
shortcut: "cf"
26+
username: "JoramSoch"
27+
---
28+
29+
30+
**Definition:**
31+
32+
1) The characteristic function of a [random variable](/D/rvar) $X \in \mathbb{R}$ is
33+
34+
$$ \label{eq:cf-var}
35+
\varphi_X(t) = \mathrm{E} \left[ e^{itX} \right], \quad t \in \mathbb{R} \; .
36+
$$
37+
38+
2) The characteristic function of a [random vector](/D/rvec) $X \in \mathbb{R}^n$ is
39+
40+
$$ \label{eq:cf-vec}
41+
\varphi_X(t) = \mathrm{E} \left[ e^{i t^\mathrm{T}X} \right], \quad t \in \mathbb{R}^n \; .
42+
$$
43+
44+
3) The characteristic function of a [random matrix](/D/rmat) $X \in \mathbb{R}^{n \times p}$ is
45+
46+
$$ \label{eq:cf-mat}
47+
\varphi_X(t) = \mathrm{E} \left[ e^{i \, \mathrm{tr} \left( t^\mathrm{T}X \right)} \right], \quad t \in \mathbb{R}^{n \times p} \; .
48+
$$

0 commit comments

Comments
 (0)