Skip to content

Commit 4f412fe

Browse files
committed
add notebook barycenter
1 parent 5f02ebc commit 4f412fe

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ The examples folder contain several examples and use case for the library. Here
3838

3939
* [1D optimal transport](examples/Demo_1D_OT.ipynb)
4040
* [2D optimal transport on empirical distributions](examples/Demo_2D_OT_samples.ipynb)
41+
* [1D Wasserstein barycenter](examples/Demo_1D_barycenter.ipynb)
4142

4243
## Acknowledgements
4344

docs/source/examples.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ Examples
1212
-----------------------------------------------
1313

1414
.. literalinclude:: ../../examples/demo_OT_2D_samples.py
15+
16+
1D Wasserstein barycenter
17+
-------------------------
18+
19+
.. literalinclude:: ../../examples/demo_barycenter_1D.py

0 commit comments

Comments
 (0)