mirror of
https://github.com/youwen5/blog.git
synced 2025-02-21 01:41:11 -08:00
chore: clarify random variable
This commit is contained in:
parent
c0f7dfd5f4
commit
530c70cc82
2 changed files with 11 additions and 6 deletions
|
@ -22,13 +22,16 @@ allow Pandoc to render them to the web.
|
|||
First, some brief exposition on random variables. Quixotically, a random
|
||||
variable is actually a function.
|
||||
|
||||
Standard notation, $\Omega$ is sample space, $\omega$ is an event.
|
||||
Standard notation: $\Omega$ is a sample space, $\omega \in \Omega$ is an
|
||||
event.
|
||||
|
||||
*Definition. *
|
||||
|
||||
A **random variable** $X$ is a function
|
||||
$X:\Omega \rightarrow {\mathbb{R}}$ that gives the probability of an
|
||||
event $\omega \in \Omega$.
|
||||
$X:\Omega \rightarrow {\mathbb{R}}$ that takes the set of possible
|
||||
outcomes in a sample space, and maps it to a [measurable
|
||||
space](https://en.wikipedia.org/wiki/Measurable_space), typically (as in
|
||||
our case) a subset of $\mathbb{R}$.
|
||||
|
||||
*Definition. *
|
||||
|
||||
|
|
8
typst/2025-02-16-probability-distributions.typ
generated
8
typst/2025-02-16-probability-distributions.typ
generated
|
@ -29,11 +29,13 @@ render them.
|
|||
First, some brief exposition on random variables. Quixotically, a random
|
||||
variable is actually a function.
|
||||
|
||||
Standard notation, $Omega$ is sample space, $omega$ is an event.
|
||||
Standard notation: $Omega$ is a sample space, $omega in Omega$ is an event.
|
||||
|
||||
#definition[
|
||||
A *random variable* $X$ is a function $X : Omega -> RR$ that gives the
|
||||
probability of an event $omega in Omega$.
|
||||
A *random variable* $X$ is a function $X : Omega -> RR$ that takes the set of
|
||||
possible outcomes in a sample space, and maps it to a
|
||||
#link("https://en.wikipedia.org/wiki/Measurable_space")[measurable space],
|
||||
typically (as in our case) a subset of $RR$.
|
||||
]
|
||||
|
||||
#definition[
|
||||
|
|
Loading…
Reference in a new issue