From a4947309cd0e9dd7430ea462beeca2738ceb05ae Mon Sep 17 00:00:00 2001
From: "Mark R. Diggory" LUDecompose()
to recompute the decomposition
* before using any of the methods above.
*
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:45 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:33 $
*/
public class RealMatrixImpl implements RealMatrix, Serializable {
diff --git a/src/java/org/apache/commons/math/random/EmpiricalDistribution.java b/src/java/org/apache/commons/math/random/EmpiricalDistribution.java
index 9b519d912..f8abe5b31 100644
--- a/src/java/org/apache/commons/math/random/EmpiricalDistribution.java
+++ b/src/java/org/apache/commons/math/random/EmpiricalDistribution.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -80,7 +80,7 @@ import org.apache.commons.math.stat.Univariate;
* build grouped frequnecy histograms representing the input data or to
* generate random values "like" those in the input file -- i.e., the values
* generated will follow the distribution of the values in the file.
- * @version $Revision: 1.6 $ $Date: 2003/10/13 08:10:01 $
+ * @version $Revision: 1.7 $ $Date: 2003/10/16 15:24:31 $
*/
public interface EmpiricalDistribution {
diff --git a/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java b/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java
index 5242c04bf..72af201c1 100644
--- a/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java
+++ b/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -89,7 +89,7 @@ import org.apache.commons.math.stat.UnivariateImpl;
* entry per line.
*
sigma
* mu
every time.* The default windowSize is "infinite" -- i.e., all values added are included * in all computations. - * @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:56 $ + * @version $Revision: 1.11 $ $Date: 2003/10/16 15:24:30 $ */ public interface Univariate extends Applyable{ /** diff --git a/src/java/org/apache/commons/math/stat/UnivariateImpl.java b/src/java/org/apache/commons/math/stat/UnivariateImpl.java index 47e70f0de..8a09f22e3 100644 --- a/src/java/org/apache/commons/math/stat/UnivariateImpl.java +++ b/src/java/org/apache/commons/math/stat/UnivariateImpl.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -67,7 +67,7 @@ import org.apache.commons.math.util.FixedDoubleArray; * Integers, floats and longs can be added, but they will be converted * to doubles by addValue(). * - * @version $Revision: 1.22 $ $Date: 2003/10/13 08:10:56 $ + * @version $Revision: 1.23 $ $Date: 2003/10/16 15:24:30 $ */ public class UnivariateImpl extends AbstractUnivariate diff --git a/src/java/org/apache/commons/math/stat/univariate/AbstractStorelessUnivariateStatistic.java b/src/java/org/apache/commons/math/stat/univariate/AbstractStorelessUnivariateStatistic.java index b3a208c0a..781db3ee0 100644 --- a/src/java/org/apache/commons/math/stat/univariate/AbstractStorelessUnivariateStatistic.java +++ b/src/java/org/apache/commons/math/stat/univariate/AbstractStorelessUnivariateStatistic.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -59,7 +59,7 @@ package org.apache.commons.math.stat.univariate; * Provides the ability to extend polymophically so that * indiviual statistics do not need to implement these methods unless * there are better algorithms for handling the calculation. - * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:57 $ + * @version $Revision: 1.9 $ $Date: 2003/10/16 15:24:33 $ */ public abstract class AbstractStorelessUnivariateStatistic extends AbstractUnivariateStatistic diff --git a/src/java/org/apache/commons/math/stat/univariate/AbstractUnivariateStatistic.java b/src/java/org/apache/commons/math/stat/univariate/AbstractUnivariateStatistic.java index 7d7b63e3d..931686852 100644 --- a/src/java/org/apache/commons/math/stat/univariate/AbstractUnivariateStatistic.java +++ b/src/java/org/apache/commons/math/stat/univariate/AbstractUnivariateStatistic.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -57,7 +57,7 @@ package org.apache.commons.math.stat.univariate; * Abstract Implementation for UnivariateStatistics. * Provides the ability to extend polymophically so that * indiviual statistics do not need to implement these methods. - * @version $Revision: 1.7 $ $Date: 2003/10/13 08:10:57 $ + * @version $Revision: 1.8 $ $Date: 2003/10/16 15:24:33 $ */ public abstract class AbstractUnivariateStatistic implements UnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/univariate/StorelessUnivariateStatistic.java b/src/java/org/apache/commons/math/stat/univariate/StorelessUnivariateStatistic.java index bd24ca1a8..3e3c21f25 100644 --- a/src/java/org/apache/commons/math/stat/univariate/StorelessUnivariateStatistic.java +++ b/src/java/org/apache/commons/math/stat/univariate/StorelessUnivariateStatistic.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -62,7 +62,7 @@ package org.apache.commons.math.stat.univariate; * implemented using it. If a Statistic cannot be implemented in a Storeless * approach it should implement the UnivariateStatistic interface directly * instead. - * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:57 $ + * @version $Revision: 1.9 $ $Date: 2003/10/16 15:24:33 $ */ public interface StorelessUnivariateStatistic extends UnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/univariate/UnivariateStatistic.java b/src/java/org/apache/commons/math/stat/univariate/UnivariateStatistic.java index 0daf472f6..d2a737bf8 100644 --- a/src/java/org/apache/commons/math/stat/univariate/UnivariateStatistic.java +++ b/src/java/org/apache/commons/math/stat/univariate/UnivariateStatistic.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -58,7 +58,7 @@ package org.apache.commons.math.stat.univariate; * double[] based content using an implemented statistical approach. * The interface provides two "stateless" simple methods to calculate * a statistic from a double[] based parameter. - * @version $Revision: 1.7 $ $Date: 2003/10/13 08:10:57 $ + * @version $Revision: 1.8 $ $Date: 2003/10/16 15:24:33 $ */ public interface UnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/univariate/moment/FirstMoment.java b/src/java/org/apache/commons/math/stat/univariate/moment/FirstMoment.java index be804728e..657691189 100644 --- a/src/java/org/apache/commons/math/stat/univariate/moment/FirstMoment.java +++ b/src/java/org/apache/commons/math/stat/univariate/moment/FirstMoment.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -62,7 +62,7 @@ import org.apache.commons.math.stat.univariate.AbstractStorelessUnivariateStatis * * recursive strategy * . Both incremental and evaluation strategies currently use this approach. - * @version $Revision: 1.7 $ $Date: 2003/10/13 08:10:57 $ + * @version $Revision: 1.8 $ $Date: 2003/10/16 15:24:32 $ */ public class FirstMoment extends AbstractStorelessUnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/univariate/moment/FourthMoment.java b/src/java/org/apache/commons/math/stat/univariate/moment/FourthMoment.java index c5026e858..eb18d8875 100644 --- a/src/java/org/apache/commons/math/stat/univariate/moment/FourthMoment.java +++ b/src/java/org/apache/commons/math/stat/univariate/moment/FourthMoment.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -58,7 +58,7 @@ package org.apache.commons.math.stat.univariate.moment; * * recursive strategy * . Both incremental and evaluation strategies currently use this approach. - * @version $Revision: 1.9 $ $Date: 2003/10/13 08:10:57 $ + * @version $Revision: 1.10 $ $Date: 2003/10/16 15:24:32 $ */ public class FourthMoment extends ThirdMoment { diff --git a/src/java/org/apache/commons/math/stat/univariate/moment/GeometricMean.java b/src/java/org/apache/commons/math/stat/univariate/moment/GeometricMean.java index 236b369e2..83ee12a37 100644 --- a/src/java/org/apache/commons/math/stat/univariate/moment/GeometricMean.java +++ b/src/java/org/apache/commons/math/stat/univariate/moment/GeometricMean.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -58,7 +58,7 @@ import org.apache.commons.math.stat.univariate.summary.SumOfLogs; /** * Returns the * geometric mean of the available values - * @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:57 $ + * @version $Revision: 1.11 $ $Date: 2003/10/16 15:24:32 $ */ public class GeometricMean extends SumOfLogs { diff --git a/src/java/org/apache/commons/math/stat/univariate/moment/Kurtosis.java b/src/java/org/apache/commons/math/stat/univariate/moment/Kurtosis.java index 0b30bc37b..31d8b8abc 100644 --- a/src/java/org/apache/commons/math/stat/univariate/moment/Kurtosis.java +++ b/src/java/org/apache/commons/math/stat/univariate/moment/Kurtosis.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -62,7 +62,7 @@ import org .AbstractStorelessUnivariateStatistic; /** - * @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:57 $ + * @version $Revision: 1.11 $ $Date: 2003/10/16 15:24:32 $ */ public class Kurtosis extends AbstractStorelessUnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/univariate/moment/Mean.java b/src/java/org/apache/commons/math/stat/univariate/moment/Mean.java index faea49fbe..35684bf3f 100644 --- a/src/java/org/apache/commons/math/stat/univariate/moment/Mean.java +++ b/src/java/org/apache/commons/math/stat/univariate/moment/Mean.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -65,7 +65,7 @@ import org.apache.commons.math.stat.univariate.summary.Sum; /** * Returns the * arithmetic mean of the available values. - * @version $Revision: 1.9 $ $Date: 2003/10/13 08:10:57 $ + * @version $Revision: 1.10 $ $Date: 2003/10/16 15:24:32 $ */ public class Mean extends AbstractStorelessUnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/univariate/moment/SecondMoment.java b/src/java/org/apache/commons/math/stat/univariate/moment/SecondMoment.java index ca64b8c9a..a1e039e01 100644 --- a/src/java/org/apache/commons/math/stat/univariate/moment/SecondMoment.java +++ b/src/java/org/apache/commons/math/stat/univariate/moment/SecondMoment.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -58,7 +58,7 @@ package org.apache.commons.math.stat.univariate.moment; * * recursive strategy * . Both incremental and evaluation strategies currently use this approach. - * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $ + * @version $Revision: 1.9 $ $Date: 2003/10/16 15:24:32 $ */ public class SecondMoment extends FirstMoment { diff --git a/src/java/org/apache/commons/math/stat/univariate/moment/Skewness.java b/src/java/org/apache/commons/math/stat/univariate/moment/Skewness.java index f8e9de955..982fa3ee8 100644 --- a/src/java/org/apache/commons/math/stat/univariate/moment/Skewness.java +++ b/src/java/org/apache/commons/math/stat/univariate/moment/Skewness.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -56,7 +56,7 @@ package org.apache.commons.math.stat.univariate.moment; import org.apache.commons.math.stat.univariate.AbstractStorelessUnivariateStatistic; /** - * @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:58 $ + * @version $Revision: 1.11 $ $Date: 2003/10/16 15:24:32 $ */ public class Skewness extends AbstractStorelessUnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/univariate/moment/StandardDeviation.java b/src/java/org/apache/commons/math/stat/univariate/moment/StandardDeviation.java index 31dfef03c..82bbc285a 100644 --- a/src/java/org/apache/commons/math/stat/univariate/moment/StandardDeviation.java +++ b/src/java/org/apache/commons/math/stat/univariate/moment/StandardDeviation.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -55,7 +55,7 @@ package org.apache.commons.math.stat.univariate.moment; /** * - * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $ + * @version $Revision: 1.9 $ $Date: 2003/10/16 15:24:32 $ */ public class StandardDeviation extends Variance { diff --git a/src/java/org/apache/commons/math/stat/univariate/moment/ThirdMoment.java b/src/java/org/apache/commons/math/stat/univariate/moment/ThirdMoment.java index 231c8d60f..f3c8a5d0c 100644 --- a/src/java/org/apache/commons/math/stat/univariate/moment/ThirdMoment.java +++ b/src/java/org/apache/commons/math/stat/univariate/moment/ThirdMoment.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -58,7 +58,7 @@ package org.apache.commons.math.stat.univariate.moment; * * recursive strategy * . Both incremental and evaluation strategies currently use this approach. - * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $ + * @version $Revision: 1.9 $ $Date: 2003/10/16 15:24:32 $ */ public class ThirdMoment extends SecondMoment { diff --git a/src/java/org/apache/commons/math/stat/univariate/moment/Variance.java b/src/java/org/apache/commons/math/stat/univariate/moment/Variance.java index ab25b3e5a..6953affbc 100644 --- a/src/java/org/apache/commons/math/stat/univariate/moment/Variance.java +++ b/src/java/org/apache/commons/math/stat/univariate/moment/Variance.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -57,7 +57,7 @@ import org.apache.commons.math.stat.univariate.AbstractStorelessUnivariateStatis /** * - * @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:58 $ + * @version $Revision: 1.11 $ $Date: 2003/10/16 15:24:32 $ */ public class Variance extends AbstractStorelessUnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/univariate/rank/Max.java b/src/java/org/apache/commons/math/stat/univariate/rank/Max.java index aed343e5e..6ab9d4292 100644 --- a/src/java/org/apache/commons/math/stat/univariate/rank/Max.java +++ b/src/java/org/apache/commons/math/stat/univariate/rank/Max.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -62,7 +62,7 @@ import org .AbstractStorelessUnivariateStatistic; /** - * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $ + * @version $Revision: 1.9 $ $Date: 2003/10/16 15:24:30 $ */ public class Max extends AbstractStorelessUnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/univariate/rank/Median.java b/src/java/org/apache/commons/math/stat/univariate/rank/Median.java index 63ece7163..53c3d3481 100644 --- a/src/java/org/apache/commons/math/stat/univariate/rank/Median.java +++ b/src/java/org/apache/commons/math/stat/univariate/rank/Median.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -55,7 +55,7 @@ package org.apache.commons.math.stat.univariate.rank; /** - * @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:58 $ + * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:30 $ */ public class Median extends Percentile { diff --git a/src/java/org/apache/commons/math/stat/univariate/rank/Min.java b/src/java/org/apache/commons/math/stat/univariate/rank/Min.java index 95c0c5227..4ac4a1543 100644 --- a/src/java/org/apache/commons/math/stat/univariate/rank/Min.java +++ b/src/java/org/apache/commons/math/stat/univariate/rank/Min.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -62,7 +62,7 @@ import org .AbstractStorelessUnivariateStatistic; /** - * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $ + * @version $Revision: 1.9 $ $Date: 2003/10/16 15:24:30 $ */ public class Min extends AbstractStorelessUnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/univariate/rank/Percentile.java b/src/java/org/apache/commons/math/stat/univariate/rank/Percentile.java index e3d8da62a..9de62d299 100644 --- a/src/java/org/apache/commons/math/stat/univariate/rank/Percentile.java +++ b/src/java/org/apache/commons/math/stat/univariate/rank/Percentile.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -57,7 +57,7 @@ import java.util.Arrays; import org.apache.commons.math.stat.univariate.AbstractUnivariateStatistic; /** - * @version $Revision: 1.7 $ $Date: 2003/10/16 15:15:04 $ + * @version $Revision: 1.8 $ $Date: 2003/10/16 15:24:30 $ */ public class Percentile extends AbstractUnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/univariate/summary/Product.java b/src/java/org/apache/commons/math/stat/univariate/summary/Product.java index 4e694521e..7206783ad 100644 --- a/src/java/org/apache/commons/math/stat/univariate/summary/Product.java +++ b/src/java/org/apache/commons/math/stat/univariate/summary/Product.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -62,7 +62,7 @@ import org .AbstractStorelessUnivariateStatistic; /** - * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $ + * @version $Revision: 1.9 $ $Date: 2003/10/16 15:24:29 $ */ public class Product extends AbstractStorelessUnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/univariate/summary/Sum.java b/src/java/org/apache/commons/math/stat/univariate/summary/Sum.java index 4ae17d4bb..94d285c3c 100644 --- a/src/java/org/apache/commons/math/stat/univariate/summary/Sum.java +++ b/src/java/org/apache/commons/math/stat/univariate/summary/Sum.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -56,7 +56,7 @@ package org.apache.commons.math.stat.univariate.summary; import org.apache.commons.math.stat.univariate.AbstractStorelessUnivariateStatistic; /** - * @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:58 $ + * @version $Revision: 1.11 $ $Date: 2003/10/16 15:24:29 $ */ public class Sum extends AbstractStorelessUnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/univariate/summary/SumOfLogs.java b/src/java/org/apache/commons/math/stat/univariate/summary/SumOfLogs.java index ddb1e7146..220d76447 100644 --- a/src/java/org/apache/commons/math/stat/univariate/summary/SumOfLogs.java +++ b/src/java/org/apache/commons/math/stat/univariate/summary/SumOfLogs.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -62,7 +62,7 @@ import org .AbstractStorelessUnivariateStatistic; /** - * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $ + * @version $Revision: 1.9 $ $Date: 2003/10/16 15:24:29 $ */ public class SumOfLogs extends AbstractStorelessUnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/univariate/summary/SumOfSquares.java b/src/java/org/apache/commons/math/stat/univariate/summary/SumOfSquares.java index 6dab95c27..c4a9e968e 100644 --- a/src/java/org/apache/commons/math/stat/univariate/summary/SumOfSquares.java +++ b/src/java/org/apache/commons/math/stat/univariate/summary/SumOfSquares.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -62,7 +62,7 @@ import org .AbstractStorelessUnivariateStatistic; /** - * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $ + * @version $Revision: 1.9 $ $Date: 2003/10/16 15:24:29 $ */ public class SumOfSquares extends AbstractStorelessUnivariateStatistic { diff --git a/src/java/org/apache/commons/math/util/BeanTransformer.java b/src/java/org/apache/commons/math/util/BeanTransformer.java index a94666d16..0b285ac82 100644 --- a/src/java/org/apache/commons/math/util/BeanTransformer.java +++ b/src/java/org/apache/commons/math/util/BeanTransformer.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -59,7 +59,7 @@ import org.apache.commons.logging.LogFactory; /** * Uses PropertyUtils to map a Bean getter to a double value. - * @version $Revision: 1.7 $ $Date: 2003/10/13 08:11:23 $ + * @version $Revision: 1.8 $ $Date: 2003/10/16 15:24:30 $ */ public class BeanTransformer implements NumberTransformer { diff --git a/src/java/org/apache/commons/math/util/ContinuedFraction.java b/src/java/org/apache/commons/math/util/ContinuedFraction.java index 05b7b584c..652e3e004 100644 --- a/src/java/org/apache/commons/math/util/ContinuedFraction.java +++ b/src/java/org/apache/commons/math/util/ContinuedFraction.java @@ -29,7 +29,7 @@ * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written + * nor may "Apache" appear in their name without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED @@ -53,7 +53,8 @@ */ package org.apache.commons.math.util; -import org.apache.commons.math.analysis.ConvergenceException; +import org.apache.commons.math.ConvergenceException; +import org.apache.commons.math.MathException; /** * Provides a generic means to evaluate continued fractions. Subclasses simply @@ -64,7 +65,7 @@ import org.apache.commons.math.analysis.ConvergenceException; *
double transform(Object o)
method.
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:11:23 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:30 $
*/
public class TransformerMap implements NumberTransformer {
diff --git a/src/test/org/apache/commons/math/MathConfigurationExceptionTest.java b/src/test/org/apache/commons/math/MathConfigurationExceptionTest.java
index ae7b81247..39e35c1a9 100644
--- a/src/test/org/apache/commons/math/MathConfigurationExceptionTest.java
+++ b/src/test/org/apache/commons/math/MathConfigurationExceptionTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -57,7 +57,7 @@ package org.apache.commons.math;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.2 $ $Date: 2003/10/13 08:09:07 $
+ * @version $Revision: 1.3 $ $Date: 2003/10/16 15:24:33 $
*/
public class MathConfigurationExceptionTest extends TestCase {
/**
diff --git a/src/test/org/apache/commons/math/MathExceptionTest.java b/src/test/org/apache/commons/math/MathExceptionTest.java
index 988ace5ce..d4049b88c 100644
--- a/src/test/org/apache/commons/math/MathExceptionTest.java
+++ b/src/test/org/apache/commons/math/MathExceptionTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -57,7 +57,7 @@ package org.apache.commons.math;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.2 $ $Date: 2003/10/13 08:09:07 $
+ * @version $Revision: 1.3 $ $Date: 2003/10/16 15:24:33 $
*/
public class MathExceptionTest extends TestCase {
/**
diff --git a/src/test/org/apache/commons/math/TestUtils.java b/src/test/org/apache/commons/math/TestUtils.java
index 99945274c..0d7bbf699 100644
--- a/src/test/org/apache/commons/math/TestUtils.java
+++ b/src/test/org/apache/commons/math/TestUtils.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -57,7 +57,7 @@ package org.apache.commons.math;
import junit.framework.Assert;
/**
- * @version $Revision: 1.3 $ $Date: 2003/10/13 08:09:07 $
+ * @version $Revision: 1.4 $ $Date: 2003/10/16 15:24:33 $
*/
public class TestUtils {
/**
diff --git a/src/test/org/apache/commons/math/analysis/BisectionSolverTest.java b/src/test/org/apache/commons/math/analysis/BisectionSolverTest.java
index 23ae1d272..2a8855292 100644
--- a/src/test/org/apache/commons/math/analysis/BisectionSolverTest.java
+++ b/src/test/org/apache/commons/math/analysis/BisectionSolverTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -58,7 +58,7 @@ import org.apache.commons.math.MathException;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:07 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:28 $
*/
public final class BisectionSolverTest extends TestCase {
/**
diff --git a/src/test/org/apache/commons/math/analysis/ConvergenceExceptionTest.java b/src/test/org/apache/commons/math/analysis/ConvergenceExceptionTest.java
index 779057689..541577b4e 100644
--- a/src/test/org/apache/commons/math/analysis/ConvergenceExceptionTest.java
+++ b/src/test/org/apache/commons/math/analysis/ConvergenceExceptionTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -54,10 +54,12 @@
package org.apache.commons.math.analysis;
+import org.apache.commons.math.ConvergenceException;
+
import junit.framework.TestCase;
/**
- * @version $Revision: 1.2 $ $Date: 2003/10/13 08:09:07 $
+ * @version $Revision: 1.3 $ $Date: 2003/10/16 15:24:28 $
*/
public class ConvergenceExceptionTest extends TestCase {
/**
diff --git a/src/test/org/apache/commons/math/analysis/InterpolatorTest.java b/src/test/org/apache/commons/math/analysis/InterpolatorTest.java
index 8c4e2576b..7586ba09a 100644
--- a/src/test/org/apache/commons/math/analysis/InterpolatorTest.java
+++ b/src/test/org/apache/commons/math/analysis/InterpolatorTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -62,7 +62,7 @@ import junit.framework.TestSuite;
/**
* Test the interpolation framework.
*
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:07 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:28 $
*/
public class InterpolatorTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/analysis/QuinticFunction.java b/src/test/org/apache/commons/math/analysis/QuinticFunction.java
index b6217560c..837fa4e4b 100644
--- a/src/test/org/apache/commons/math/analysis/QuinticFunction.java
+++ b/src/test/org/apache/commons/math/analysis/QuinticFunction.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -58,7 +58,7 @@ import org.apache.commons.math.MathException;
/**
* Auxillary class for testing solvers.
*
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:08 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:28 $
*/
public class QuinticFunction implements UnivariateRealFunction {
diff --git a/src/test/org/apache/commons/math/analysis/RealSolverTest.java b/src/test/org/apache/commons/math/analysis/RealSolverTest.java
index 329c9a805..cf29d48a0 100644
--- a/src/test/org/apache/commons/math/analysis/RealSolverTest.java
+++ b/src/test/org/apache/commons/math/analysis/RealSolverTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -69,7 +69,7 @@ import junit.framework.TestSuite;
* default absolute accuracy of 10E-8 for sinus and the quintic function around
* zero, and 5..10 iterations for the other zeros.
*
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:08 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:28 $
*/
public final class RealSolverTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/analysis/SinFunction.java b/src/test/org/apache/commons/math/analysis/SinFunction.java
index 366ab9d75..816c98b36 100644
--- a/src/test/org/apache/commons/math/analysis/SinFunction.java
+++ b/src/test/org/apache/commons/math/analysis/SinFunction.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -63,7 +63,7 @@ import org.apache.commons.math.MathException;
* which means linear approximation (Regula Falsi) will converge
* quadratically.
*
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:08 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:28 $
*/
public class SinFunction implements UnivariateRealFunction {
diff --git a/src/test/org/apache/commons/math/analysis/UnivariateRealSolverUtilsTest.java b/src/test/org/apache/commons/math/analysis/UnivariateRealSolverUtilsTest.java
index 13364ce37..ef95aa187 100644
--- a/src/test/org/apache/commons/math/analysis/UnivariateRealSolverUtilsTest.java
+++ b/src/test/org/apache/commons/math/analysis/UnivariateRealSolverUtilsTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -59,7 +59,7 @@ import org.apache.commons.math.MathException;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.2 $ $Date: 2003/10/13 08:09:08 $
+ * @version $Revision: 1.3 $ $Date: 2003/10/16 15:24:28 $
*/
public class UnivariateRealSolverUtilsTest extends TestCase {
/**
diff --git a/src/test/org/apache/commons/math/beans/Patient.java b/src/test/org/apache/commons/math/beans/Patient.java
index 37b7d0c40..1fbdc6738 100644
--- a/src/test/org/apache/commons/math/beans/Patient.java
+++ b/src/test/org/apache/commons/math/beans/Patient.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -54,7 +54,7 @@
package org.apache.commons.math.beans;
/**
- * @version $Revision: 1.3 $ $Date: 2003/10/13 08:09:08 $
+ * @version $Revision: 1.4 $ $Date: 2003/10/16 15:24:33 $
*/
public class Patient {
diff --git a/src/test/org/apache/commons/math/beans/VitalStats.java b/src/test/org/apache/commons/math/beans/VitalStats.java
index 3bcd24673..0a114b240 100644
--- a/src/test/org/apache/commons/math/beans/VitalStats.java
+++ b/src/test/org/apache/commons/math/beans/VitalStats.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -54,7 +54,7 @@
package org.apache.commons.math.beans;
/**
- * @version $Revision: 1.3 $ $Date: 2003/10/13 08:09:08 $
+ * @version $Revision: 1.4 $ $Date: 2003/10/16 15:24:33 $
*/
public class VitalStats {
diff --git a/src/test/org/apache/commons/math/distribution/BinomialDistributionTest.java b/src/test/org/apache/commons/math/distribution/BinomialDistributionTest.java
index cff5ff15b..c18a3c436 100644
--- a/src/test/org/apache/commons/math/distribution/BinomialDistributionTest.java
+++ b/src/test/org/apache/commons/math/distribution/BinomialDistributionTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -56,7 +56,7 @@ package org.apache.commons.math.stat.distribution;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:31 $
*/
public class BinomialDistributionTest extends TestCase {
private BinomialDistribution b;
diff --git a/src/test/org/apache/commons/math/distribution/ChiSquareDistributionTest.java b/src/test/org/apache/commons/math/distribution/ChiSquareDistributionTest.java
index 1d97f3f24..64a1d561b 100644
--- a/src/test/org/apache/commons/math/distribution/ChiSquareDistributionTest.java
+++ b/src/test/org/apache/commons/math/distribution/ChiSquareDistributionTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -57,7 +57,7 @@ package org.apache.commons.math.stat.distribution;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:31 $
*/
public class ChiSquareDistributionTest extends TestCase {
private ChiSquaredDistribution chiSquare;
diff --git a/src/test/org/apache/commons/math/distribution/DistributionFactoryImplTest.java b/src/test/org/apache/commons/math/distribution/DistributionFactoryImplTest.java
index d7e5f412a..b33dcf2f9 100644
--- a/src/test/org/apache/commons/math/distribution/DistributionFactoryImplTest.java
+++ b/src/test/org/apache/commons/math/distribution/DistributionFactoryImplTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -57,7 +57,7 @@ package org.apache.commons.math.stat.distribution;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.10 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.11 $ $Date: 2003/10/16 15:24:31 $
*/
public class DistributionFactoryImplTest extends TestCase {
/** */
diff --git a/src/test/org/apache/commons/math/distribution/ExponentialDistributionTest.java b/src/test/org/apache/commons/math/distribution/ExponentialDistributionTest.java
index 6ef3b9a39..7676af8c4 100644
--- a/src/test/org/apache/commons/math/distribution/ExponentialDistributionTest.java
+++ b/src/test/org/apache/commons/math/distribution/ExponentialDistributionTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -58,7 +58,7 @@ import org.apache.commons.math.TestUtils;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:31 $
*/
public class ExponentialDistributionTest extends TestCase {
private ExponentialDistribution exp;
diff --git a/src/test/org/apache/commons/math/distribution/FDistributionTest.java b/src/test/org/apache/commons/math/distribution/FDistributionTest.java
index 8afe0f898..524d73a63 100644
--- a/src/test/org/apache/commons/math/distribution/FDistributionTest.java
+++ b/src/test/org/apache/commons/math/distribution/FDistributionTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -56,7 +56,7 @@ package org.apache.commons.math.stat.distribution;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.3 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.4 $ $Date: 2003/10/16 15:24:31 $
*/
public class FDistributionTest extends TestCase {
private FDistribution f;
diff --git a/src/test/org/apache/commons/math/distribution/GammaDistributionTest.java b/src/test/org/apache/commons/math/distribution/GammaDistributionTest.java
index 24cc6b387..4e94c93a1 100644
--- a/src/test/org/apache/commons/math/distribution/GammaDistributionTest.java
+++ b/src/test/org/apache/commons/math/distribution/GammaDistributionTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -57,7 +57,7 @@ package org.apache.commons.math.stat.distribution;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.6 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.7 $ $Date: 2003/10/16 15:24:31 $
*/
public class GammaDistributionTest extends TestCase {
public void testProbabilities(){
diff --git a/src/test/org/apache/commons/math/distribution/HypergeometricDistributionTest.java b/src/test/org/apache/commons/math/distribution/HypergeometricDistributionTest.java
index aa06a678b..1ff363990 100644
--- a/src/test/org/apache/commons/math/distribution/HypergeometricDistributionTest.java
+++ b/src/test/org/apache/commons/math/distribution/HypergeometricDistributionTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -57,7 +57,7 @@ package org.apache.commons.math.stat.distribution;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.2 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.3 $ $Date: 2003/10/16 15:24:31 $
*/
public class HypergeometricDistributionTest extends TestCase {
private HypergeometricDistribution h;
diff --git a/src/test/org/apache/commons/math/distribution/TDistributionTest.java b/src/test/org/apache/commons/math/distribution/TDistributionTest.java
index 3a792e01c..bfa1f4281 100644
--- a/src/test/org/apache/commons/math/distribution/TDistributionTest.java
+++ b/src/test/org/apache/commons/math/distribution/TDistributionTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -56,7 +56,7 @@ package org.apache.commons.math.stat.distribution;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:31 $
*/
public class TDistributionTest extends TestCase {
private TDistribution t;
diff --git a/src/test/org/apache/commons/math/linear/RealMatrixImplTest.java b/src/test/org/apache/commons/math/linear/RealMatrixImplTest.java
index 726b0aa1b..d909a8bf4 100644
--- a/src/test/org/apache/commons/math/linear/RealMatrixImplTest.java
+++ b/src/test/org/apache/commons/math/linear/RealMatrixImplTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -60,7 +60,7 @@ import junit.framework.TestSuite;
/**
* Test cases for the {@link RealMatrixImpl} class.
*
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:07:26 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:33 $
*/
public final class RealMatrixImplTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/random/EmpiricalDistributionTest.java b/src/test/org/apache/commons/math/random/EmpiricalDistributionTest.java
index 8059bb2ab..8399867eb 100644
--- a/src/test/org/apache/commons/math/random/EmpiricalDistributionTest.java
+++ b/src/test/org/apache/commons/math/random/EmpiricalDistributionTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -65,7 +65,7 @@ import org.apache.commons.math.stat.UnivariateImpl;
/**
* Test cases for the EmpiricalDistribution class
*
- * @version $Revision: 1.3 $ $Date: 2003/10/13 08:07:52 $
+ * @version $Revision: 1.4 $ $Date: 2003/10/16 15:24:29 $
*/
public final class EmpiricalDistributionTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/random/RandomDataTest.java b/src/test/org/apache/commons/math/random/RandomDataTest.java
index 029271e07..2943f58a9 100644
--- a/src/test/org/apache/commons/math/random/RandomDataTest.java
+++ b/src/test/org/apache/commons/math/random/RandomDataTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -68,7 +68,7 @@ import org.apache.commons.math.stat.UnivariateImpl;
/**
* Test cases for the RandomData class.
*
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:07:52 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:29 $
*/
public final class RandomDataTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/random/ValueServerTest.java b/src/test/org/apache/commons/math/random/ValueServerTest.java
index c85407128..7eac1a71c 100644
--- a/src/test/org/apache/commons/math/random/ValueServerTest.java
+++ b/src/test/org/apache/commons/math/random/ValueServerTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -64,7 +64,7 @@ import org.apache.commons.math.stat.UnivariateImpl;
/**
* Test cases for the ValueServer class.
*
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:07:52 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:29 $
*/
public final class ValueServerTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/special/BetaTest.java b/src/test/org/apache/commons/math/special/BetaTest.java
index e51236603..5f05bf586 100644
--- a/src/test/org/apache/commons/math/special/BetaTest.java
+++ b/src/test/org/apache/commons/math/special/BetaTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -53,10 +53,13 @@
*/
package org.apache.commons.math.special;
+import org.apache.commons.math.MathException;
+import org.apache.commons.math.TestUtils;
+
import junit.framework.TestCase;
/**
- * @version $Revision: 1.3 $ $Date: 2003/10/13 08:08:06 $
+ * @version $Revision: 1.4 $ $Date: 2003/10/16 15:24:32 $
*/
public class BetaTest extends TestCase {
/**
@@ -67,22 +70,20 @@ public class BetaTest extends TestCase {
super(name);
}
- private void testRegularizedBeta(double expected, double x, double a, double b) {
- double actual = Beta.regularizedBeta(x, a, b);
- if (Double.isNaN(expected)) {
- assertTrue(Double.isNaN(actual));
- } else {
- assertEquals(expected, actual, 10e-5);
+ private void testRegularizedBeta(double expected, double x, double a,
+ double b)
+ {
+ try {
+ double actual = Beta.regularizedBeta(x, a, b);
+ TestUtils.assertEquals(expected, actual, 10e-5);
+ } catch(MathException ex){
+ fail(ex.getMessage());
}
}
private void testLogBeta(double expected, double a, double b) {
double actual = Beta.logBeta(a, b);
- if (Double.isNaN(expected)) {
- assertTrue(Double.isNaN(actual));
- } else {
- assertEquals(expected, actual, 10e-5);
- }
+ TestUtils.assertEquals(expected, actual, 10e-5);
}
public void testRegularizedBetaNanPositivePositive() {
diff --git a/src/test/org/apache/commons/math/special/GammaTest.java b/src/test/org/apache/commons/math/special/GammaTest.java
index fa8b63be1..f03e23747 100644
--- a/src/test/org/apache/commons/math/special/GammaTest.java
+++ b/src/test/org/apache/commons/math/special/GammaTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -53,12 +53,13 @@
*/
package org.apache.commons.math.special;
+import org.apache.commons.math.MathException;
import org.apache.commons.math.TestUtils;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:06 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:32 $
*/
public class GammaTest extends TestCase {
/**
@@ -70,8 +71,12 @@ public class GammaTest extends TestCase {
}
private void testRegularizedGamma(double expected, double a, double x) {
- double actual = Gamma.regularizedGammaP(a, x);
- TestUtils.assertEquals(expected, actual, 10e-5);
+ try {
+ double actual = Gamma.regularizedGammaP(a, x);
+ TestUtils.assertEquals(expected, actual, 10e-5);
+ } catch(MathException ex){
+ fail(ex.getMessage());
+ }
}
private void testLogGamma(double expected, double x) {
diff --git a/src/test/org/apache/commons/math/stat/BeanListUnivariateImplTest.java b/src/test/org/apache/commons/math/stat/BeanListUnivariateImplTest.java
index fb3048e95..ed32f74a6 100644
--- a/src/test/org/apache/commons/math/stat/BeanListUnivariateImplTest.java
+++ b/src/test/org/apache/commons/math/stat/BeanListUnivariateImplTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -65,7 +65,7 @@ import org.apache.commons.math.beans.*;
/**
* Test cases for the {@link BeanListUnivariateImpl} class.
*
- * @version $Revision: 1.6 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.7 $ $Date: 2003/10/16 15:24:28 $
*/
public final class BeanListUnivariateImplTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/stat/BivariateRegressionTest.java b/src/test/org/apache/commons/math/stat/BivariateRegressionTest.java
index 3c45d3496..8cdbd41f9 100644
--- a/src/test/org/apache/commons/math/stat/BivariateRegressionTest.java
+++ b/src/test/org/apache/commons/math/stat/BivariateRegressionTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -59,7 +59,7 @@ import junit.framework.TestSuite;
/**
* Test cases for the TestStatistic class.
*
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:28 $
*/
public final class BivariateRegressionTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/stat/CertifiedDataTest.java b/src/test/org/apache/commons/math/stat/CertifiedDataTest.java
index 4049c8e28..065a71f30 100644
--- a/src/test/org/apache/commons/math/stat/CertifiedDataTest.java
+++ b/src/test/org/apache/commons/math/stat/CertifiedDataTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -64,7 +64,7 @@ import java.io.InputStreamReader;
import org.apache.commons.logging.*;
/**
* Test cases for the {@link Univariate} class.
- * @version $Revision: 1.8 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.9 $ $Date: 2003/10/16 15:24:28 $
*/
public class CertifiedDataTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/stat/FrequencyTest.java b/src/test/org/apache/commons/math/stat/FrequencyTest.java
index a955c49a3..b4cd4d746 100644
--- a/src/test/org/apache/commons/math/stat/FrequencyTest.java
+++ b/src/test/org/apache/commons/math/stat/FrequencyTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -64,7 +64,7 @@ import junit.framework.TestSuite;
/**
* Test cases for the {@link Frequency} class.
*
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:28 $
*/
public final class FrequencyTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/stat/ListUnivariateImplTest.java b/src/test/org/apache/commons/math/stat/ListUnivariateImplTest.java
index 373a1b57a..5c9731a96 100644
--- a/src/test/org/apache/commons/math/stat/ListUnivariateImplTest.java
+++ b/src/test/org/apache/commons/math/stat/ListUnivariateImplTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -63,7 +63,7 @@ import junit.framework.TestSuite;
/**
* Test cases for the {@link Univariate} class.
*
- * @version $Revision: 1.6 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.7 $ $Date: 2003/10/16 15:24:28 $
*/
public final class ListUnivariateImplTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/stat/MixedListUnivariateImplTest.java b/src/test/org/apache/commons/math/stat/MixedListUnivariateImplTest.java
index 1c6572ae3..1903ea6ee 100644
--- a/src/test/org/apache/commons/math/stat/MixedListUnivariateImplTest.java
+++ b/src/test/org/apache/commons/math/stat/MixedListUnivariateImplTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -64,7 +64,7 @@ import junit.framework.TestSuite;
/**
* Test cases for the {@link Univariate} class.
*
- * @version $Revision: 1.2 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.3 $ $Date: 2003/10/16 15:24:28 $
*/
public final class MixedListUnivariateImplTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/stat/StatUtilsTest.java b/src/test/org/apache/commons/math/stat/StatUtilsTest.java
index a3d779d33..1ad246bef 100644
--- a/src/test/org/apache/commons/math/stat/StatUtilsTest.java
+++ b/src/test/org/apache/commons/math/stat/StatUtilsTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -59,7 +59,7 @@ import junit.framework.TestSuite;
/**
* Test cases for the {@link StatUtils} class.
- * @version $Revision: 1.7 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.8 $ $Date: 2003/10/16 15:24:28 $
*/
public final class StatUtilsTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/stat/StoreUnivariateImplTest.java b/src/test/org/apache/commons/math/stat/StoreUnivariateImplTest.java
index 60e255c4e..e89df8ec3 100644
--- a/src/test/org/apache/commons/math/stat/StoreUnivariateImplTest.java
+++ b/src/test/org/apache/commons/math/stat/StoreUnivariateImplTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -63,7 +63,7 @@ import org.apache.commons.math.random.RandomDataImpl;
/**
* Test cases for the {@link Univariate} class.
*
- * @version $Revision: 1.6 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.7 $ $Date: 2003/10/16 15:24:28 $
*/
public final class StoreUnivariateImplTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/stat/TestStatisticTest.java b/src/test/org/apache/commons/math/stat/TestStatisticTest.java
index a11ea8bc2..ca9d1e163 100644
--- a/src/test/org/apache/commons/math/stat/TestStatisticTest.java
+++ b/src/test/org/apache/commons/math/stat/TestStatisticTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -59,7 +59,7 @@ import junit.framework.TestSuite;
/**
* Test cases for the TestStatistic class.
*
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:28 $
*/
public final class TestStatisticTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/stat/UnivariateImplTest.java b/src/test/org/apache/commons/math/stat/UnivariateImplTest.java
index 2653151e5..9f414dcc0 100644
--- a/src/test/org/apache/commons/math/stat/UnivariateImplTest.java
+++ b/src/test/org/apache/commons/math/stat/UnivariateImplTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -60,7 +60,7 @@ import junit.framework.TestSuite;
/**
* Test cases for the {@link Univariate} class.
*
- * @version $Revision: 1.8 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.9 $ $Date: 2003/10/16 15:24:28 $
*/
public final class UnivariateImplTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/stat/univariate/InteractionTest.java b/src/test/org/apache/commons/math/stat/univariate/InteractionTest.java
index d60bba689..1e3e61c73 100644
--- a/src/test/org/apache/commons/math/stat/univariate/InteractionTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/InteractionTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -62,7 +62,7 @@ import org.apache.commons.math.stat.univariate.moment.Variance;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:33 $
*/
public class InteractionTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/stat/univariate/StorelessUnivariateStatisticAbstractTest.java b/src/test/org/apache/commons/math/stat/univariate/StorelessUnivariateStatisticAbstractTest.java
index 7ffac41f4..aa2c97d04 100644
--- a/src/test/org/apache/commons/math/stat/univariate/StorelessUnivariateStatisticAbstractTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/StorelessUnivariateStatisticAbstractTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -56,7 +56,7 @@ package org.apache.commons.math.stat.univariate;
/**
* Test cases for the {@link UnivariateStatistic} class.
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:33 $
*/
public abstract class StorelessUnivariateStatisticAbstractTest
extends UnivariateStatisticAbstractTest {
diff --git a/src/test/org/apache/commons/math/stat/univariate/UnivariateStatisticAbstractTest.java b/src/test/org/apache/commons/math/stat/univariate/UnivariateStatisticAbstractTest.java
index 5cfd563b5..0892e631e 100644
--- a/src/test/org/apache/commons/math/stat/univariate/UnivariateStatisticAbstractTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/UnivariateStatisticAbstractTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -57,7 +57,7 @@ import junit.framework.TestCase;
/**
* Test cases for the {@link UnivariateStatistic} class.
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:33 $
*/
public abstract class UnivariateStatisticAbstractTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/stat/univariate/moment/GeometricMeanTest.java b/src/test/org/apache/commons/math/stat/univariate/moment/GeometricMeanTest.java
index 65cd17bcf..44cc16835 100644
--- a/src/test/org/apache/commons/math/stat/univariate/moment/GeometricMeanTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/moment/GeometricMeanTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -61,7 +61,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic;
/**
* Test cases for the {@link UnivariateStatistic} class.
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:28 $
*/
public class GeometricMeanTest extends StorelessUnivariateStatisticAbstractTest{
diff --git a/src/test/org/apache/commons/math/stat/univariate/moment/KurtosisTest.java b/src/test/org/apache/commons/math/stat/univariate/moment/KurtosisTest.java
index 2dc3d5f66..ac7fcf71f 100644
--- a/src/test/org/apache/commons/math/stat/univariate/moment/KurtosisTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/moment/KurtosisTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -61,7 +61,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic;
/**
* Test cases for the {@link UnivariateStatistic} class.
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:28 $
*/
public class KurtosisTest extends StorelessUnivariateStatisticAbstractTest{
diff --git a/src/test/org/apache/commons/math/stat/univariate/moment/MeanTest.java b/src/test/org/apache/commons/math/stat/univariate/moment/MeanTest.java
index d5d1421aa..8e1af824e 100644
--- a/src/test/org/apache/commons/math/stat/univariate/moment/MeanTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/moment/MeanTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -61,7 +61,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic;
/**
* Test cases for the {@link UnivariateStatistic} class.
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:38 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:28 $
*/
public class MeanTest extends StorelessUnivariateStatisticAbstractTest{
diff --git a/src/test/org/apache/commons/math/stat/univariate/moment/SkewnessTest.java b/src/test/org/apache/commons/math/stat/univariate/moment/SkewnessTest.java
index 7a282b021..9424f52ea 100644
--- a/src/test/org/apache/commons/math/stat/univariate/moment/SkewnessTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/moment/SkewnessTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -62,7 +62,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic;
/**
* Test cases for the {@link UnivariateStatistic} class.
*
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:28 $
*/
public class SkewnessTest extends StorelessUnivariateStatisticAbstractTest{
diff --git a/src/test/org/apache/commons/math/stat/univariate/moment/StandardDeviationTest.java b/src/test/org/apache/commons/math/stat/univariate/moment/StandardDeviationTest.java
index 76360a6fe..69e4a2f84 100644
--- a/src/test/org/apache/commons/math/stat/univariate/moment/StandardDeviationTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/moment/StandardDeviationTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -62,7 +62,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic;
/**
* Test cases for the {@link UnivariateStatistic} class.
*
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:28 $
*/
public class StandardDeviationTest extends StorelessUnivariateStatisticAbstractTest{
diff --git a/src/test/org/apache/commons/math/stat/univariate/moment/VarianceTest.java b/src/test/org/apache/commons/math/stat/univariate/moment/VarianceTest.java
index 26d64d1b6..598d7c297 100644
--- a/src/test/org/apache/commons/math/stat/univariate/moment/VarianceTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/moment/VarianceTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -62,7 +62,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic;
/**
* Test cases for the {@link UnivariateStatistic} class.
*
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:28 $
*/
public class VarianceTest extends StorelessUnivariateStatisticAbstractTest{
diff --git a/src/test/org/apache/commons/math/stat/univariate/rank/MaxTest.java b/src/test/org/apache/commons/math/stat/univariate/rank/MaxTest.java
index 77409a54b..d75402d20 100644
--- a/src/test/org/apache/commons/math/stat/univariate/rank/MaxTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/rank/MaxTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -61,7 +61,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic;
/**
* Test cases for the {@link UnivariateStatistic} class.
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:32 $
*/
public class MaxTest extends StorelessUnivariateStatisticAbstractTest{
diff --git a/src/test/org/apache/commons/math/stat/univariate/rank/MedianTest.java b/src/test/org/apache/commons/math/stat/univariate/rank/MedianTest.java
index 090d34902..36c92a544 100644
--- a/src/test/org/apache/commons/math/stat/univariate/rank/MedianTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/rank/MedianTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -61,7 +61,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatisticAbstractTest;
/**
* Test cases for the {@link UnivariateStatistic} class.
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:39 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:32 $
*/
public class MedianTest extends UnivariateStatisticAbstractTest{
diff --git a/src/test/org/apache/commons/math/stat/univariate/rank/MinTest.java b/src/test/org/apache/commons/math/stat/univariate/rank/MinTest.java
index c03e5c082..a9fcc2102 100644
--- a/src/test/org/apache/commons/math/stat/univariate/rank/MinTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/rank/MinTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -61,7 +61,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic;
/**
* Test cases for the {@link UnivariateStatistic} class.
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:32 $
*/
public class MinTest extends StorelessUnivariateStatisticAbstractTest{
diff --git a/src/test/org/apache/commons/math/stat/univariate/rank/PercentileTest.java b/src/test/org/apache/commons/math/stat/univariate/rank/PercentileTest.java
index 20e9861fe..896591baf 100644
--- a/src/test/org/apache/commons/math/stat/univariate/rank/PercentileTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/rank/PercentileTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -61,7 +61,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatisticAbstractTest;
/**
* Test cases for the {@link UnivariateStatistic} class.
- * @version $Revision: 1.5 $ $Date: 2003/10/16 15:15:04 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:32 $
*/
public class PercentileTest extends UnivariateStatisticAbstractTest{
diff --git a/src/test/org/apache/commons/math/stat/univariate/summary/ProductTest.java b/src/test/org/apache/commons/math/stat/univariate/summary/ProductTest.java
index cf48e9796..5fe9bb80e 100644
--- a/src/test/org/apache/commons/math/stat/univariate/summary/ProductTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/summary/ProductTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -61,7 +61,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic;
/**
* Test cases for the {@link UnivariateStatistic} class.
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:33 $
*/
public class ProductTest extends StorelessUnivariateStatisticAbstractTest{
diff --git a/src/test/org/apache/commons/math/stat/univariate/summary/SumLogTest.java b/src/test/org/apache/commons/math/stat/univariate/summary/SumLogTest.java
index 471cfbd09..8b307386a 100644
--- a/src/test/org/apache/commons/math/stat/univariate/summary/SumLogTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/summary/SumLogTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -61,7 +61,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic;
/**
* Test cases for the {@link UnivariateStatistic} class.
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:33 $
*/
public class SumLogTest extends StorelessUnivariateStatisticAbstractTest{
diff --git a/src/test/org/apache/commons/math/stat/univariate/summary/SumSqTest.java b/src/test/org/apache/commons/math/stat/univariate/summary/SumSqTest.java
index 0a47c09d5..fe4be99ee 100644
--- a/src/test/org/apache/commons/math/stat/univariate/summary/SumSqTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/summary/SumSqTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -61,7 +61,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic;
/**
* Test cases for the {@link UnivariateStatistic} class.
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:33 $
*/
public class SumSqTest extends StorelessUnivariateStatisticAbstractTest{
diff --git a/src/test/org/apache/commons/math/stat/univariate/summary/SumTest.java b/src/test/org/apache/commons/math/stat/univariate/summary/SumTest.java
index e8fdce2ec..c680e2a4c 100644
--- a/src/test/org/apache/commons/math/stat/univariate/summary/SumTest.java
+++ b/src/test/org/apache/commons/math/stat/univariate/summary/SumTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -61,7 +61,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic;
/**
* Test cases for the {@link UnivariateStatistic} class.
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:33 $
*/
public class SumTest extends StorelessUnivariateStatisticAbstractTest{
diff --git a/src/test/org/apache/commons/math/util/BeanTransformerTest.java b/src/test/org/apache/commons/math/util/BeanTransformerTest.java
index 97a39a558..7d95f3ef1 100644
--- a/src/test/org/apache/commons/math/util/BeanTransformerTest.java
+++ b/src/test/org/apache/commons/math/util/BeanTransformerTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -59,7 +59,7 @@ import org.apache.commons.math.TestUtils;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.2 $ $Date: 2003/10/13 08:07:11 $
+ * @version $Revision: 1.3 $ $Date: 2003/10/16 15:24:31 $
*/
public class BeanTransformerTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/util/ContinuedFractionTest.java b/src/test/org/apache/commons/math/util/ContinuedFractionTest.java
index a63ad6e61..4fb231d81 100644
--- a/src/test/org/apache/commons/math/util/ContinuedFractionTest.java
+++ b/src/test/org/apache/commons/math/util/ContinuedFractionTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -53,10 +53,12 @@
*/
package org.apache.commons.math.util;
+import org.apache.commons.math.MathException;
+
import junit.framework.TestCase;
/**
- * @version $Revision: 1.3 $ $Date: 2003/10/13 08:07:11 $
+ * @version $Revision: 1.4 $ $Date: 2003/10/16 15:24:31 $
*/
public class ContinuedFractionTest extends TestCase {
/**
@@ -77,7 +79,12 @@ public class ContinuedFractionTest extends TestCase {
return 1.0;
}
};
- double gr = cf.evaluate(0.0, 10e-9);
- assertEquals(1.61803399, gr, 10e-9);
+
+ try {
+ double gr = cf.evaluate(0.0, 10e-9);
+ assertEquals(1.61803399, gr, 10e-9);
+ } catch (MathException e) {
+ fail(e.getMessage());
+ }
}
}
diff --git a/src/test/org/apache/commons/math/util/ContractableDoubleArrayTest.java b/src/test/org/apache/commons/math/util/ContractableDoubleArrayTest.java
index dc166b7b5..6d871e7d4 100644
--- a/src/test/org/apache/commons/math/util/ContractableDoubleArrayTest.java
+++ b/src/test/org/apache/commons/math/util/ContractableDoubleArrayTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -57,7 +57,7 @@ package org.apache.commons.math.util;
/**
* This class contains test cases for the ExpandableDoubleArray.
*
- * @version $Revision: 1.3 $ $Date: 2003/10/13 08:07:11 $
+ * @version $Revision: 1.4 $ $Date: 2003/10/16 15:24:31 $
*/
public class ContractableDoubleArrayTest extends ExpandableDoubleArrayTest {
diff --git a/src/test/org/apache/commons/math/util/DefaultTransformerTest.java b/src/test/org/apache/commons/math/util/DefaultTransformerTest.java
index d5a34c4e3..828a69779 100644
--- a/src/test/org/apache/commons/math/util/DefaultTransformerTest.java
+++ b/src/test/org/apache/commons/math/util/DefaultTransformerTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -61,7 +61,7 @@ import org.apache.commons.math.TestUtils;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.2 $ $Date: 2003/10/13 08:07:11 $
+ * @version $Revision: 1.3 $ $Date: 2003/10/16 15:24:31 $
*/
public class DefaultTransformerTest extends TestCase {
/**
diff --git a/src/test/org/apache/commons/math/util/DoubleArrayAbstractTest.java b/src/test/org/apache/commons/math/util/DoubleArrayAbstractTest.java
index 7da9c2147..f2b49f1fe 100644
--- a/src/test/org/apache/commons/math/util/DoubleArrayAbstractTest.java
+++ b/src/test/org/apache/commons/math/util/DoubleArrayAbstractTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -60,7 +60,7 @@ import junit.framework.TestCase;
/**
* This class contains test cases for the ExpandableDoubleArray.
*
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:07:11 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:31 $
*/
public abstract class DoubleArrayAbstractTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/util/ExpandableDoubleArrayTest.java b/src/test/org/apache/commons/math/util/ExpandableDoubleArrayTest.java
index f2da36ce4..425b4fa61 100644
--- a/src/test/org/apache/commons/math/util/ExpandableDoubleArrayTest.java
+++ b/src/test/org/apache/commons/math/util/ExpandableDoubleArrayTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -57,7 +57,7 @@ package org.apache.commons.math.util;
/**
* This class contains test cases for the ExpandableDoubleArray.
*
- * @version $Revision: 1.4 $ $Date: 2003/10/13 08:07:11 $
+ * @version $Revision: 1.5 $ $Date: 2003/10/16 15:24:31 $
*/
public class ExpandableDoubleArrayTest extends DoubleArrayAbstractTest {
diff --git a/src/test/org/apache/commons/math/util/FixedDoubleArrayTest.java b/src/test/org/apache/commons/math/util/FixedDoubleArrayTest.java
index 77f911a08..be3f76286 100644
--- a/src/test/org/apache/commons/math/util/FixedDoubleArrayTest.java
+++ b/src/test/org/apache/commons/math/util/FixedDoubleArrayTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -57,7 +57,7 @@ package org.apache.commons.math.util;
/**
* This class contains test cases for the ExpandableDoubleArray.
*
- * @version $Revision: 1.5 $ $Date: 2003/10/13 08:07:11 $
+ * @version $Revision: 1.6 $ $Date: 2003/10/16 15:24:31 $
*/
public class FixedDoubleArrayTest extends DoubleArrayAbstractTest {
diff --git a/src/test/org/apache/commons/math/util/MathUtilsTest.java b/src/test/org/apache/commons/math/util/MathUtilsTest.java
index 79de411b8..7b1930792 100644
--- a/src/test/org/apache/commons/math/util/MathUtilsTest.java
+++ b/src/test/org/apache/commons/math/util/MathUtilsTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -60,7 +60,7 @@ import junit.framework.TestSuite;
/**
* Test cases for the MathUtils class.
*
- * @version $Revision: 1.3 $ $Date: 2003/10/13 08:07:11 $
+ * @version $Revision: 1.4 $ $Date: 2003/10/16 15:24:31 $
*/
public final class MathUtilsTest extends TestCase {
diff --git a/src/test/org/apache/commons/math/util/TestBean.java b/src/test/org/apache/commons/math/util/TestBean.java
index 1ed76e068..432704b3b 100644
--- a/src/test/org/apache/commons/math/util/TestBean.java
+++ b/src/test/org/apache/commons/math/util/TestBean.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -55,7 +55,7 @@
package org.apache.commons.math.util;
/**
- * @version $Revision: 1.2 $ $Date: 2003/10/13 08:07:11 $
+ * @version $Revision: 1.3 $ $Date: 2003/10/16 15:24:31 $
*/
public class TestBean {
private Double x = new Double(1.0);
diff --git a/src/test/org/apache/commons/math/util/TransformerMapTest.java b/src/test/org/apache/commons/math/util/TransformerMapTest.java
index 5740d6d97..dcea3972d 100644
--- a/src/test/org/apache/commons/math/util/TransformerMapTest.java
+++ b/src/test/org/apache/commons/math/util/TransformerMapTest.java
@@ -29,7 +29,7 @@
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
+ * nor may "Apache" appear in their name without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -57,7 +57,7 @@ package org.apache.commons.math.util;
import junit.framework.TestCase;
/**
- * @version $Revision: 1.2 $ $Date: 2003/10/13 08:07:11 $
+ * @version $Revision: 1.3 $ $Date: 2003/10/16 15:24:31 $
*/
public class TransformerMapTest extends TestCase {
/**