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/05/23 07:45:11 UTC

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/inference TTest.java

psteitz     2004/05/22 22:45:11

  Modified:    math/src/java/org/apache/commons/math/stat/inference
                        TTest.java
  Log:
  Javadoc fixes missed in PR #29050 changes.
  
  Revision  Changes    Path
  1.3       +8 -8      jakarta-commons/math/src/java/org/apache/commons/math/stat/inference/TTest.java
  
  Index: TTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/src/java/org/apache/commons/math/stat/inference/TTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TTest.java	23 May 2004 05:04:48 -0000	1.2
  +++ TTest.java	23 May 2004 05:45:11 -0000	1.3
  @@ -50,7 +50,7 @@
        * sample means.
        * <p>
        * <strong>Preconditions</strong>: <ul>
  -     * <li>The observed array lengths must both be at least 5.
  +     * <li>The observed array lengths must both be at least 2.
        * </li></ul>
        *
        * @param sample1 array of sample data values
  @@ -85,7 +85,7 @@
        * <a href="http://www.basic.nwu.edu/statguidefiles/ttest_unpaired_ass_viol.html">here</a>
        * <p>
        * <strong>Preconditions</strong>: <ul>
  -     * <li>The observed array lengths must both be at least 5.
  +     * <li>The observed array lengths must both be at least 2.
        * </li></ul>
        *
        * @param sample1 array of sample data values
  @@ -128,7 +128,7 @@
        * <a href="http://www.basic.nwu.edu/statguidefiles/ttest_unpaired_ass_viol.html">here</a>
        * <p>
        * <strong>Preconditions</strong>: <ul>
  -     * <li>The observed array lengths must both be at least 5.
  +     * <li>The observed array lengths must both be at least 2.
        * </li>
        * <li> <code> 0 < alpha < 0.5 </code>
        * </li></ul>
  @@ -169,7 +169,7 @@
        * <a href="http://www.basic.nwu.edu/statguidefiles/sg_glos.html#one-sample">here</a>
        * <p>
        * <strong>Preconditions</strong>: <ul>
  -     * <li>The observed array length must be at least 5.
  +     * <li>The observed array length must be at least 2.
        * </li></ul>
        *
        * @param mu constant value to compare sample mean against
  @@ -200,7 +200,7 @@
        * <a href="http://www.basic.nwu.edu/statguidefiles/ttest_unpaired_ass_viol.html">here</a>
        * <p>
        * <strong>Preconditions</strong>: <ul>
  -     * <li>The observed array length must be at least 5.
  +     * <li>The observed array length must be at least 2.
        * </li></ul>
        *
        * @param mu constant value to compare sample mean against
  @@ -241,7 +241,7 @@
        * <p>
        * <strong>Preconditions</strong>: <ul>
        * <li>The datasets described by the two Univariates must each contain
  -     * at least 5 observations.
  +     * at least 2 observations.
        * </li></ul>
        *
        * @param sampleStats1 StatisticalSummary describing data from the first sample
  @@ -275,7 +275,7 @@
        * <p>
        * <strong>Preconditions</strong>: <ul>
        * <li>The datasets described by the two Univariates must each contain
  -     * at least 5 observations.
  +     * at least 2 observations.
        * </li></ul>
        *
        * @param sampleStats1 StatisticalSummary describing data from the first sample
  
  
  

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