diff --git a/Lectures_my/MC_2016/Lecture8/mchrzasz.log b/Lectures_my/MC_2016/Lecture8/mchrzasz.log index e086a9a..9a0e2d7 100644 --- a/Lectures_my/MC_2016/Lecture8/mchrzasz.log +++ b/Lectures_my/MC_2016/Lecture8/mchrzasz.log @@ -1,4 +1,4 @@ -This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013/Debian) (format=xelatex 2015.4.1) 9 MAY 2016 10:32 +This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013/Debian) (format=xelatex 2015.4.1) 3 JUN 2016 10:48 entering extended mode restricted \write18 enabled. %&-line parsing enabled. @@ -3025,7 +3025,7 @@ ] File: images/mark.png Graphic file (type QTm) -Overfull \hbox (4.38205pt too wide) detected at line 589 +Overfull \hbox (4.38205pt too wide) detected at line 588 [][][] $[]$[][][][][][][][] $[]$[][][][][][][][] $[]$[][][][][][] [] @@ -3094,7 +3094,7 @@ ] File: images/mark2.png Graphic file (type QTm) -Overfull \hbox (4.38205pt too wide) detected at line 720 +Overfull \hbox (4.38205pt too wide) detected at line 719 [][][] $[]$[][][][][][][][] $[]$[][][][][][][][] $[]$[][][][][][] [] @@ -3119,7 +3119,7 @@ [17 ] -Overfull \vbox (1.07576pt too high) detected at line 747 +Overfull \vbox (1.07576pt too high) detected at line 746 [] File: images/BG_lower.png Graphic file (type QTm) @@ -3258,15 +3258,15 @@ \tf@snm=\write13 \openout13 = `mchrzasz.snm'. -Package atveryend Info: Empty hook `BeforeClearDocument' on input line 838. -Package atveryend Info: Empty hook `AfterLastShipout' on input line 838. +Package atveryend Info: Empty hook `BeforeClearDocument' on input line 837. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 837. (./mchrzasz.aux) -Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 838. -Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 838. +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 837. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 837. Package logreq Info: Writing requests to 'mchrzasz.run.xml'. \openout1 = `mchrzasz.run.xml'. -Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 838. +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 837. ) Here is how much of TeX's memory you used: 50453 strings out of 493918 diff --git a/Lectures_my/MC_2016/Lecture8/mchrzasz.pdf b/Lectures_my/MC_2016/Lecture8/mchrzasz.pdf index 39938f8..5287137 100644 --- a/Lectures_my/MC_2016/Lecture8/mchrzasz.pdf +++ b/Lectures_my/MC_2016/Lecture8/mchrzasz.pdf Binary files differ diff --git a/Lectures_my/MC_2016/Lecture8/mchrzasz.synctex.gz b/Lectures_my/MC_2016/Lecture8/mchrzasz.synctex.gz index 5a9c86f..bb74edb 100644 --- a/Lectures_my/MC_2016/Lecture8/mchrzasz.synctex.gz +++ b/Lectures_my/MC_2016/Lecture8/mchrzasz.synctex.gz Binary files differ diff --git a/Lectures_my/MC_2016/Lecture8/mchrzasz.tex b/Lectures_my/MC_2016/Lecture8/mchrzasz.tex index 946a323..b50de69 100644 --- a/Lectures_my/MC_2016/Lecture8/mchrzasz.tex +++ b/Lectures_my/MC_2016/Lecture8/mchrzasz.tex @@ -309,7 +309,7 @@ \item Algorithm: \begin{enumerate} \item We choose first element of the first equation with probability $p$ and second with probability $1-p$. -\item We we choose the second one, the outcome of this MCMC is $W=A$. +\item I we choose the second one, the outcome of this MCMC is $W=A$. \item If we choose the first we go to second equation and choose the first element with probability $q$ and the second with $1-q$. \item We we choose the second one, the outcome of this MCMC is $W=B$. \item If we choose the first we go to the first equation back again. @@ -360,7 +360,6 @@ \item We are looking at discrete time steps: $1,2,3,...$ -\item At time $t$ the state is denoted $X_t$. \item The conditional probability is defined as: \end{itemize} \begin{equation} @@ -373,7 +372,7 @@ P(X_t=S_j \vert X_{t-1}=S_{j-1},..., X_{1}=S_{1}) = P(X_t=S_j \vert X_{t-1}=S_{j-1} )\nonumber \end{equation} \begin{itemize} -\item For this reason this reason MCMC is also knows as drunk sailor walk. +\item For this reason MCMC is also knows as drunk sailor walk. \item Very powerful method. Used to solve linear eq. systems, invert matrix, solve differential equations, etc. \item Also used in physics problems: Brown motions, diffusion, etc. \end{itemize}