Make prop2 proof more consistent
This commit is contained in:
@@ -26438,8 +26438,8 @@ w_{t,k}^{\text{Naive}} = \frac{1}{K}\label{eq:naive_combination}
|
||||
<p><span class="math display">\[\begin{align}
|
||||
\rho_p(z) &=
|
||||
\begin{cases}
|
||||
z(1 - p) = z - zp, & \text{if } z > 0 \\
|
||||
z(0 - p) = -zp, & \text{if } z \leq 0
|
||||
z(1 - p) = z - zp, & \text{if } 0 < z \\
|
||||
z(0 - p) = -zp, & \text{if } 0 \geq z
|
||||
\end{cases} \\
|
||||
\rho_p'(z) &=
|
||||
\begin{cases}
|
||||
|
||||
Reference in New Issue
Block a user