Typo <noupdate>

This commit is contained in:
2025-06-14 15:37:35 +02:00
parent 7baa556800
commit 234455d41d
3 changed files with 3 additions and 3 deletions

View File

@ -611,7 +611,7 @@
\begin{description}
\item[Distributed gradient algorithm] \marginnote{Distributed gradient algorithm}
Method that estimates a (more precise) set of parameters as a weighted sum those of its neighbors' (self-loop included):
Method that estimates a (more precise) set of parameters as a weighted sum of those of its neighbors' (self-loop included):
\[
\vec{v}_i^{k+1} = \sum_{j \in \mathcal{N}_i} a_{ij} \z_j^k
\]