summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-09-10 08:37:45 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-09-10 08:37:45 +0000
commit44aaa06e1da4a2e4557886c9c7096edbe9d00f53 (patch)
treec2b9319e447c89c1ce88c9e4811dc692d2c3fb9c
parentb301bf80daaac521f16d43120a8a30a2af9eb515 (diff)
Doc review : Add a link to scipy.stats.gaussian_kde official documentation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/plot_persistence_density_vincent@3878 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: dd6e1a4131be1ed0306a48f9b095e0d09ddee848
-rwxr-xr-xsrc/cython/cython/persistence_graphical_tools.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/cython/cython/persistence_graphical_tools.py b/src/cython/cython/persistence_graphical_tools.py
index 85d2a5ad..f5550e3a 100755
--- a/src/cython/cython/persistence_graphical_tools.py
+++ b/src/cython/cython/persistence_graphical_tools.py
@@ -256,8 +256,10 @@ try:
or a callable. If a scalar, this will be used directly as
kde.factor. If a callable, it should take a gaussian_kde
instance as only parameter and return a scalar. If None
- (default), 'scott' is used. See scipy.stats.gaussian_kde
- documentation for more details.
+ (default), 'scott' is used. See
+ `scipy.stats.gaussian_kde documentation
+ <http://scipy.github.io/devdocs/generated/scipy.stats.gaussian_kde.html>`_
+ for more details.
:type bw_method: str, scalar or callable, optional.
:param max_intervals: maximal number of intervals to display.
Selected points are those with the longest life time. Set it