Skip to content
Snippets Groups Projects
Commit 0d498e62 authored by Steve Schmerler's avatar Steve Schmerler
Browse files

Add TeX newcommands to 02_two_dim

parent 3d7b8d4f
Branches
Tags
1 merge request!2Update GP slides and notebooks
...@@ -14,6 +14,15 @@ ...@@ -14,6 +14,15 @@
# --- # ---
# In this notebook, we use a GP to fit a 2D data set. # In this notebook, we use a GP to fit a 2D data set.
# $\newcommand{\ve}[1]{\mathit{\boldsymbol{#1}}}$
# $\newcommand{\ma}[1]{\mathbf{#1}}$
# $\newcommand{\pred}[1]{\rm{#1}}$
# $\newcommand{\predve}[1]{\mathbf{#1}}$
# $\newcommand{\test}[1]{#1_*}$
# $\newcommand{\testtest}[1]{#1_{**}}$
# $\DeclareMathOperator{\diag}{diag}$
# $\DeclareMathOperator{\cov}{cov}$
#
# + # +
# ##%matplotlib notebook # ##%matplotlib notebook
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment