psteitz     2004/07/01 22:29:14

  Modified:    math/src/java/org/apache/commons/math/stat/univariate/moment
                        Kurtosis.java Skewness.java
  Log:
  Removed link to external definition, as formula has been added to javadoc.
  
  Revision  Changes    Path
  1.24      +2 -2      
jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/moment/Kurtosis.java
  
  Index: Kurtosis.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/moment/Kurtosis.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- Kurtosis.java     27 Jun 2004 19:37:51 -0000      1.23
  +++ Kurtosis.java     2 Jul 2004 05:29:14 -0000       1.24
  @@ -20,7 +20,7 @@
   import org.apache.commons.math.stat.univariate.AbstractStorelessUnivariateStatistic;
   
   /**
  - * Computes <a href="http://en.wikipedia.org/wiki/Kurtosis";>Kurtosis</a>.
  + * Computes the Kurtosis of the available values.
    * <p>
    * We use the following (unbiased) formula to define kurtosis:
    *  <p>
  
  
  
  1.23      +2 -2      
jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/moment/Skewness.java
  
  Index: Skewness.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/moment/Skewness.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- Skewness.java     27 Jun 2004 19:37:51 -0000      1.22
  +++ Skewness.java     2 Jul 2004 05:29:14 -0000       1.23
  @@ -20,7 +20,7 @@
   import org.apache.commons.math.stat.univariate.AbstractStorelessUnivariateStatistic;
   
   /**
  - * Computes <a href="http://en.wikipedia.org/wiki/Skewness";>Skewness</a>.
  + * Computes the skewness of the available values.
    * <p>
    * We use the following (unbiased) formula to define skewness:
    *  <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to