fix bayes

This commit is contained in:
Daniel Thiem 2012-09-25 12:48:39 +02:00
parent b52ca24055
commit c421f7183f
2 changed files with 814 additions and 812 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@
\title{Stochastische Signale und Systeme}
\subtitle{Zusammenfassung Formeln}
\subsubtitle{Autor: Daniel Thiem - studium@daniel-thiem.de\\Version 0.9.6 - 24.09.2012}
\subsubtitle{Autor: Daniel Thiem - studium@daniel-thiem.de\\Version 0.9.6.2 - 25.09.2012}
\maketitle
\newpage
@ -123,7 +123,7 @@ F(x) &= \begin{cases}
\begin{equation}
P(A|B) = \frac{P(A \cap B)}{P(B)}
\Rightarrow P(A_k|B) = \frac{P(A_k \cdot P(B|A_k))}{\sum\limits_{i=1}^n P(B|A_i) \cdot P(A_i)}
\Rightarrow P(A_k|B) = \frac{P(A_k) \cdot P(B|A_k)}{\sum\limits_{i=1}^n P(B|A_i) \cdot P(A_i)}
\end{equation}