mailr27862 - /trunk/lib/statistics.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 26, 2015 - 09:57:
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




Related Messages


Powered by MHonArc, Updated Fri Jun 26 10:40:05 2015