@@ -73,43 +73,31 @@ knit_print.matrix <- function(x, ..., digits = getOption("digits"), row.names =
7373
7474\renewcommand{\vec}[ 1] {\bm{#1 }}
7575\newcommand{\mat}[ 1] {\mathbf{#1 }}
76- %
7776\newcommand{\Lparen}[ 1] {\left( #1 \right)}
7877\newcommand{\Lbrack}[ 1] {\left[ #1 \right] }
7978\newcommand{\Lbrace}[ 1] {\left \{ #1 \right \} }
8079\newcommand{\Lceil}[ 1] {\left \lceil #1 \right \rceil}
8180\newcommand{\Lfloor}[ 1] {\left \lfloor #1 \right \rfloor}
82- %
8381\newcommand{\propp}[ 1] {P\Lparen{#1 }}
8482\newcommand{\proppCond}[ 2] {P\Lparen{\left. #1 \right\vert #2 }}
85- %
8683\newcommand{\expecp}[ 1] {E\Lparen{#1 }}
8784\newcommand{\expecpCond}[ 2] {E\Lparen{\left. #1 \right\vert #2 }}
88- %
8985\newcommand{\varp}[ 1] {\textrm{Var}\Lparen{#1 }}
9086\newcommand{\varpCond}[ 2] {\textrm{Var} \Lparen{\left. #1 \right\vert #2 }}
91- %
9287\newcommand{\corpCond}[ 2] {\textrm{Cor} \Lparen{\left. #1 \right\vert #2 }}
93- %
9488\newcommand{\covp}[ 1] {\textrm{Cov} \Lparen{#1 }}
9589\newcommand{\covpCond}[ 2] {\textrm{Cov} \Lparen{\left. #1 \right\vert #2 }}
96- %
9790\newcommand{\emNotee}[ 3] {#1_ {\left. #2 \right\vert #3 }}
9891\newcommand{\emNote}[ 4] {#1_ {\left. #2 \right\vert #3 }^{(#4 )}}
99- %
10092\newcommand{\ukfNote}[ 2] {\mat{P}_ {\vec{#1 }, \vec{#2 }}}
10193\newcommand{\ukfNotee}[ 3] {\mat{P}_ {\vec{#1 }_ {#3 }, \vec{#2 }_ {#3 }}}
102- %
10394\newcommand{\diag}[ 1] {\text{diag}{\Lparen{#1 }}}
10495\newcommand{\wvec}[ 1] {\widehat{\vec{#1 }}}
10596\newcommand{\wmat}[ 1] {\widehat{\mat{#1 }}}
10697\newcommand{\wtvec}[ 1] {\widetilde{\vec{#1 }}}
10798\newcommand{\bvec}[ 1] {\bar{\vec{#1 }}}
108- %
10999\newcommand{\deter}[ 1] {\left| #1 \right|}
110- %
111100\newcommand{\MyInd}[ 2] {\Lparen{#1 }_ {#2 }}
112- %
113101\newcommand{\xyzp}[ 2] {#1 \Lparen{#2 }}
114102\newcommand{\xyzpCond}[ 3] {#1 \Lparen{\left. #2 \right\vert #3 }}
115103
0 commit comments