You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2004/06/29 07:42:51 UTC

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/rank Median.java

psteitz     2004/06/28 22:42:51

  Modified:    math/src/java/org/apache/commons/math/stat/univariate/rank
                        Median.java
  Log:
  javadoc
  
  Revision  Changes    Path
  1.15      +3 -3      jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/rank/Median.java
  
  Index: Median.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/rank/Median.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Median.java	23 Jun 2004 16:26:17 -0000	1.14
  +++ Median.java	29 Jun 2004 05:42:51 -0000	1.15
  @@ -19,8 +19,8 @@
   
   
   /**
  - * Returns the <a href="http://www.xycoon.com/median_2.htm">median</a> of the
  - * available values.
  + * Returns the median of the available values.  This is the same as the 50th percentile.
  + * See {@link Percentile} for a description of the algorithm used.
    *
    * @version $Revision$ $Date$
    */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org