You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by md...@apache.org on 2003/06/06 05:38:03 UTC

cvs commit: jakarta-commons-sandbox/math/src/java/org/apache/commons/math TestStatistic.java EmpiricalDistributionImpl.java TestStatisticImpl.java EmpiricalDistribution.java

mdiggory    2003/06/05 20:38:03

  Modified:    math/src/java/org/apache/commons/math TestStatistic.java
                        EmpiricalDistributionImpl.java
                        TestStatisticImpl.java EmpiricalDistribution.java
  Log:
  Resolved some href " issues in Javadoc.
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-commons-sandbox/math/src/java/org/apache/commons/math/TestStatistic.java
  
  Index: TestStatistic.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/math/src/java/org/apache/commons/math/TestStatistic.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestStatistic.java	26 May 2003 17:29:36 -0000	1.2
  +++ TestStatistic.java	6 Jun 2003 03:38:03 -0000	1.3
  @@ -55,7 +55,7 @@
   
   /**
    * Interfaces for the following test statistics <ul>
  - * <li><a href = http://www.itl.nist.gov/div898/handbook/eda/section3/eda35f.htm>
  + * <li><a href ="http://www.itl.nist.gov/div898/handbook/eda/section3/eda35f.htm">
    *     Chi-Square</a></li>
    * <li><a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda352.htm">
    *     One Sample t-test</a></li>
  
  
  
  1.4       +2 -2      jakarta-commons-sandbox/math/src/java/org/apache/commons/math/EmpiricalDistributionImpl.java
  
  Index: EmpiricalDistributionImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/math/src/java/org/apache/commons/math/EmpiricalDistributionImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- EmpiricalDistributionImpl.java	29 May 2003 20:35:44 -0000	1.3
  +++ EmpiricalDistributionImpl.java	6 Jun 2003 03:38:03 -0000	1.4
  @@ -67,7 +67,7 @@
   /**
    * Implements <code>EmpiricalDistribution</code> interface using 
    * what amounts to the 
  - * <a href=http://nedwww.ipac.caltech.edu/level5/March02/Silverman/Silver2_6.html>
  + * <a href="http://nedwww.ipac.caltech.edu/level5/March02/Silverman/Silver2_6.html">
    * Variable Kernel Method</a> with Gaussian smoothing:<p>
    * <strong>Digesting the input file</strong>
    * <ol><li>Pass the file once to compute min and max.</li>  
  
  
  
  1.4       +2 -2      jakarta-commons-sandbox/math/src/java/org/apache/commons/math/TestStatisticImpl.java
  
  Index: TestStatisticImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/math/src/java/org/apache/commons/math/TestStatisticImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestStatisticImpl.java	29 May 2003 20:35:44 -0000	1.3
  +++ TestStatisticImpl.java	6 Jun 2003 03:38:03 -0000	1.4
  @@ -60,7 +60,7 @@
   /**
    * Implements the following test statistics <ul>
    * <li>
  - *   <a href = http://www.itl.nist.gov/div898/handbook/eda/section3/eda35f.htm>
  + *   <a href ="http://www.itl.nist.gov/div898/handbook/eda/section3/eda35f.htm">
    *   Chi-Square</a>
    * </li>
    * <li>
  
  
  
  1.3       +2 -2      jakarta-commons-sandbox/math/src/java/org/apache/commons/math/EmpiricalDistribution.java
  
  Index: EmpiricalDistribution.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/math/src/java/org/apache/commons/math/EmpiricalDistribution.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EmpiricalDistribution.java	29 May 2003 20:35:44 -0000	1.2
  +++ EmpiricalDistribution.java	6 Jun 2003 03:38:03 -0000	1.3
  @@ -61,7 +61,7 @@
   import org.apache.commons.math.stat.Univariate;
   
   /**
  - * Represents an <a href=http://random.mat.sbg.ac.at/~ste/dipl/node11.html>
  + * Represents an <a href="http://random.mat.sbg.ac.at/~ste/dipl/node11.html">
    * empirical probability distribution</a> -- a probability distribution derived
    * from observed data without making any assumptions about the functional form
    * of the population distribution that the data come from.<p>
  
  
  

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