Fixed typo in formula (reviewer B)

This commit is contained in:
2018-05-02 09:52:37 +02:00
parent 7524b67a47
commit 35e1f4e0b3

View File

@@ -80,7 +80,7 @@ However, for many applications it is recommend to use the simple binning rule
\label{eq:simpleBinning} \label{eq:simpleBinning}
r_j(x,\delta) &= r_j(x,\delta) &=
\begin{cases} \begin{cases}
w_j & \text{if } x \in ((j-\frac{1}{2})\delta, (j-\frac{1}{2})\delta ] \\ w_j & \text{if } x \in ((j-\frac{1}{2})\delta, (j+\frac{1}{2})\delta ] \\
0 & \text{else} 0 & \text{else}
\end{cases} \end{cases}
\end{align} \end{align}