Skip to content

Commit

Permalink
Try to build again
Browse files Browse the repository at this point in the history
  • Loading branch information
LukiLeu committed Jan 4, 2018
1 parent 3c1188a commit 4b117c9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion sections/simulation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ \subsubsection{Inversionsmethode (Kontinuierliche Zielverteilung)}
\begin{compactitem}
\item Gegeben: $x\sim U(0, 1)$
\item Gesucht: $y\sim U(a, b)$
\item Transformation: $y = a + (b ‐ a)x$
\item Transformation: $y = a+(b-a)x$
\item Beachte: $F_y(y) = \left\{\begin{array}{ll}
0 & y < 0 \\
\frac{y-a}{b-a} & a \leq y < b \\
Expand Down Expand Up @@ -309,3 +309,11 @@ \subsubsection{Inversionsmethode (Kontinuierliche Zielverteilung)}
\includegraphics[width=1\textwidth]{pictures/inversionsmethode2}
\end{example}
\end{multicols}

\subsubsection{Wahl geeigneter Seedwerte}
\begin{compactitem}
\item Der konkrete Seedwert spielt absolut keine Rolle (1, 2 oder 25343).
\item Wichtig ist, ob Seedwerte identisch oder nicht-identisch sein sollten.
\item Innerhalb eines Simulationslaufs: UNTERSCHIEDLICH
\item Wenn wir 2 verschiedene Szenarien vergleichen wollen, wählen wir allerdings mit Vorteil Seed-Sätze, die identisch sind, um somit den \aszeichen{Zufallseinfluss} so weit wie möglich zu minimieren.
\end{compactitem}

0 comments on commit 4b117c9

Please sign in to comment.