Author: bugman
Date: Fri Jun 26 09:57:22 2015
New Revision: 27862

URL: http://svn.gna.org/viewcvs/relax?rev=27862&view=rev
Log:
Removed some rubbish text from the new lib.statistics.geometric_*() function 
docstrings.


Modified:
    trunk/lib/statistics.py

Modified: trunk/lib/statistics.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/statistics.py?rev=27862&r1=27861&r2=27862&view=diff
==============================================================================
--- trunk/lib/statistics.py     (original)
+++ trunk/lib/statistics.py     Fri Jun 26 09:57:22 2015
@@ -105,9 +105,6 @@
 def geometric_mean(values=None):
     """Calculate the geometric mean for the given values.
 
-    This uses the real mean to normalise all values to be centred at 1, so 
that truncation artifacts in the large multiplication are avoided.
-
-
     @keyword values:    The list of values to calculate the geometric mean of.
     @type values:       list of float
     @return:            The geometric mean.
@@ -133,9 +130,6 @@
 
 def geometric_std(values=None, mean=None):
     """Calculate the geometric standard deviation for the given values.
-
-    This uses the real mean to normalise all values to be centred at 1, so 
that truncation artifacts in the large multiplication are avoided.
-
 
     @keyword values:    The list of values to calculate the geometric mean of.
     @type values:       list of float


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to