summaryrefslogtreecommitdiffstats
path: root/definitions.tex
diff options
context:
space:
mode:
authorStratis Ioannidis <stratis@stratis-Latitude-E6320.(none)>2012-10-28 15:16:26 -0700
committerStratis Ioannidis <stratis@stratis-Latitude-E6320.(none)>2012-10-28 15:16:26 -0700
commit3fdd3c6674acfecffa3ec734f0183f1df6a239c1 (patch)
treeb595e3a821e6e2ae679dfd725f106c89964cc752 /definitions.tex
parentcc28557b334d2bc53e9c8243409550ea1c9f368f (diff)
downloadrecommendation-3fdd3c6674acfecffa3ec734f0183f1df6a239c1.tar.gz
file splitting
Diffstat (limited to 'definitions.tex')
-rw-r--r--definitions.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/definitions.tex b/definitions.tex
new file mode 100644
index 0000000..ca6b3ba
--- /dev/null
+++ b/definitions.tex
@@ -0,0 +1,16 @@
+\newtheorem{lemma}{Lemma}
+\newtheorem{fact}{Fact}
+\newtheorem{example}{Example}
+\newtheorem{prop}{Proposition}
+\newtheorem{theorem}{Theorem}
+\newcommand*{\defeq}{\stackrel{\text{def}}{=}}
+\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{\norm}[1]{\lVert#1\rVert}
+\newcommand{\tr}[1]{#1^*}
+\newcommand{\ip}[2]{\langle #1, #2 \rangle}
+\newcommand{\mse}{\mathop{\mathrm{MSE}}}
+\DeclareMathOperator{\trace}{tr}
+\DeclareMathOperator*{\argmax}{arg\,max}
+