Skip to content

hbcbh1999/stats-lecture-notes

 
 

Repository files navigation

STATS 306B / 191 Notebooks

This repo collects course material for STATS306B and STATS191, taught by Jonathan Taylor at Stanford.

The notebooks presume you are running in a certain ipython profile which is setup in ./profile_stats.

To check dependencies, and install this profile, run:

python check_install.py

from the terminal. This will, among other things, copy the profile_stats folder to your ~/.ipython directory, to give you an ipython profile called stats

To run the notebooks, change directory to the folder containing the notebooks and run ipython notebook --profile=stats from the command line.

knitr magic

Besides a custom .css, the stats ipython profile provides a new cell_magic %%knitr which produces R output as if run through knitr.

About

Statistics lecture notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 89.4%
  • TeX 9.3%
  • Python 0.9%
  • JavaScript 0.2%
  • CSS 0.1%
  • Makefile 0.1%