these-recap-hebdo/_macros.tex
Louis 1a1adca08d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Removing dup macros
2026-05-06 17:19:03 +02:00

11 lines
No EOL
373 B
TeX

\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}}
\newcommand{\calL}{\mathcal{L}}
\newcommand{\Normal}{\mathcal{N}}
\DeclareMathOperator{\ilr}{ilr}
\DeclareMathOperator{\clr}{clr}
\DeclareMathOperator{\Cat}{Cat}