@@ -692,8 +692,8 @@ def OT_mapping_linear(xs, xt, reg=1e-6, ws=None,
692692 .. [14] Knott, M. and Smith, C. S. "On the optimal mapping of
693693 distributions", Journal of Optimization Theory and Applications
694694 Vol 43, 1984
695-
696- .. [15] Peyré, G., & Cuturi, M. (2017). "Computational Optimal
695+
696+ .. [15] Peyré, G., & Cuturi, M. (2017). "Computational Optimal
697697 Transport", 2018.
698698
699699
@@ -1293,7 +1293,7 @@ class LinearTransport(BaseTransport):
12931293 The function estimate the optimal linear operator that align the two
12941294 empirical distributions. This is equivalent to estimating the closed
12951295 form mapping between two Gaussian distribution :math:`N(\mu_s,\Sigma_s)`
1296- and :math:`N(\mu_t,\Sigma_t)` as proposed in [14] and discussed in
1296+ and :math:`N(\mu_t,\Sigma_t)` as proposed in [14] and discussed in
12971297 remark 2.29 in [15].
12981298
12991299 The linear operator from source to target :math:`M`
@@ -1324,8 +1324,8 @@ class LinearTransport(BaseTransport):
13241324 .. [14] Knott, M. and Smith, C. S. "On the optimal mapping of
13251325 distributions", Journal of Optimization Theory and Applications
13261326 Vol 43, 1984
1327-
1328- .. [15] Peyré, G., & Cuturi, M. (2017). "Computational Optimal
1327+
1328+ .. [15] Peyré, G., & Cuturi, M. (2017). "Computational Optimal
13291329 Transport", 2018.
13301330
13311331 """
0 commit comments