From c3c132920f72b7ae3ea1f90017f8372b3c04887d Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 15 Dec 2025 18:27:06 +0100 Subject: [PATCH] New macros --- _macros.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_macros.tex b/_macros.tex index 47232e1..ccdd6ca 100644 --- a/_macros.tex +++ b/_macros.tex @@ -1,3 +1,6 @@ \newcommand{\ELBO}[2]{\mathcal{J}(#1,#2)} \newcommand{\R}{\mathcal{R}} \newcommand{\ELBORTheta}{\ELBO{\R}{\pmb{\theta}}} +\newcommand{\Var}{\mathbb{V}} +\newcommand{\Esp}{\mathbb{E}} +\newcommand{\Prob}{\mathbb{P}} \ No newline at end of file