From 8d978938f19b78f0e772bcb3282f2b44757510c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20V=C3=B6lkel?= <konrad.voelkel@hhu.de> Date: Fri, 16 Jun 2023 14:06:54 +0200 Subject: [PATCH] fixed stupid mistake --- statistische-modelle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statistische-modelle.md b/statistische-modelle.md index 0b86c06..4b9b98e 100644 --- a/statistische-modelle.md +++ b/statistische-modelle.md @@ -83,7 +83,7 @@ Die erste Komponente von $\Theta$ ist die Art der Verteilung $\{\text{uni, norm, ::: :::{admonition} Beispiel -$\mathcal{X}=\mathbb{R}^nN$ mit $\Theta = \mathbb{R} \times \mathbb{R}_{> 0}$ und $P_{\theta}^{\otimes N} = P_{\mu,\sigma}^{\otimes N}$ eine $n$-variate Normalverteilung ist das Standardmodell einer Stichprobe der Größe $N$ einer $n$-dimensionalen Zufallsvariable, die multivariat Normalverteilt ist. +$\mathcal{X}=\mathbb{R}^N$ mit $\Theta = \mathbb{R} \times \mathbb{R}_{> 0}$ und $P_{\theta}^{\otimes N} = P_{\mu,\sigma}^{\otimes N}$ eine univariate Normalverteilung ist das Standardmodell einer Stichprobe der Größe $N$ einer univariaten Zufallsvariable, die normalverteilt ist. ::: :::{admonition} Definition -- GitLab