[AMR] Start multi-sensor estimation

This commit is contained in:
2026-04-03 20:15:25 +02:00
parent ec704c378d
commit 85f3ef6940
5 changed files with 17 additions and 0 deletions
@@ -0,0 +1,4 @@
\subsection{Linear Least Squares}
\bi{Goal}: $\argmin{x \in \R^n} ||\mat{A}\vec{x} - b||^2_2$, $\mat{A}$: rows $i$-th datap. col $c$: $t_i^{c - 1}$.
\bi{Man. sol.}: comp. $M = A^\top A$, $b' = A^\top b$, then $Mx = b'$