The course instructor is Matteo Fasiolo (Fry GA.17). There are 2 lectures and one computer lab-based tutorial each week (see BB page for details). 20% of the course mark will be from an assessed practical project. The remaining 80% comes from a 2.5 hour exam consisting of 4 questions (no choice). Tutorial sheet questions provide the best preparation for the exam. See BB for the time and place of the office hours.
The course will be based on the following material:
Further relevant books are:
If you need to brush up on basic matrix algebra and multivariate calculus, you might want to have a look at:
These are some data sets that you might need during the course:
You can load them in R using code such as:
dat <- read.table("https://mfasiolo.github.io/TOI/confound.txt")
Here is some code that we will use:
The course work is different for MATH35600 and MATHM0019. The course work is to be completed in groups, to provide experience of team-working. You must arrange to be in a team with other students on the same course code as you (MATH35600 or MATHM0019). The coursework will be handed out on TBC.
The 2018 course work is here:
During the course we will use the R statistical software and the rjags package in particular. See the CRAN webpage to install R on your own computer. Before installing the rjags package, you will need to install the JAGS standalone software on your computer. See the installation instructions for different operating systems can be found here.