Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdm committed Apr 5, 2024
2 parents 89ad11c + 1c832d0 commit 56b3a16
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store

# Images
*.pdf
*.png
Expand Down
21 changes: 12 additions & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2 property="alternativeHeadline">Outlier-robust Kalman Filtering through gener


<figure>
<img src="./intro-plot.png" style="width: 80%; height:auto">
<img src="intro-plot.png" style="width: 80%; height:auto">
<figcaption>
The dotted blue line shows the KF posterior mean estimate and
the solid orange line shows the WoLF posterior mean estimate.
Expand Down Expand Up @@ -154,7 +154,7 @@ <h2 property="alternativeHeadline">Outlier-robust Kalman Filtering through gener
<ol>
<li> The inverse multi-quadratic (IMQ) —
a <i>compensation-based</i> weighting function, and
<li> The tresholded Mahalanobis distance (TMD) —
<li> The thresholded Mahalanobis distance (TMD) —
a <i>detect-and-reject</i> weighting function.
</ol>
</p>
Expand All @@ -167,7 +167,7 @@ <h2 property="alternativeHeadline">Outlier-robust Kalman Filtering through gener
</p>

<p>
<strong>Tresholded Mahalanobis-based weighting function (TMD) </strong>
<strong>Thresholded Mahalanobis-based weighting function (TMD) </strong>
$$
W_{t}(\bm y_{1:t}) =
\begin{cases}
Expand Down Expand Up @@ -210,7 +210,7 @@ <h2 property="alternativeHeadline">Outlier-robust Kalman Filtering through gener
<ol>
<strong>Remarks</strong>
<li> The Kalman filter is <strong>not</strong> outlier-robust.</li>
<li> The IMQ and TMD are outlier-robust.</li>
<li> Filters with IMQ and TMD weighting function are outlier-robust.</li>
</ol>

<figure>
Expand Down Expand Up @@ -249,7 +249,7 @@ <h2 property="alternativeHeadline">Outlier-robust Kalman Filtering through gener
</tr>
<tr>
<td>KF-B</td>
<td>\(O(I_{-\epsilon}\,p^3)\)</td>
<td>\(O(I\,p^3)\)</td>
<td>3</td>
<td>Wang2018</td>
</tr>
Expand Down Expand Up @@ -279,8 +279,9 @@ <h2 property="alternativeHeadline">Outlier-robust Kalman Filtering through gener
</tr>
</tbody>
<caption>
Below, \(I\) is the number of inner iterations, \(I_{-\epsilon}\) is the number of inner iterations to reach a threshold \(\epsilon\),
\(p\) is the dimension of the state vector, and #HP is the number of hyperparameters.
Below, \(I\) is the number of inner iterations,
\(p\) is the dimension of the state vector,
and #HP is the number of hyperparameters.
</caption>
</table>
</article>
Expand Down Expand Up @@ -490,12 +491,14 @@ <h3>Data assimilation</h3>

<footer>
<aside>
<pre>github.com/gerdm/weighted-likelihood-filter</pre>
<small>
<pre>github.com/gerdm/weighted-likelihood-filter</pre>
</small>
</aside>
<div>
</div>
<aside>
</aside>
</footer>
</body>
</html>
</html>

0 comments on commit 56b3a16

Please sign in to comment.