- binomial.ps -- first two pages discussed on 8/30
- eda.S -- EDA notes from 9/8 and 9/13
- eggs.S -- EDA notes from 9/11
- inference.ps -- inference notes from 9/15
- binomial.ps -- slides on binomials/proportions for 9/18, 9/20, and beyond
- prop.demo.S -- S code from 9/18
- binom.S -- S code from 9/25
- binomrank.ps -- slides on posterior ranks via simulation from 9/25
- binomrank.S -- S code from 9/27
- hierarch.ps -- slides on hierarchical models and Q-Q plots from 9/29 and 10/2
- hierarch.S -- S code from 10/2
- regression.ps -- slides on simple linear regression from 10/4 and 10/6
- regression.S -- S code from 10/4 and 10/6
- multregr.ps -- slides on multiple linear regression from 10/9, 10/11 and 10/13
- multregr.S -- S code from 10/9, 10/11 and 10/13
- Cintro.ps -- slides on introductory C programming from 10/18, 10/20, 10/23, part of 10/25, 10/30, and part of 11/1
- randnum.ps -- slides on generating random numbers in C from 10/25
- multfiles.ps -- slides on using multiple source files (e.g., a file of random number generators), and other useful things (top, nice, background) from 11/1 and 11/3
- mcmc.ps -- slides on Markov chain Monte Carlo from 11/6, 11/8, 11/10, and 11/13
- fortran.ps -- slides on dynamic memory allocation, using qsort(), and calling fortran routines, especially ones from IMSL, BLAS, and LAPACK; and also notes on pseudo-dynamic memory allocation using gcc, and notes on HW 7 and 8, from 11/15, 11/17, and 11/20
- multnorm.ps -- slides on generating random multivariate normals and doing Bayesian linear regression from 11/27
- unix.ps -- slides on various useful unix commands from 11/29
All of the C code from class examples can be found here
Problems of Proportions -- Supplementary reading courtesy of Mike West
Linear Regression -- More supplementary reading courtesy of Mike West
The V.A. research project report