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/07/02 07:29:14 UTC

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/moment Kurtosis.java Skewness.java

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/moment Kurtosis.java Skewness.java

Posted by "Mark R. Diggory" <md...@latte.harvard.edu>.
What if we maintained "Citation Numbers" in the javadoc and then 
maintained references to external sources in the Math Site documentation?

Al Chou wrote:

>--- psteitz@apache.org wrote:
>  
>
>>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.
>>    
>>
>
>Maybe it's my grad school experiences talking, but I would prefer to retain
>links to external references.  That way if a user (or even one of us
>developers) ever needs to look up the original references, its easy to do, and
>there's an explicit statement of which source of information we used, rather
>than doing a Web search and wondering which (if any) of the resulting resources
>was the original reference.  Maybe that doesn't matter to anyone but me?
>
>
>Al
>
>=====
>Albert Davidson Chou
>
>    Get answers to Mac questions at http://www.Mac-Mgrs.org/ .
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>  
>



Re: cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/moment Kurtosis.java Skewness.java

Posted by Al Chou <ho...@yahoo.com>.
--- psteitz@apache.org wrote:
> 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.

Maybe it's my grad school experiences talking, but I would prefer to retain
links to external references.  That way if a user (or even one of us
developers) ever needs to look up the original references, its easy to do, and
there's an explicit statement of which source of information we used, rather
than doing a Web search and wondering which (if any) of the resulting resources
was the original reference.  Maybe that doesn't matter to anyone but me?


Al

=====
Albert Davidson Chou

    Get answers to Mac questions at http://www.Mac-Mgrs.org/ .

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