The grading of the second course exam is on display on the bulletin board of the department.
Good news: The general level of the course was high. Everybody who attended both of the course exams will be accepted and there are going to be lots of 4s and 5s. The probability mass concentrating on the lower marks goes (virtually) to those students who censored themselves by not finishing the course.
Bad news: You will get your credits only after your practical work has been accepted.
There will be a summer exam on Thu 12 Aug at 10-14 (for those who did not come to both of the course exams). You have to register for that exam in the department office. The domain is the whole lecture material except that we leave out Sections 6.4, 10.5, 10.6, 10.7 and Chapter 11.
Prerequisites
Basic skills in linear algebra.
Basic skills in multivariate differential calculus (partial derivatives and multiple integrals).
Basic skills in calculating with multivariate joint and conditional distributions from probability theory (but measure theory is not needed).
Some previous exposure to Bayesian inference would be helpful.
Lectures
Weeks 3-9 and 11-18 Mon 12-14, Fri 12-14 in room B120.
No lectures or exercises on Fri Feb 26.
Easter holiday 1.-7.4.
Second course exam, room CK112, Mon 3 May at 12-14.
Domain of the exam: exercise sessions 5-9 and chapters 6, 7, 8 and 10, with the following exceptions. We skip sections 6.4, 7.4.4, 7.4.6, 8.5, 10.5, 10.6 and 10.7. Chapters 9 and 11 are not required for this exam.
When you read for the exam: don't try to memorize formulas, try to understand the ideas and how they are applied (but now you need to remember the formula for the M-H ratio r).
Two hours of time, four problems. I try to test your understanding of some of the central ideas. The computations required should be easier than in the exercises.
First course exam, Mon 1 Mar
Domain of the exam: chapters 1-5 except Sec 3.3.2. You don't need to memorize the details of the ratio of uniforms method. You can also skip Sec. 5.4.4. Exercise sessions 1-4
This course gives an overview of certain computational methods which are useful especially in Bayesian statistics. Topics include
Review of probability and Bayesian inference.
Methods for generating independent samples from distributions.
Classical Monte Carlo integration and importance sampling.
Approximating the posterior distribution using numerical quadrature or Laplace expansion.
MCMC methods: Gibbs and Metropolis-Hastings sampling.
Auxiliary variable methods in MCMC.
EM algorithm.
Multi-model inference.
MCMC theory.
Exams
Two course exams at the end of each of the periods III and IV. Alternatively, a separate exam.
You will get extra points by solving enough exercises, provided you take part in the two course exams.
Practical work
In order to get the credits, you need to pass also the compulsory practical work (harjoitustyö). The work should be done in groups of two or three. The aim is to implement the Metropolis--Hastings algorithm or the Gibbs sampler in some simple bivariate problem, where you can visualize your results. The result of this practical work should be a short report (not much text, 3-4 pages would be the ideal length) which includes
all the needed formulas (e.g., likelihood; prior; full conditionals, if these are needed)
a description of the algorithm (the code does not need to be included)
graphical and numerical summaries of the posterior
Project proposals:
(pdf) Gibbs sampler for allele frequencies in the ABO blood type system.
You should return your work by the end of September, 2010. However, I hope many of you are able to return the work even earlier. (Don't spend very much time on polishing the text; concentrate on getting the formulas into shape.)
Examples
B.txt Appendix B of the lecture notes: examples of MCMC samplers coded in R.
probit-gibbs.txt Gibbs sampler for probit regression (Sec. 8.4).
Revised ch. 10: A revised version of Ch. 10. There are many minor changes, and the explanation of how one gets BIC by using Laplace has been improved considerably.