File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
- Added feature ` grad=last_step ` for ` ot.solvers.solve ` (PR #693 )
8
8
- Automatic PR labeling and release file update check (PR #704 )
9
9
- Reorganize sub-module ` ot/lp/__init__.py ` into separate files (PR #714 )
10
+ - Fix documentation in the module ` ot.gaussian ` (PR #718 )
10
11
11
12
#### Closed issues
12
13
- Fixed ` ot.mapping ` solvers which depended on deprecated ` cvxpy ` ` ECOS ` solver (PR #692 , Issue #668 )
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ def bures_wasserstein_barycenter(
354
354
355
355
The function estimates the optimal barycenter of the
356
356
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`
358
358
:ref:`[1] <references-OT-mapping-linear-barycenter>`.
359
359
360
360
The barycenter still following a Gaussian distribution :math:`\mathcal{N}(\mu_b,\Sigma_b)`
@@ -452,7 +452,7 @@ def empirical_bures_wasserstein_barycenter(
452
452
453
453
The function estimates the optimal barycenter of the
454
454
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`
456
456
:ref:`[1] <references-OT-mapping-linear-barycenter>`.
457
457
458
458
The barycenter still following a Gaussian distribution :math:`\mathcal{N}(\mu_b,\Sigma_b)`
You can’t perform that action at this time.
0 commit comments