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
@@ -1654,7 +1654,7 @@ ways of dealing with outliers.
The Huber cost function is defined as
<p>&nbsp;<br>
$$
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.
$$
<p>&nbsp;<br>
+1 -1
View File
@@ -1628,7 +1628,7 @@ ways of dealing with outliers.
<p>
The Huber cost function is defined as
$$
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.
$$
Here \( a=\boldsymbol{y} - \boldsymbol{\tilde{y}} \).
+1 -1
View File
@@ -1633,7 +1633,7 @@ ways of dealing with outliers.
<p>
The Huber cost function is defined as
$$
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.
$$
Here \( a=\boldsymbol{y} - \boldsymbol{\tilde{y}} \).
Binary file not shown.
+1 -1
View File
@@ -1784,7 +1784,7 @@
"metadata": {},
"source": [
"$$\n",
"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.\n",
"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.\n",
"$$"
]
},
+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}}$.