We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f02ebc commit 4f412feCopy full SHA for 4f412fe
README.md
@@ -38,6 +38,7 @@ The examples folder contain several examples and use case for the library. Here
38
39
* [1D optimal transport](examples/Demo_1D_OT.ipynb)
40
* [2D optimal transport on empirical distributions](examples/Demo_2D_OT_samples.ipynb)
41
+* [1D Wasserstein barycenter](examples/Demo_1D_barycenter.ipynb)
42
43
## Acknowledgements
44
docs/source/examples.rst
@@ -12,3 +12,8 @@ Examples
12
-----------------------------------------------
13
14
.. literalinclude:: ../../examples/demo_OT_2D_samples.py
15
+
16
+1D Wasserstein barycenter
17
+-------------------------
18
19
+.. literalinclude:: ../../examples/demo_barycenter_1D.py
0 commit comments