introduction.tex 804 B

1234567891011121314151617
  1. %!TEX root = interventions.tex
  2. \section{SEMs}
  3. \subsection{SEMs}
  4. \begin{frame}{SEMs}
  5. \begin{block}{Structural Equaltion Model (kurz: SEM)}
  6. Ein \textit{Strukturgleichungsmodel} ist ein Tupel
  7. $\mathcal{S} := (\mathcal{S}, \mathbb{P}^\mathbf{N})$, wobei
  8. $\mathcal{S} = (S_1, \dots, S_p)$ ein Tupel aus $p$ Gleichungen
  9. \[S_j : X_j = f_j(\mathbf{PA}_j, N_j), \;\;\; j=1, \dots, p\]
  10. ist und $\mathbf{PA}_j \subseteq \Set{X_1, \dots, X_p} \setminus \Set{X_j}$
  11. die \textit{Eltern von $X_j$} und $\mathbb{P}^\mathbf{N} = \mathbb{P}^{N_1, \dots, N_p}$
  12. die gemeinsame Verteilung der Rauschvariablen ist. Diese müssen
  13. von einander unabhängig sein, $\mathbb{P}^\mathbf{N}$ muss also eine
  14. Produktverteilung sein.
  15. \end{block}
  16. \end{frame}