summaryrefslogtreecommitdiff
path: root/examples/plot_barycenter_1D.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plot_barycenter_1D.py')
-rw-r--r--examples/plot_barycenter_1D.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/plot_barycenter_1D.py b/examples/plot_barycenter_1D.py
index 875f44c..f3be247 100644
--- a/examples/plot_barycenter_1D.py
+++ b/examples/plot_barycenter_1D.py
@@ -4,6 +4,14 @@
1D Wasserstein barycenter demo
==============================
+This example illustrate the computation of regularized Wassersyein Barycenter
+as proposed in [3].
+
+
+[3] Benamou, J. D., Carlier, G., Cuturi, M., Nenna, L., & Peyré, G. (2015).
+Iterative Bregman projections for regularized transportation problems
+SIAM Journal on Scientific Computing, 37(2), A1111-A1138.
+
"""
# Author: Remi Flamary <remi.flamary@unice.fr>