Skip to content

Commit fb0da8e

Browse files
committed
corrected some pages
Several small mistakes/errors were corrected in several proofs/definitions.
1 parent 400bf92 commit fb0da8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

P/dir-ep.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ $$ \label{eq:Gam-EP2}
170170
p(\forall_{j \neq i} \left[ q_i > q_j \right]|q_i) = \prod_{j \neq i} p(q_i > q_j|q_i) = \prod_{j \neq i} \frac{\gamma(\alpha_j,q_i)}{\Gamma(\alpha_j)} \; .
171171
$$
172172

173-
In order to obtain the exceedance probability $\varphi_i$, the dependency on $q_i$ in this probability still has to be removed. From equations (\ref{eq:Dir-EP-def}) and (\ref{eq:Gam-Dir-eq}), it follows that
173+
In order to obtain the exceedance probability $\varphi_i$, the dependency on $q_i$ in this probability still has to be removed. From equations \eqref{eq:Dir-EP-def} and \eqref{eq:Gam-Dir-eq}, it follows that
174174

175175
$$ \label{eq:Dir-EP2a}
176176
\varphi_i = p(\forall_{j \neq i} \left[ r_i > r_j \right]) = p(\forall_{j \neq i} \left[ q_i > q_j \right]) \; .
@@ -182,13 +182,13 @@ $$ \label{eq:Dir-EP2b}
182182
\varphi_i = \int_0^\infty p(\forall_{j \neq i} \left[ q_i > q_j \right]|q_i) \, p(q_i) \, \mathrm{d}q_i \; .
183183
$$
184184

185-
With (\ref{eq:Gam-EP2}) and (\ref{eq:Gam-Dir-A}), this becomes
185+
With \eqref{eq:Gam-EP2} and \eqref{eq:Gam-Dir-A}, this becomes
186186

187187
$$ \label{eq:Dir-EP2c}
188188
\varphi_i = \int_0^\infty \prod_{j \neq i} \left( p(q_i > q_j|q_i) \right) \cdot \mathrm{Gam}(q_i;\alpha_i,1) \, \mathrm{d}q_i \; .
189189
$$
190190

191-
And with (\ref{eq:Gam-EP1}) and (\ref{eq:Gam-pdf}), it becomes
191+
And with \eqref{eq:Gam-EP1} and \eqref{eq:Gam-pdf}, it becomes
192192

193193
$$ \label{eq:Dir-EP-qed}
194194
\varphi_i = \int_0^\infty \prod_{j \neq i} \left( \frac{\gamma(\alpha_j,q_i)}{\Gamma(\alpha_j)} \right) \cdot \frac{q_i^{\alpha_i-1} \exp[-q_i]}{\Gamma(\alpha_i)} \, \mathrm{d}q_i \; .

0 commit comments

Comments
 (0)