summaryrefslogtreecommitdiffstats
path: root/definitions.tex
diff options
context:
space:
mode:
authorStratis Ioannidis <stratis@stratis-Latitude-E6320.(none)>2012-10-30 17:58:56 -0700
committerStratis Ioannidis <stratis@stratis-Latitude-E6320.(none)>2012-10-30 17:58:56 -0700
commit60efcc1d97c0cad6446db44dd1b25baf67c57566 (patch)
tree0434b1f5ef6fcf4e631f46f8fd5d58ccc62ab4b2 /definitions.tex
parent2d54b5d27ffd2782aec0bab8200b5b9e55585805 (diff)
downloadrecommendation-60efcc1d97c0cad6446db44dd1b25baf67c57566.tar.gz
D-optimality
Diffstat (limited to 'definitions.tex')
-rw-r--r--definitions.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/definitions.tex b/definitions.tex
index e603e5a..03cba22 100644
--- a/definitions.tex
+++ b/definitions.tex
@@ -8,8 +8,8 @@
%\newcommand*{\defeq}{\stackrel{\text{def}}{=}}
\newcommand*{\defeq}{\equiv}
\newcommand{\var}{\mathop{\mathrm{Var}}}
-\newcommand{\condexp}[2]{\mathop{\mathbb{E}}\left[#1|#2\right]}
-\newcommand{\expt}[1]{\mathop{\mathbb{E}}\left[#1\right]}
+\newcommand{\condexp}[2]{{\mathbb{E}}[#1|#2]}
+\newcommand{\expt}[1]{{\mathbb{E}}[#1]}
\newcommand{\norm}[1]{\lVert#1\rVert}
\newcommand{\tr}[1]{#1^*}
\newcommand{\ip}[2]{\langle #1, #2 \rangle}
@@ -18,6 +18,7 @@
\DeclareMathOperator*{\argmax}{arg\,max}
\DeclareMathOperator*{\argmin}{arg\,min}
\newcommand{\reals}{\ensuremath{\mathbbm{R}}}
+\newcommand{\prob}{\ensuremath{\mathrm{Pr}}}
\newcommand{\stratis}[1]{\textcolor{red}{Stratis: #1}}
\newcommand{\thibaut}[1]{\textcolor{blue}{Thibaut: #1}}
\newcommand{\T}[1]{#1^T}