MW 3:15-4:30, 200-002
The course has an email list that reaches all TAs as well as the professor: stats306b-spr1213-staff@lists.stanford.edu.
All questions should be directed to this email list, rather than TA or the instructor.
I will be writing notes as we go, following in part, some of Brad Efron’s notes. Notes will include computer examples, and be written in ipython notebooks. The examples will be both in R and python.
I’ve created an ipython profile for the course, that will load some libraries automatically, which I will use in my examples. To use it, clone the git repo with
cd $HOME/.ipython
git clone https://github.com/jonathan-taylor/profile_stats306b.git profile_stats306b
Then, starting the notebook server with
ipython notebook --profile=stats306b
will give you access to the same profile used in executing the code.
Some familiarity with linear algebra and statistical methods, preferably having taken some of STATS300 sequence.
This is a course on exponential families and generalized linear models. We will cover the following topics (with some subject to change as we go)