summaryrefslogtreecommitdiff
path: root/ot/da.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-03-21 10:54:00 +0100
committerRémi Flamary <remi.flamary@gmail.com>2018-03-21 10:54:00 +0100
commit83c706cb6b1c9eb6ca033c58532b85c13b5d40f2 (patch)
tree497a64ead2654d0695d57dabb9bcb3c5269937fe /ot/da.py
parent0ce1a5ed14e44cd0c596fc0393eceeb8199d20d7 (diff)
pep cleanup
Diffstat (limited to 'ot/da.py')
-rw-r--r--ot/da.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/ot/da.py b/ot/da.py
index 5d62d43..cdebc91 100644
--- a/ot/da.py
+++ b/ot/da.py
@@ -692,8 +692,8 @@ def OT_mapping_linear(xs, xt, reg=1e-6, ws=None,
.. [14] Knott, M. and Smith, C. S. "On the optimal mapping of
distributions", Journal of Optimization Theory and Applications
Vol 43, 1984
-
- .. [15] Peyré, G., & Cuturi, M. (2017). "Computational Optimal
+
+ .. [15] Peyré, G., & Cuturi, M. (2017). "Computational Optimal
Transport", 2018.
@@ -1293,7 +1293,7 @@ class LinearTransport(BaseTransport):
The function estimate the optimal linear operator that align the two
empirical distributions. This is equivalent to estimating the closed
form mapping between two Gaussian distribution :math:`N(\mu_s,\Sigma_s)`
- and :math:`N(\mu_t,\Sigma_t)` as proposed in [14] and discussed in
+ and :math:`N(\mu_t,\Sigma_t)` as proposed in [14] and discussed in
remark 2.29 in [15].
The linear operator from source to target :math:`M`
@@ -1324,8 +1324,8 @@ class LinearTransport(BaseTransport):
.. [14] Knott, M. and Smith, C. S. "On the optimal mapping of
distributions", Journal of Optimization Theory and Applications
Vol 43, 1984
-
- .. [15] Peyré, G., & Cuturi, M. (2017). "Computational Optimal
+
+ .. [15] Peyré, G., & Cuturi, M. (2017). "Computational Optimal
Transport", 2018.
"""