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/10/11 06:55:10 UTC

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/descriptive/moment Variance.java

psteitz     2004/10/10 21:55:10

  Modified:    math/src/java/org/apache/commons/math/stat/descriptive/moment
                        Variance.java
  Log:
  Javadoc.
  
  Revision  Changes    Path
  1.3       +2 -3      jakarta-commons/math/src/java/org/apache/commons/math/stat/descriptive/moment/Variance.java
  
  Index: Variance.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/src/java/org/apache/commons/math/stat/descriptive/moment/Variance.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Variance.java	10 Oct 2004 20:40:52 -0000	1.2
  +++ Variance.java	11 Oct 2004 04:55:10 -0000	1.3
  @@ -105,8 +105,7 @@
        * property and the supplied external second moment.
        * 
        * @param isBiasCorrected  setting for bias correction - true means
  -     * bias will be corrected and is equivalent to using the argumentless
  -     * constructor
  +     * bias will be corrected
        * @param m2 the SecondMoment (Thrid or Fourth moments work
        * here as well.)
        */
  
  
  

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