mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-04-28 16:19:23 +02:00
[PS] Start expected value
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
\shortdefinition[Pinhole projection]
|
||||
$\begin{bmatrix}
|
||||
u \\ v
|
||||
\end{bmatrix}
|
||||
= \frac{f}{z}
|
||||
\begin{bmatrix}
|
||||
x \\ y
|
||||
\end{bmatrix}$
|
||||
with $f$ the distance to the lens and $z$ the full distance
|
||||
@@ -0,0 +1,13 @@
|
||||
\subsection{Allgemeiner Erwartungswert}
|
||||
\shortdefinition Für $\cX : \Omega \rightarrow \R_+$, $\E[\cX] = \int_{0}^{\8} (1 - F_\cX(x)) \dx x$
|
||||
|
||||
\shortremark $\E[\cX]$ immer definiert und endlich oder unendlich
|
||||
|
||||
\shorttheorem $\cX$ n.-neg. Dann: $\E[\cX] \geq 0$. $=$, wenn $\cX = 0$ fast sicher
|
||||
|
||||
\shortdefinition $\E[\cX] = \E[\cX_+] - \E[\cX_-]$ mit $\cX_-$ auch n.-neg.
|
||||
|
||||
\shortremark $|\cX| = \cX_+ + \cX_-$. Für $\cX \geq 0$ ist $\E[\cX]$ immer definiert.
|
||||
Falls $\cX$ kein konst. Vorzeichen, $\E[\cX]$ undef.
|
||||
|
||||
\shortremark $\E[\cX] = \int_{0}^{\8} (1 - F_\cX(x)) \dx x - \int_{-\8}^{0} F_\cX(x)$
|
||||
@@ -0,0 +1,14 @@
|
||||
\subsection{Diskrete Zufallsvariablen}
|
||||
\shorttheorem Für $\cX$ mit Werten fast sicher in $W$:
|
||||
\[
|
||||
\E[\cX] = \sum_{x \in W} x \cdot \P[\cX = x] = \sum_{x \in W} x \cdot p_\cX(x)
|
||||
\]
|
||||
|
||||
\shortremark $\E[\cX]$ wohldefiniert falls $(x \cdot p_\cX(x))_{x \in W}$ abs. konv.
|
||||
|
||||
\subsubsection{Beispiele}
|
||||
\begin{itemize}
|
||||
\item $\cX \sim \text{Ber}(p)$: $\E[\cX] = p$
|
||||
\item $\cX \sim \text{Bin}(n, p)$: $\E[\cX] = np$
|
||||
\item $\cX \sim \text{Poisson}(\lambda)$: $\E[\cX] = \lambda$
|
||||
\end{itemize}
|
||||
Binary file not shown.
@@ -59,5 +59,11 @@
|
||||
\input{parts/02_discrete-continuous-rv/05_cont-distributions/03_normal.tex}
|
||||
% \input{parts/02_discrete-continuous-rv/}
|
||||
|
||||
\newsectionNoPB
|
||||
\section{Erwartungswert}
|
||||
\input{parts/03_expected-value/00_cont.tex}
|
||||
\input{parts/03_expected-value/01_disc.tex}
|
||||
% \input{parts/03_expected-value/}
|
||||
|
||||
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user