Skip to content

Commit 49566c8

Browse files
author
Francisco Muñoz
committed
refactor: delete space
1 parent 391e005 commit 49566c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ot/gaussian.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def bures_wasserstein_barycenter(
354354
355355
The function estimates the optimal barycenter of the
356356
empirical distributions. This is equivalent to resolving the fixed point
357-
algorithm for multiple Gaussian distributions :math:`\left\{\mathcal{N}(\mu,\Sigma)\right\}_{i=1}^n`
357+
algorithm for multiple Gaussian distributions :math:`\left\{\mathcal{N}(\mu,\Sigma)\right\}_{i=1}^n`
358358
:ref:`[1] <references-OT-mapping-linear-barycenter>`.
359359
360360
The barycenter still following a Gaussian distribution :math:`\mathcal{N}(\mu_b,\Sigma_b)`
@@ -452,7 +452,7 @@ def empirical_bures_wasserstein_barycenter(
452452
453453
The function estimates the optimal barycenter of the
454454
empirical distributions. This is equivalent to resolving the fixed point
455-
algorithm for multiple Gaussian distributions :math:`\left\{\mathcal{N}(\mu,\Sigma)\right\}_{i=1}^n`
455+
algorithm for multiple Gaussian distributions :math:`\left\{\mathcal{N}(\mu,\Sigma)\right\}_{i=1}^n`
456456
:ref:`[1] <references-OT-mapping-linear-barycenter>`.
457457
458458
The barycenter still following a Gaussian distribution :math:`\mathcal{N}(\mu_b,\Sigma_b)`

0 commit comments

Comments
 (0)