24 lines
934 B
Text
24 lines
934 B
Text
|
\NeedsTeXFormat{LaTeX2e}
|
||
|
\ProvidesPackage{vgmath}[2004/01/21 (Dr. Vincent Goulet)]
|
||
|
|
||
|
\newcommand{\pt}{{\scriptscriptstyle \Sigma}}
|
||
|
\newcommand{\pro}[2]{\mathrm{pro}(#1 | \mathcal{L}\{#2\})}
|
||
|
\newcommand{\prom}[2]{\mathrm{pro}(#1 | \mathcal{L}_{#1}\{#2\})}
|
||
|
\newcommand{\spn}[1]{\overline{\mathrm{sp}}\{ #1 \}}
|
||
|
\renewcommand{\L}[1]{\mathcal{L}\{ #1 \}}
|
||
|
\newcommand{\Lm}[2]{\mathcal{L}_{#1}\{ #2 \}}
|
||
|
\newcommand{\pscal}[2]{\langle #1, #2 \rangle}
|
||
|
\newcommand{\abs}[1]{\lvert #1 \rvert}
|
||
|
\newcommand{\norme}[1]{\lVert #1 \rVert}
|
||
|
\newcommand{\Esp}[1]{E\! \left[ #1 \right]}
|
||
|
\newcommand{\esp}[1]{E [ #1 ]}
|
||
|
\newcommand{\Var}[1]{\mathrm{Var}\! \left[ #1 \right]}
|
||
|
\newcommand{\var}[1]{\mathrm{Var} [ #1 ]}
|
||
|
\newcommand{\Varmat}[1]{\mathbf{V}\! \left[ #1 \right]}
|
||
|
\newcommand{\varmat}[1]{\mathbf{V} [ #1 ]}
|
||
|
\newcommand{\Cov}{\mathrm{Cov}}
|
||
|
\newcommand{\D}{\displaystyle}
|
||
|
\newcommand{\mat}[1]{\mathbf{#1}}
|
||
|
\newcommand{\diag}{\mathrm{diag}}
|
||
|
|
||
|
\endinput
|