cleaning up

This commit is contained in:
Morten Hjorth-Jensen
2021-08-24 23:03:55 +02:00
parent 0e0bd18e28
commit e964e2fa24
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1205,7 +1205,7 @@ ways of dealing with outliers.
The Huber cost function is defined as
!bt
\[
H_{\delta}(a)=\left\{\begin{array}\frac{1}{2}a^{2}&{\text{for }}|a|\leq \delta ,\\ \delta (|a|-{\frac {1}{2}\delta ),&{\text{otherwise.}\end{array}\right.
H_{\delta}(a)=\left\{\begin{array}\frac{1}{2}a^{2}&{\text{for }}|a|\leq \delta ,\\ \delta (|a|-\frac {1}{2}\delta ),&{\text{otherwise.}\end{array}\right.
\]
!et
Here $a=\bm{y} - \bm{\tilde{y}}$.