bachelor_thesis/latex/tex/monte-carlo.tex

15 lines
529 B
TeX
Raw Normal View History

2020-04-07 20:51:03 +02:00
%%% Local Variables: ***
%%% mode: latex ***
%%% TeX-master: "../document.tex" ***
%%% End: ***
2020-04-10 14:51:26 +02:00
\chapter{Survey of elementary Monte-Carlo Methods}%
2020-04-07 20:51:03 +02:00
\label{chap:mc}
Monte-carlo methods for multidimensional integration and sampling of
probability distributions are central tools of modern particle
physics. Therefore some simple methods and algorithms are being
studied and implemented here and will be applied to the results
2020-05-13 10:37:16 +02:00
from \cref{chap:qqgg}. The \verb|python| code for the implementation
can be found in \cref{sec:mcpy}.