dslwz2008 / stats-lecture-notes

Statistics lecture notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 90.2%Language:TeX 8.6%Language:Python 0.9%Language:JavaScript 0.1%Language:CSS 0.1%Language:Makefile 0.0%Language:HTML 0.0%