Skip to content

Commit 1b2ebab

Browse files
committed
Typo fixes in the documentation
Contributed by @sarlinpe Change-Id: I26435bbcb4b99886c7df76cfb798fcf13589db2d
1 parent 2ffeb94 commit 1b2ebab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/nnls_covariance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Where :math:`S` is a positive semi-definite matrix denoting the
5050
covariance of :math:`y`, then the maximum likelihood problem to be
5151
solved is
5252

53-
o.. math:: x^* = \arg \min_x f'(x) S^{-1} f(x)
53+
.. math:: x^* = \arg \min_x f'(x) S^{-1} f(x)
5454

5555
and the corresponding covariance estimate of :math:`x^*` is given by
5656

docs/source/nnls_modeling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ consistent, the following identities must be satisfied at all points
13311331
element.
13321332
2. For all :math:`y` on the manifold, :math:`\boxplus(x,
13331333
\boxminus(y,x)) = y`. This ensures that any :math:`y` can be
1334-
reached from math:`x`.
1334+
reached from :math:`x`.
13351335
3. For all :math:`\Delta`, :math:`\boxminus(\boxplus(x, \Delta), x) =
13361336
\Delta`. This ensures that :math:`\boxplus` is an injective
13371337
(one-to-one) map.

0 commit comments

Comments
 (0)