Skip to content

Commit 395f3fa

Browse files
committed
define identically distributed
1 parent e321287 commit 395f3fa

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

content/applied-math/probability-and-statistics/limit-theorems.tex

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,18 @@ \subsection{Law of Large Numbers}
170170
\@{Pairwise independence} is strictly weaker than \@{mutual independence}.
171171
\end{theorem}
172172

173+
\begin{definition}[Identically Distributed]
174+
Given \@{random variables} $X$ and $Y,$ we say $X$ and $Y$ are \textbf{identically distributed} if they have the same probability law, i.e.
175+
\[ X \overset{d}{=} Y \text{ if } P(X \in A) = P(Y \in A) \]
176+
177+
for every \@{measurable set} $A$ in their common \@{state space}. For \@{discrete random variables} this reduces to $P(X = x) = P(Y = x)$ for every possible value of $x.$ Equivalently, if they have the same \@{probability mass function} in the discrete case or the same \@{cumulative distribution function} in the real-valued case:
178+
\[ F_X(t) = F_Y(t) ~ \forall t. \]
179+
\end{definition}
180+
173181
\begin{definition}[Independent and Identically Distributed]\synonyms{"i.i.d."}
174-
\@{Random variables} $X_1, \dots, X_n$ are said to be \textbf{independent and identically distributed} if they are \@{mutually independent} and each has the same \@{probability distribution}; equivalently, if their joint \@{cumulative distribution function} factors as
182+
\@{Random variables} $X_1, \dots, X_n$ are said to be \textbf{independent and identically distributed} if they are \@{mutually independent} and \@{identically distributed}; equivalently, if their joint \@{cumulative distribution function} factors as
175183
\[ F_{X_1, \dots, X_n}(x_1, \dots, x_n) = \prod_{i=1}^{n} F(x_i), \]
176-
where $F$ is the common cumulative distribution function shared by every $X_i$ and $x_1, \dots, x_n$ are \@{real numbers}.
184+
where $F$ is the \@{common cumulative distribution function} shared by every $X_i$ and $x_1, \dots, x_n$ are \@{real numbers}.
177185
\end{definition}
178186

179187
\begin{theorem}[Law of Large Numbers]\label{law-of-large-numbers}

0 commit comments

Comments
 (0)