From 595e470d70fed31c513b358d61a4f8f6ff86b020 Mon Sep 17 00:00:00 2001 From: Robert Burrell Donkin Date: Mon, 13 Oct 2003 08:11:44 +0000 Subject: [PATCH] Fixed typos in apache license git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141001 13f79535-47bb-0310-9956-ffa450edef68 --- LICENSE.txt | 6 +++--- .../apache/commons/math/MathConfigurationException.java | 8 ++++---- src/java/org/apache/commons/math/MathException.java | 8 ++++---- .../org/apache/commons/math/analysis/BisectionSolver.java | 8 ++++---- .../org/apache/commons/math/analysis/BrentSolver.java | 8 ++++---- .../commons/math/analysis/ConvergenceException.java | 8 ++++---- .../apache/commons/math/analysis/CubicSplineFunction.java | 8 ++++---- .../org/apache/commons/math/analysis/SecantSolver.java | 8 ++++---- .../apache/commons/math/analysis/SplineInterpolator.java | 8 ++++---- .../commons/math/analysis/UnivariateRealFunction.java | 8 ++++---- .../commons/math/analysis/UnivariateRealInterpolator.java | 8 ++++---- .../commons/math/analysis/UnivariateRealSolver.java | 8 ++++---- .../math/analysis/UnivariateRealSolverFactory.java | 8 ++++---- .../math/analysis/UnivariateRealSolverFactoryImpl.java | 8 ++++---- .../commons/math/analysis/UnivariateRealSolverImpl.java | 8 ++++---- .../commons/math/analysis/UnivariateRealSolverUtils.java | 8 ++++---- .../math/distribution/AbstractContinuousDistribution.java | 8 ++++---- .../math/distribution/AbstractDiscreteDistribution.java | 8 ++++---- .../commons/math/distribution/BinomialDistribution.java | 8 ++++---- .../math/distribution/BinomialDistributionImpl.java | 8 ++++---- .../commons/math/distribution/ChiSquaredDistribution.java | 8 ++++---- .../math/distribution/ChiSquaredDistributionImpl.java | 8 ++++---- .../commons/math/distribution/ContinuousDistribution.java | 8 ++++---- .../commons/math/distribution/DiscreteDistribution.java | 8 ++++---- .../commons/math/distribution/DistributionFactory.java | 8 ++++---- .../math/distribution/DistributionFactoryImpl.java | 8 ++++---- .../math/distribution/ExponentialDistribution.java | 8 ++++---- .../math/distribution/ExponentialDistributionImpl.java | 8 ++++---- .../apache/commons/math/distribution/FDistribution.java | 8 ++++---- .../commons/math/distribution/FDistributionImpl.java | 8 ++++---- .../commons/math/distribution/GammaDistribution.java | 8 ++++---- .../commons/math/distribution/GammaDistributionImpl.java | 8 ++++---- .../math/distribution/HypergeometricDistribution.java | 8 ++++---- .../math/distribution/HypergeometricDistributionImpl.java | 8 ++++---- .../apache/commons/math/distribution/TDistribution.java | 8 ++++---- .../commons/math/distribution/TDistributionImpl.java | 8 ++++---- src/java/org/apache/commons/math/linear/RealMatrix.java | 8 ++++---- .../org/apache/commons/math/linear/RealMatrixImpl.java | 8 ++++---- .../apache/commons/math/random/EmpiricalDistribution.java | 8 ++++---- .../commons/math/random/EmpiricalDistributionImpl.java | 8 ++++---- src/java/org/apache/commons/math/random/RandomData.java | 8 ++++---- .../org/apache/commons/math/random/RandomDataImpl.java | 8 ++++---- src/java/org/apache/commons/math/random/ValueServer.java | 8 ++++---- src/java/org/apache/commons/math/special/Beta.java | 8 ++++---- src/java/org/apache/commons/math/special/Gamma.java | 8 ++++---- .../apache/commons/math/stat/AbstractStoreUnivariate.java | 8 ++++---- .../org/apache/commons/math/stat/AbstractUnivariate.java | 8 ++++---- src/java/org/apache/commons/math/stat/Applyable.java | 6 +++--- .../apache/commons/math/stat/BeanListUnivariateImpl.java | 8 ++++---- .../org/apache/commons/math/stat/BivariateRegression.java | 8 ++++---- src/java/org/apache/commons/math/stat/Frequency.java | 8 ++++---- .../org/apache/commons/math/stat/ListUnivariateImpl.java | 8 ++++---- src/java/org/apache/commons/math/stat/StatUtils.java | 8 ++++---- .../org/apache/commons/math/stat/StoreUnivariate.java | 8 ++++---- .../org/apache/commons/math/stat/StoreUnivariateImpl.java | 8 ++++---- src/java/org/apache/commons/math/stat/TestStatistic.java | 8 ++++---- .../org/apache/commons/math/stat/TestStatisticImpl.java | 8 ++++---- src/java/org/apache/commons/math/stat/Univariate.java | 8 ++++---- src/java/org/apache/commons/math/stat/UnivariateImpl.java | 8 ++++---- .../univariate/AbstractStorelessUnivariateStatistic.java | 8 ++++---- .../math/stat/univariate/AbstractUnivariateStatistic.java | 8 ++++---- .../stat/univariate/StorelessUnivariateStatistic.java | 8 ++++---- .../commons/math/stat/univariate/UnivariateStatistic.java | 8 ++++---- .../commons/math/stat/univariate/moment/FirstMoment.java | 8 ++++---- .../commons/math/stat/univariate/moment/FourthMoment.java | 8 ++++---- .../math/stat/univariate/moment/GeometricMean.java | 8 ++++---- .../commons/math/stat/univariate/moment/Kurtosis.java | 8 ++++---- .../apache/commons/math/stat/univariate/moment/Mean.java | 8 ++++---- .../commons/math/stat/univariate/moment/SecondMoment.java | 8 ++++---- .../commons/math/stat/univariate/moment/Skewness.java | 8 ++++---- .../math/stat/univariate/moment/StandardDeviation.java | 8 ++++---- .../commons/math/stat/univariate/moment/ThirdMoment.java | 8 ++++---- .../commons/math/stat/univariate/moment/Variance.java | 8 ++++---- .../org/apache/commons/math/stat/univariate/rank/Max.java | 8 ++++---- .../apache/commons/math/stat/univariate/rank/Median.java | 8 ++++---- .../org/apache/commons/math/stat/univariate/rank/Min.java | 8 ++++---- .../commons/math/stat/univariate/rank/Percentile.java | 8 ++++---- .../commons/math/stat/univariate/summary/Product.java | 8 ++++---- .../apache/commons/math/stat/univariate/summary/Sum.java | 8 ++++---- .../commons/math/stat/univariate/summary/SumOfLogs.java | 8 ++++---- .../math/stat/univariate/summary/SumOfSquares.java | 8 ++++---- .../org/apache/commons/math/util/BeanTransformer.java | 8 ++++---- .../org/apache/commons/math/util/ContinuedFraction.java | 8 ++++---- .../apache/commons/math/util/ContractableDoubleArray.java | 8 ++++---- .../org/apache/commons/math/util/DefaultTransformer.java | 8 ++++---- src/java/org/apache/commons/math/util/DoubleArray.java | 8 ++++---- .../apache/commons/math/util/ExpandableDoubleArray.java | 8 ++++---- .../org/apache/commons/math/util/FixedDoubleArray.java | 8 ++++---- src/java/org/apache/commons/math/util/MathUtils.java | 8 ++++---- .../org/apache/commons/math/util/NumberTransformer.java | 8 ++++---- src/java/org/apache/commons/math/util/TransformerMap.java | 8 ++++---- .../commons/math/MathConfigurationExceptionTest.java | 8 ++++---- src/test/org/apache/commons/math/MathExceptionTest.java | 8 ++++---- src/test/org/apache/commons/math/TestUtils.java | 8 ++++---- .../apache/commons/math/analysis/BisectionSolverTest.java | 8 ++++---- .../commons/math/analysis/ConvergenceExceptionTest.java | 8 ++++---- .../apache/commons/math/analysis/InterpolatorTest.java | 8 ++++---- .../org/apache/commons/math/analysis/QuinticFunction.java | 8 ++++---- .../org/apache/commons/math/analysis/RealSolverTest.java | 8 ++++---- .../org/apache/commons/math/analysis/SinFunction.java | 8 ++++---- .../math/analysis/UnivariateRealSolverUtilsTest.java | 8 ++++---- src/test/org/apache/commons/math/beans/Patient.java | 8 ++++---- src/test/org/apache/commons/math/beans/VitalStats.java | 8 ++++---- .../math/distribution/BinomialDistributionTest.java | 8 ++++---- .../math/distribution/ChiSquareDistributionTest.java | 8 ++++---- .../math/distribution/DistributionFactoryImplTest.java | 8 ++++---- .../math/distribution/ExponentialDistributionTest.java | 8 ++++---- .../commons/math/distribution/FDistributionTest.java | 8 ++++---- .../commons/math/distribution/GammaDistributionTest.java | 8 ++++---- .../math/distribution/HypergeometricDistributionTest.java | 8 ++++---- .../commons/math/distribution/TDistributionTest.java | 8 ++++---- .../apache/commons/math/linear/RealMatrixImplTest.java | 8 ++++---- .../commons/math/random/EmpiricalDistributionTest.java | 8 ++++---- .../org/apache/commons/math/random/RandomDataTest.java | 8 ++++---- .../org/apache/commons/math/random/ValueServerTest.java | 8 ++++---- src/test/org/apache/commons/math/special/BetaTest.java | 8 ++++---- src/test/org/apache/commons/math/special/GammaTest.java | 8 ++++---- .../commons/math/stat/BeanListUnivariateImplTest.java | 8 ++++---- .../apache/commons/math/stat/BivariateRegressionTest.java | 8 ++++---- .../org/apache/commons/math/stat/CertifiedDataTest.java | 8 ++++---- src/test/org/apache/commons/math/stat/FrequencyTest.java | 8 ++++---- .../apache/commons/math/stat/ListUnivariateImplTest.java | 8 ++++---- .../commons/math/stat/MixedListUnivariateImplTest.java | 8 ++++---- src/test/org/apache/commons/math/stat/StatUtilsTest.java | 8 ++++---- .../apache/commons/math/stat/StoreUnivariateImplTest.java | 8 ++++---- .../org/apache/commons/math/stat/TestStatisticTest.java | 8 ++++---- .../org/apache/commons/math/stat/UnivariateImplTest.java | 8 ++++---- .../commons/math/stat/univariate/InteractionTest.java | 8 ++++---- .../StorelessUnivariateStatisticAbstractTest.java | 8 ++++---- .../stat/univariate/UnivariateStatisticAbstractTest.java | 8 ++++---- .../math/stat/univariate/moment/GeometricMeanTest.java | 8 ++++---- .../commons/math/stat/univariate/moment/KurtosisTest.java | 8 ++++---- .../commons/math/stat/univariate/moment/MeanTest.java | 8 ++++---- .../commons/math/stat/univariate/moment/SkewnessTest.java | 8 ++++---- .../stat/univariate/moment/StandardDeviationTest.java | 8 ++++---- .../commons/math/stat/univariate/moment/VarianceTest.java | 8 ++++---- .../apache/commons/math/stat/univariate/rank/MaxTest.java | 8 ++++---- .../commons/math/stat/univariate/rank/MedianTest.java | 8 ++++---- .../apache/commons/math/stat/univariate/rank/MinTest.java | 8 ++++---- .../commons/math/stat/univariate/rank/PercentileTest.java | 8 ++++---- .../commons/math/stat/univariate/summary/ProductTest.java | 8 ++++---- .../commons/math/stat/univariate/summary/SumLogTest.java | 8 ++++---- .../commons/math/stat/univariate/summary/SumSqTest.java | 8 ++++---- .../commons/math/stat/univariate/summary/SumTest.java | 8 ++++---- .../org/apache/commons/math/util/BeanTransformerTest.java | 8 ++++---- .../apache/commons/math/util/ContinuedFractionTest.java | 8 ++++---- .../commons/math/util/ContractableDoubleArrayTest.java | 8 ++++---- .../apache/commons/math/util/DefaultTransformerTest.java | 8 ++++---- .../apache/commons/math/util/DoubleArrayAbstractTest.java | 8 ++++---- .../commons/math/util/ExpandableDoubleArrayTest.java | 8 ++++---- .../apache/commons/math/util/FixedDoubleArrayTest.java | 8 ++++---- src/test/org/apache/commons/math/util/MathUtilsTest.java | 8 ++++---- src/test/org/apache/commons/math/util/TestBean.java | 8 ++++---- .../org/apache/commons/math/util/TransformerMapTest.java | 8 ++++---- 154 files changed, 614 insertions(+), 614 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 8e419339c..6bf9de74c 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived diff --git a/src/java/org/apache/commons/math/MathConfigurationException.java b/src/java/org/apache/commons/math/MathConfigurationException.java index bc61c43ba..1d1fd235d 100644 --- a/src/java/org/apache/commons/math/MathConfigurationException.java +++ b/src/java/org/apache/commons/math/MathConfigurationException.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -55,7 +55,7 @@ package org.apache.commons.math; /** * Signals a configuration problem with any of the factory methods. - * @version $Revision: 1.7 $ $Date: 2003/09/27 04:13:34 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:11:33 $ */ public class MathConfigurationException extends MathException { diff --git a/src/java/org/apache/commons/math/MathException.java b/src/java/org/apache/commons/math/MathException.java index a47371f7f..df0c323b5 100644 --- a/src/java/org/apache/commons/math/MathException.java +++ b/src/java/org/apache/commons/math/MathException.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ import org.apache.commons.lang.exception.NestableException; /** * A generic exception indicating problems in the math package. - * @version $Revision: 1.6 $ $Date: 2003/09/27 04:13:34 $ + * @version $Revision: 1.7 $ $Date: 2003/10/13 08:11:33 $ */ public class MathException extends NestableException { diff --git a/src/java/org/apache/commons/math/analysis/BisectionSolver.java b/src/java/org/apache/commons/math/analysis/BisectionSolver.java index 02bd1183d..319dfb0b7 100644 --- a/src/java/org/apache/commons/math/analysis/BisectionSolver.java +++ b/src/java/org/apache/commons/math/analysis/BisectionSolver.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ import org.apache.commons.math.MathException; * Provide the bisection algorithm for solving for zeros of real univariate * functions. It will only search for one zero in the given interval. The * function is supposed to be continuous but not necessarily smooth. - * @version $Revision: 1.3 $ $Date: 2003/08/09 04:03:41 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:31 $ */ public class BisectionSolver extends UnivariateRealSolverImpl { /** diff --git a/src/java/org/apache/commons/math/analysis/BrentSolver.java b/src/java/org/apache/commons/math/analysis/BrentSolver.java index c0818e177..14fed12ad 100644 --- a/src/java/org/apache/commons/math/analysis/BrentSolver.java +++ b/src/java/org/apache/commons/math/analysis/BrentSolver.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -61,7 +61,7 @@ import org.apache.commons.math.MathException; * It will only search for one zero in the given interval. * The function is supposed to be continuous but not necessarily smooth. * - * @version $Revision: 1.4 $ $Date: 2003/07/11 15:59:14 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:31 $ */ public class BrentSolver extends UnivariateRealSolverImpl { /** diff --git a/src/java/org/apache/commons/math/analysis/ConvergenceException.java b/src/java/org/apache/commons/math/analysis/ConvergenceException.java index ef525a394..b69695e0a 100644 --- a/src/java/org/apache/commons/math/analysis/ConvergenceException.java +++ b/src/java/org/apache/commons/math/analysis/ConvergenceException.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ import org.apache.commons.lang.exception.NestableRuntimeException; * Error thrown when a numerical computation can not be performed because the * numerical result failed to converge to a finite value. * - * @version $Revision: 1.3 $ $Date: 2003/09/27 04:13:33 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:31 $ */ public class ConvergenceException extends NestableRuntimeException { /** diff --git a/src/java/org/apache/commons/math/analysis/CubicSplineFunction.java b/src/java/org/apache/commons/math/analysis/CubicSplineFunction.java index 015147b4a..2e22d0f30 100644 --- a/src/java/org/apache/commons/math/analysis/CubicSplineFunction.java +++ b/src/java/org/apache/commons/math/analysis/CubicSplineFunction.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -64,7 +64,7 @@ import org.apache.commons.math.MathException; * polynominal coefficents are used. * Arguments outside of the domain cause an IllegalArgumentException. * - * @version $Revision: 1.3 $ $Date: 2003/07/11 15:59:14 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:31 $ */ public class CubicSplineFunction implements UnivariateRealFunction { /** Spline segment interval delimiters. Size is N+1 for N segments. */ diff --git a/src/java/org/apache/commons/math/analysis/SecantSolver.java b/src/java/org/apache/commons/math/analysis/SecantSolver.java index 60d12a573..500ea4b89 100644 --- a/src/java/org/apache/commons/math/analysis/SecantSolver.java +++ b/src/java/org/apache/commons/math/analysis/SecantSolver.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -63,7 +63,7 @@ import org.apache.commons.math.MathException; * It will only search for one zero in the given interval. * The function is supposed to be continuous but not necessarily smooth. * - * @version $Revision: 1.4 $ $Date: 2003/07/11 15:59:14 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:31 $ */ public class SecantSolver extends UnivariateRealSolverImpl { /** diff --git a/src/java/org/apache/commons/math/analysis/SplineInterpolator.java b/src/java/org/apache/commons/math/analysis/SplineInterpolator.java index ec0241547..09e216f27 100644 --- a/src/java/org/apache/commons/math/analysis/SplineInterpolator.java +++ b/src/java/org/apache/commons/math/analysis/SplineInterpolator.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -56,7 +56,7 @@ package org.apache.commons.math.analysis; /** * Computes a natural spline interpolation for the data set. * - * @version $Revision: 1.5 $ $Date: 2003/09/26 19:30:32 $ + * @version $Revision: 1.6 $ $Date: 2003/10/13 08:09:31 $ * */ public class SplineInterpolator implements UnivariateRealInterpolator { diff --git a/src/java/org/apache/commons/math/analysis/UnivariateRealFunction.java b/src/java/org/apache/commons/math/analysis/UnivariateRealFunction.java index 603614bb0..384e987a1 100644 --- a/src/java/org/apache/commons/math/analysis/UnivariateRealFunction.java +++ b/src/java/org/apache/commons/math/analysis/UnivariateRealFunction.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -62,7 +62,7 @@ import org.apache.commons.math.MathException; * that derivatives are evaluated after the value, the evaluation algorithm * should throw an InvalidStateException if it can't cope with this. * - * @version $Revision: 1.4 $ $Date: 2003/07/30 21:58:10 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:31 $ */ public interface UnivariateRealFunction { /** diff --git a/src/java/org/apache/commons/math/analysis/UnivariateRealInterpolator.java b/src/java/org/apache/commons/math/analysis/UnivariateRealInterpolator.java index 6a0f3b2f8..d8ee75228 100644 --- a/src/java/org/apache/commons/math/analysis/UnivariateRealInterpolator.java +++ b/src/java/org/apache/commons/math/analysis/UnivariateRealInterpolator.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -58,7 +58,7 @@ import org.apache.commons.math.MathException; /** * Interface for interpolating a data set. * - * @version $Revision: 1.3 $ $Date: 2003/07/11 15:59:14 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:31 $ */ public interface UnivariateRealInterpolator { diff --git a/src/java/org/apache/commons/math/analysis/UnivariateRealSolver.java b/src/java/org/apache/commons/math/analysis/UnivariateRealSolver.java index 40d177b05..7679eade9 100644 --- a/src/java/org/apache/commons/math/analysis/UnivariateRealSolver.java +++ b/src/java/org/apache/commons/math/analysis/UnivariateRealSolver.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -60,7 +60,7 @@ import org.apache.commons.math.MathException; * functions. * An implementation will only search for one zero in the given interval. * - * @version $Revision: 1.4 $ $Date: 2003/07/11 15:59:14 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:31 $ */ public interface UnivariateRealSolver { diff --git a/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactory.java b/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactory.java index 50e31d8a6..638a33726 100644 --- a/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactory.java +++ b/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactory.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -63,7 +63,7 @@ import org.apache.commons.discovery.tools.DiscoverClass; * (this may be controversial, because the configuration data * may also be used for the default solver used by the static * solve() method). - * @version $Revision: 1.6 $ $Date: 2003/09/17 19:29:32 $ + * @version $Revision: 1.7 $ $Date: 2003/10/13 08:09:31 $ */ public abstract class UnivariateRealSolverFactory { /** diff --git a/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactoryImpl.java b/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactoryImpl.java index 480082397..5fde3deb7 100644 --- a/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactoryImpl.java +++ b/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactoryImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -62,7 +62,7 @@ package org.apache.commons.math.analysis; * (this may be controversial, because the configuration data * may also be used for the default solver used by the static * solve() method). - * @version $Revision: 1.2 $ $Date: 2003/09/17 19:29:32 $ + * @version $Revision: 1.3 $ $Date: 2003/10/13 08:09:31 $ */ public class UnivariateRealSolverFactoryImpl extends UnivariateRealSolverFactory { diff --git a/src/java/org/apache/commons/math/analysis/UnivariateRealSolverImpl.java b/src/java/org/apache/commons/math/analysis/UnivariateRealSolverImpl.java index 08adc1f97..f7af28f47 100644 --- a/src/java/org/apache/commons/math/analysis/UnivariateRealSolverImpl.java +++ b/src/java/org/apache/commons/math/analysis/UnivariateRealSolverImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -60,7 +60,7 @@ import org.apache.commons.math.MathException; * Provide a default implementation for several functions useful to generic * solvers. * - * @version $Revision: 1.3 $ $Date: 2003/07/09 20:02:43 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:31 $ */ public abstract class UnivariateRealSolverImpl implements UnivariateRealSolver { diff --git a/src/java/org/apache/commons/math/analysis/UnivariateRealSolverUtils.java b/src/java/org/apache/commons/math/analysis/UnivariateRealSolverUtils.java index a282f2a61..d450fc4ba 100644 --- a/src/java/org/apache/commons/math/analysis/UnivariateRealSolverUtils.java +++ b/src/java/org/apache/commons/math/analysis/UnivariateRealSolverUtils.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ import org.apache.commons.math.MathException; /** * Utility routines for {@link UnivariateRealSolver} objects. - * @version $Revision: 1.1 $ $Date: 2003/09/27 04:13:33 $ + * @version $Revision: 1.2 $ $Date: 2003/10/13 08:09:31 $ */ public class UnivariateRealSolverUtils { /** diff --git a/src/java/org/apache/commons/math/distribution/AbstractContinuousDistribution.java b/src/java/org/apache/commons/math/distribution/AbstractContinuousDistribution.java index 9bbfd2e41..9eca854d2 100644 --- a/src/java/org/apache/commons/math/distribution/AbstractContinuousDistribution.java +++ b/src/java/org/apache/commons/math/distribution/AbstractContinuousDistribution.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -62,7 +62,7 @@ import org.apache.commons.math.analysis.UnivariateRealSolverUtils; * implementations for some of the methods that do not vary from distribution * to distribution. * - * @version $Revision: 1.9 $ $Date: 2003/09/27 04:13:34 $ + * @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:57 $ */ public abstract class AbstractContinuousDistribution implements ContinuousDistribution { diff --git a/src/java/org/apache/commons/math/distribution/AbstractDiscreteDistribution.java b/src/java/org/apache/commons/math/distribution/AbstractDiscreteDistribution.java index 9b2187fd8..f3cea0aeb 100644 --- a/src/java/org/apache/commons/math/distribution/AbstractDiscreteDistribution.java +++ b/src/java/org/apache/commons/math/distribution/AbstractDiscreteDistribution.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ package org.apache.commons.math.stat.distribution; * implementations for some of the methods that do not vary from distribution * to distribution. * - * @version $Revision: 1.2 $ $Date: 2003/09/26 19:30:33 $ + * @version $Revision: 1.3 $ $Date: 2003/10/13 08:10:57 $ */ public abstract class AbstractDiscreteDistribution implements DiscreteDistribution { diff --git a/src/java/org/apache/commons/math/distribution/BinomialDistribution.java b/src/java/org/apache/commons/math/distribution/BinomialDistribution.java index e7cf2757e..285557078 100644 --- a/src/java/org/apache/commons/math/distribution/BinomialDistribution.java +++ b/src/java/org/apache/commons/math/distribution/BinomialDistribution.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -65,7 +65,7 @@ package org.apache.commons.math.stat.distribution; * Binomial Distribution * * - * @version $Revision: 1.2 $ $Date: 2003/09/17 19:19:08 $ + * @version $Revision: 1.3 $ $Date: 2003/10/13 08:10:57 $ */ public interface BinomialDistribution extends DiscreteDistribution { /** diff --git a/src/java/org/apache/commons/math/distribution/BinomialDistributionImpl.java b/src/java/org/apache/commons/math/distribution/BinomialDistributionImpl.java index be3c48ffe..4cd65e8a0 100644 --- a/src/java/org/apache/commons/math/distribution/BinomialDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/BinomialDistributionImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ import org.apache.commons.math.util.MathUtils; /** * The default implementation of {@link BinomialDistribution}. * - * @version $Revision: 1.1 $ $Date: 2003/08/16 17:06:15 $ + * @version $Revision: 1.2 $ $Date: 2003/10/13 08:10:57 $ */ public class BinomialDistributionImpl extends AbstractDiscreteDistribution implements BinomialDistribution { diff --git a/src/java/org/apache/commons/math/distribution/ChiSquaredDistribution.java b/src/java/org/apache/commons/math/distribution/ChiSquaredDistribution.java index f6ebccd19..60a031d16 100644 --- a/src/java/org/apache/commons/math/distribution/ChiSquaredDistribution.java +++ b/src/java/org/apache/commons/math/distribution/ChiSquaredDistribution.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -65,7 +65,7 @@ package org.apache.commons.math.stat.distribution; * Chi-Squared Distribution * * - * @version $Revision: 1.5 $ $Date: 2003/07/09 20:03:22 $ + * @version $Revision: 1.6 $ $Date: 2003/10/13 08:10:57 $ */ public interface ChiSquaredDistribution extends ContinuousDistribution { /** diff --git a/src/java/org/apache/commons/math/distribution/ChiSquaredDistributionImpl.java b/src/java/org/apache/commons/math/distribution/ChiSquaredDistributionImpl.java index 49d7a1fd5..53fec1c58 100644 --- a/src/java/org/apache/commons/math/distribution/ChiSquaredDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/ChiSquaredDistributionImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -56,7 +56,7 @@ package org.apache.commons.math.stat.distribution; /** * The default implementation of {@link ChiSquaredDistribution} * - * @version $Revision: 1.5 $ $Date: 2003/07/09 20:03:23 $ + * @version $Revision: 1.6 $ $Date: 2003/10/13 08:10:57 $ */ public class ChiSquaredDistributionImpl extends AbstractContinuousDistribution diff --git a/src/java/org/apache/commons/math/distribution/ContinuousDistribution.java b/src/java/org/apache/commons/math/distribution/ContinuousDistribution.java index 25bb86f0a..63c40a2f1 100644 --- a/src/java/org/apache/commons/math/distribution/ContinuousDistribution.java +++ b/src/java/org/apache/commons/math/distribution/ContinuousDistribution.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -56,7 +56,7 @@ package org.apache.commons.math.stat.distribution; /** * Base interface for various continuous distributions. * - * @version $Revision: 1.3 $ $Date: 2003/07/09 20:03:23 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:10:57 $ */ public interface ContinuousDistribution { /** diff --git a/src/java/org/apache/commons/math/distribution/DiscreteDistribution.java b/src/java/org/apache/commons/math/distribution/DiscreteDistribution.java index 22ad00188..6cfce40dd 100644 --- a/src/java/org/apache/commons/math/distribution/DiscreteDistribution.java +++ b/src/java/org/apache/commons/math/distribution/DiscreteDistribution.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -56,7 +56,7 @@ package org.apache.commons.math.stat.distribution; /** * Base interface for various discrete distributions. * - * @version $Revision: 1.1 $ $Date: 2003/08/16 17:06:15 $ + * @version $Revision: 1.2 $ $Date: 2003/10/13 08:10:57 $ */ public interface DiscreteDistribution { /** diff --git a/src/java/org/apache/commons/math/distribution/DistributionFactory.java b/src/java/org/apache/commons/math/distribution/DistributionFactory.java index 466fdcebc..d35bb563f 100644 --- a/src/java/org/apache/commons/math/distribution/DistributionFactory.java +++ b/src/java/org/apache/commons/math/distribution/DistributionFactory.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -75,7 +75,7 @@ import org.apache.commons.discovery.tools.DiscoverClass; * ChiSquaredDistribution chi = factory.createChiSquareDistribution(5.0); * * - * @version $Revision: 1.12 $ $Date: 2003/09/17 19:29:28 $ + * @version $Revision: 1.13 $ $Date: 2003/10/13 08:10:57 $ */ public abstract class DistributionFactory { /** diff --git a/src/java/org/apache/commons/math/distribution/DistributionFactoryImpl.java b/src/java/org/apache/commons/math/distribution/DistributionFactoryImpl.java index 2f829455a..274fb1119 100644 --- a/src/java/org/apache/commons/math/distribution/DistributionFactoryImpl.java +++ b/src/java/org/apache/commons/math/distribution/DistributionFactoryImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -58,7 +58,7 @@ package org.apache.commons.math.stat.distribution; * A concrete distribution factory. This is the default factory used by * Commons-Math. * - * @version $Revision: 1.10 $ $Date: 2003/09/17 19:29:28 $ + * @version $Revision: 1.11 $ $Date: 2003/10/13 08:10:57 $ */ public class DistributionFactoryImpl extends DistributionFactory { /** diff --git a/src/java/org/apache/commons/math/distribution/ExponentialDistribution.java b/src/java/org/apache/commons/math/distribution/ExponentialDistribution.java index 596a6f187..3ac67170c 100644 --- a/src/java/org/apache/commons/math/distribution/ExponentialDistribution.java +++ b/src/java/org/apache/commons/math/distribution/ExponentialDistribution.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -64,7 +64,7 @@ package org.apache.commons.math.stat.distribution; *
  • * Exponential Distribution
  • * - * @version $Revision: 1.3 $ $Date: 2003/07/09 20:03:23 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:10:57 $ */ public interface ExponentialDistribution extends ContinuousDistribution { /** diff --git a/src/java/org/apache/commons/math/distribution/ExponentialDistributionImpl.java b/src/java/org/apache/commons/math/distribution/ExponentialDistributionImpl.java index 6d8368d3c..d0795b4b6 100644 --- a/src/java/org/apache/commons/math/distribution/ExponentialDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/ExponentialDistributionImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -56,7 +56,7 @@ package org.apache.commons.math.stat.distribution; /** * The default implementation of {@link ExponentialDistribution} * - * @version $Revision: 1.4 $ $Date: 2003/07/09 20:03:23 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:57 $ */ public class ExponentialDistributionImpl implements ExponentialDistribution { diff --git a/src/java/org/apache/commons/math/distribution/FDistribution.java b/src/java/org/apache/commons/math/distribution/FDistribution.java index 7de6fef46..359303795 100644 --- a/src/java/org/apache/commons/math/distribution/FDistribution.java +++ b/src/java/org/apache/commons/math/distribution/FDistribution.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -65,7 +65,7 @@ package org.apache.commons.math.stat.distribution; * F-Distribution * * - * @version $Revision: 1.4 $ $Date: 2003/07/09 20:03:23 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:57 $ */ public interface FDistribution extends ContinuousDistribution { /** diff --git a/src/java/org/apache/commons/math/distribution/FDistributionImpl.java b/src/java/org/apache/commons/math/distribution/FDistributionImpl.java index 69179574e..0be648dd8 100644 --- a/src/java/org/apache/commons/math/distribution/FDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/FDistributionImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ import org.apache.commons.math.special.Beta; * Default implementation of * {@link org.apache.commons.math.stat.distribution.FDistribution}. * - * @version $Revision: 1.4 $ $Date: 2003/07/09 20:03:23 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:57 $ */ public class FDistributionImpl extends AbstractContinuousDistribution diff --git a/src/java/org/apache/commons/math/distribution/GammaDistribution.java b/src/java/org/apache/commons/math/distribution/GammaDistribution.java index 6a9a5f97e..65fafce15 100644 --- a/src/java/org/apache/commons/math/distribution/GammaDistribution.java +++ b/src/java/org/apache/commons/math/distribution/GammaDistribution.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -65,7 +65,7 @@ package org.apache.commons.math.stat.distribution; * Gamma Distribution * * - * @version $Revision: 1.6 $ $Date: 2003/07/09 20:03:22 $ + * @version $Revision: 1.7 $ $Date: 2003/10/13 08:10:57 $ */ public interface GammaDistribution extends ContinuousDistribution { /** diff --git a/src/java/org/apache/commons/math/distribution/GammaDistributionImpl.java b/src/java/org/apache/commons/math/distribution/GammaDistributionImpl.java index 3f7a94240..03a72ce68 100644 --- a/src/java/org/apache/commons/math/distribution/GammaDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/GammaDistributionImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -58,7 +58,7 @@ import org.apache.commons.math.special.Gamma; /** * The default implementation of {@link GammaDistribution} * - * @version $Revision: 1.7 $ $Date: 2003/09/26 19:30:33 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:57 $ */ public class GammaDistributionImpl extends AbstractContinuousDistribution implements GammaDistribution { diff --git a/src/java/org/apache/commons/math/distribution/HypergeometricDistribution.java b/src/java/org/apache/commons/math/distribution/HypergeometricDistribution.java index 981908d20..3f80c3fee 100644 --- a/src/java/org/apache/commons/math/distribution/HypergeometricDistribution.java +++ b/src/java/org/apache/commons/math/distribution/HypergeometricDistribution.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -66,7 +66,7 @@ package org.apache.commons.math.stat.distribution; * Hypergeometric Distribution * * - * @version $Revision: 1.1 $ $Date: 2003/09/17 19:19:08 $ + * @version $Revision: 1.2 $ $Date: 2003/10/13 08:10:57 $ */ public interface HypergeometricDistribution extends DiscreteDistribution { /** diff --git a/src/java/org/apache/commons/math/distribution/HypergeometricDistributionImpl.java b/src/java/org/apache/commons/math/distribution/HypergeometricDistributionImpl.java index 52e38a927..72c349e46 100644 --- a/src/java/org/apache/commons/math/distribution/HypergeometricDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/HypergeometricDistributionImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ import org.apache.commons.math.util.MathUtils; /** * The default implementation of {@link HypergeometricDistribution}. * - * @version $Revision: 1.1 $ $Date: 2003/09/17 19:19:08 $ + * @version $Revision: 1.2 $ $Date: 2003/10/13 08:10:57 $ */ public class HypergeometricDistributionImpl extends AbstractDiscreteDistribution implements HypergeometricDistribution diff --git a/src/java/org/apache/commons/math/distribution/TDistribution.java b/src/java/org/apache/commons/math/distribution/TDistribution.java index 354cb37ae..898ff44d0 100644 --- a/src/java/org/apache/commons/math/distribution/TDistribution.java +++ b/src/java/org/apache/commons/math/distribution/TDistribution.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -65,7 +65,7 @@ package org.apache.commons.math.stat.distribution; * Student's t-Distribution * * - * @version $Revision: 1.3 $ $Date: 2003/07/09 20:03:23 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:10:57 $ */ public interface TDistribution extends ContinuousDistribution { /** diff --git a/src/java/org/apache/commons/math/distribution/TDistributionImpl.java b/src/java/org/apache/commons/math/distribution/TDistributionImpl.java index 8ab2ac1f8..a826bc706 100644 --- a/src/java/org/apache/commons/math/distribution/TDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/TDistributionImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ import org.apache.commons.math.special.Beta; * Default implementation of * {@link org.apache.commons.math.stat.distribution.TDistribution}. * - * @version $Revision: 1.4 $ $Date: 2003/07/09 20:03:23 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:57 $ */ public class TDistributionImpl extends AbstractContinuousDistribution diff --git a/src/java/org/apache/commons/math/linear/RealMatrix.java b/src/java/org/apache/commons/math/linear/RealMatrix.java index c3b913267..fce75af32 100644 --- a/src/java/org/apache/commons/math/linear/RealMatrix.java +++ b/src/java/org/apache/commons/math/linear/RealMatrix.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -56,7 +56,7 @@ package org.apache.commons.math.linear; /** * Interface defining a real-valued matrix with basic algebraic operations - * @version $Revision: 1.3 $ $Date: 2003/07/07 23:19:22 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:45 $ */ public interface RealMatrix { diff --git a/src/java/org/apache/commons/math/linear/RealMatrixImpl.java b/src/java/org/apache/commons/math/linear/RealMatrixImpl.java index eb7bc5515..489820509 100644 --- a/src/java/org/apache/commons/math/linear/RealMatrixImpl.java +++ b/src/java/org/apache/commons/math/linear/RealMatrixImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -78,7 +78,7 @@ import java.io.Serializable; * explicitly invoke LUDecompose() to recompute the decomposition * before using any of the methods above. * - * @version $Revision: 1.4 $ $Date: 2003/07/30 21:58:10 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:45 $ */ 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 40e04524d..9b519d912 100644 --- a/src/java/org/apache/commons/math/random/EmpiricalDistribution.java +++ b/src/java/org/apache/commons/math/random/EmpiricalDistribution.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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.5 $ $Date: 2003/09/17 19:29:31 $ + * @version $Revision: 1.6 $ $Date: 2003/10/13 08:10:01 $ */ 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 e5c37535f..5242c04bf 100644 --- a/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java +++ b/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -89,7 +89,7 @@ import org.apache.commons.math.stat.UnivariateImpl; * entry per line. *

    * - * @version $Revision: 1.5 $ $Date: 2003/09/17 19:29:31 $ + * @version $Revision: 1.6 $ $Date: 2003/10/13 08:10:01 $ */ public class EmpiricalDistributionImpl implements Serializable,EmpiricalDistribution { diff --git a/src/java/org/apache/commons/math/random/RandomData.java b/src/java/org/apache/commons/math/random/RandomData.java index 448139be8..2671ebc55 100644 --- a/src/java/org/apache/commons/math/random/RandomData.java +++ b/src/java/org/apache/commons/math/random/RandomData.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ import java.util.Collection; /** * Random data generation utilities - * @version $Revision: 1.2 $ $Date: 2003/07/07 23:19:21 $ + * @version $Revision: 1.3 $ $Date: 2003/10/13 08:10:01 $ */ public interface RandomData { /** diff --git a/src/java/org/apache/commons/math/random/RandomDataImpl.java b/src/java/org/apache/commons/math/random/RandomDataImpl.java index e3559e42e..1747a4efb 100644 --- a/src/java/org/apache/commons/math/random/RandomDataImpl.java +++ b/src/java/org/apache/commons/math/random/RandomDataImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -104,7 +104,7 @@ import java.util.Collection; * (so secure sequences started with calls to reseedSecure(long) won't be * identical). * - * @version $Revision: 1.4 $ $Date: 2003/09/17 19:29:31 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:01 $ */ public class RandomDataImpl implements RandomData { diff --git a/src/java/org/apache/commons/math/random/ValueServer.java b/src/java/org/apache/commons/math/random/ValueServer.java index 7a5e849e3..4fc2e4a4b 100644 --- a/src/java/org/apache/commons/math/random/ValueServer.java +++ b/src/java/org/apache/commons/math/random/ValueServer.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -78,7 +78,7 @@ import java.net.MalformedURLException; * standard deviation = sigma *
  • CONSTANT_MODE -- returns mu every time.
  • * - * @version $Revision: 1.3 $ $Date: 2003/07/09 20:02:59 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:10:01 $ * */ public class ValueServer { diff --git a/src/java/org/apache/commons/math/special/Beta.java b/src/java/org/apache/commons/math/special/Beta.java index 3ddea4096..3205bc2a2 100644 --- a/src/java/org/apache/commons/math/special/Beta.java +++ b/src/java/org/apache/commons/math/special/Beta.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ import org.apache.commons.math.util.ContinuedFraction; * This is a utility class that provides computation methods related to the * Beta family of functions. * - * @version $Revision: 1.8 $ $Date: 2003/07/30 21:58:10 $ + * @version $Revision: 1.9 $ $Date: 2003/10/13 08:10:13 $ */ public class Beta { /** Maximum allowed numerical error. */ diff --git a/src/java/org/apache/commons/math/special/Gamma.java b/src/java/org/apache/commons/math/special/Gamma.java index 104c5e476..02a78eadf 100644 --- a/src/java/org/apache/commons/math/special/Gamma.java +++ b/src/java/org/apache/commons/math/special/Gamma.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ import org.apache.commons.math.analysis.ConvergenceException; * This is a utility class that provides computation methods related to the * Gamma family of functions. * - * @version $Revision: 1.10 $ $Date: 2003/07/30 21:58:10 $ + * @version $Revision: 1.11 $ $Date: 2003/10/13 08:10:13 $ */ public class Gamma { /** Maximum allowed numerical error. */ diff --git a/src/java/org/apache/commons/math/stat/AbstractStoreUnivariate.java b/src/java/org/apache/commons/math/stat/AbstractStoreUnivariate.java index 6310e3dc9..9cd6dc192 100644 --- a/src/java/org/apache/commons/math/stat/AbstractStoreUnivariate.java +++ b/src/java/org/apache/commons/math/stat/AbstractStoreUnivariate.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ import org.apache.commons.math.stat.univariate.rank.Percentile; /** * Provides univariate measures for an array of doubles. - * @version $Revision: 1.11 $ $Date: 2003/09/26 19:30:32 $ + * @version $Revision: 1.12 $ $Date: 2003/10/13 08:10:56 $ */ public abstract class AbstractStoreUnivariate extends AbstractUnivariate diff --git a/src/java/org/apache/commons/math/stat/AbstractUnivariate.java b/src/java/org/apache/commons/math/stat/AbstractUnivariate.java index 1536c4d0d..72f20b196 100644 --- a/src/java/org/apache/commons/math/stat/AbstractUnivariate.java +++ b/src/java/org/apache/commons/math/stat/AbstractUnivariate.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -68,7 +68,7 @@ import org.apache.commons.math.stat.univariate.summary.SumOfSquares; /** * Provides univariate measures for an array of doubles. - * @version $Revision: 1.4 $ $Date: 2003/09/27 04:13:33 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:56 $ */ public abstract class AbstractUnivariate implements Univariate { diff --git a/src/java/org/apache/commons/math/stat/Applyable.java b/src/java/org/apache/commons/math/stat/Applyable.java index 1aca5361a..a14245079 100644 --- a/src/java/org/apache/commons/math/stat/Applyable.java +++ b/src/java/org/apache/commons/math/stat/Applyable.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived diff --git a/src/java/org/apache/commons/math/stat/BeanListUnivariateImpl.java b/src/java/org/apache/commons/math/stat/BeanListUnivariateImpl.java index f6a73ed71..0fc9e6f1b 100644 --- a/src/java/org/apache/commons/math/stat/BeanListUnivariateImpl.java +++ b/src/java/org/apache/commons/math/stat/BeanListUnivariateImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -62,7 +62,7 @@ import org.apache.commons.math.util.BeanTransformer; * univariate statistics for a List of Java Beans by property. This * implementation uses beanutils' PropertyUtils to get a simple, nested, * indexed, mapped, or combined property from an element of a List. - * @version $Revision: 1.7 $ $Date: 2003/09/27 04:13:33 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:56 $ */ public class BeanListUnivariateImpl extends ListUnivariateImpl { diff --git a/src/java/org/apache/commons/math/stat/BivariateRegression.java b/src/java/org/apache/commons/math/stat/BivariateRegression.java index d74db099e..a89b2b5db 100644 --- a/src/java/org/apache/commons/math/stat/BivariateRegression.java +++ b/src/java/org/apache/commons/math/stat/BivariateRegression.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -84,7 +84,7 @@ import org.apache.commons.math.stat.distribution.TDistribution; * the necessary computations to return the requested statistic. * * - * @version $Revision: 1.4 $ $Date: 2003/07/07 23:19:20 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:56 $ */ public class BivariateRegression { diff --git a/src/java/org/apache/commons/math/stat/Frequency.java b/src/java/org/apache/commons/math/stat/Frequency.java index 77704bedc..c23240160 100644 --- a/src/java/org/apache/commons/math/stat/Frequency.java +++ b/src/java/org/apache/commons/math/stat/Frequency.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -63,7 +63,7 @@ import org.apache.commons.collections.HashBag; * Accepts int, long or string values, converting * all to Strings and maintaining frequency counts. * - * @version $Revision: 1.5 $ $Date: 2003/09/27 04:13:33 $ + * @version $Revision: 1.6 $ $Date: 2003/10/13 08:10:56 $ */ public class Frequency { /** name for this frequency distribution. */ diff --git a/src/java/org/apache/commons/math/stat/ListUnivariateImpl.java b/src/java/org/apache/commons/math/stat/ListUnivariateImpl.java index 5db907e94..b6d65c4ea 100644 --- a/src/java/org/apache/commons/math/stat/ListUnivariateImpl.java +++ b/src/java/org/apache/commons/math/stat/ListUnivariateImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -60,7 +60,7 @@ import org.apache.commons.math.util.DefaultTransformer; import org.apache.commons.math.util.NumberTransformer; /** - * @version $Revision: 1.7 $ $Date: 2003/09/27 04:13:33 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:56 $ */ public class ListUnivariateImpl extends AbstractStoreUnivariate diff --git a/src/java/org/apache/commons/math/stat/StatUtils.java b/src/java/org/apache/commons/math/stat/StatUtils.java index 80bfce45d..c5c4ad952 100644 --- a/src/java/org/apache/commons/math/stat/StatUtils.java +++ b/src/java/org/apache/commons/math/stat/StatUtils.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ package org.apache.commons.math.stat; * StatUtils provides easy static implementations of common double[] based * statistical methods. These return a single result value or in some cases, as * identified in the javadoc for each method, Double.NaN. - * @version $Revision: 1.16 $ $Date: 2003/09/07 03:12:56 $ + * @version $Revision: 1.17 $ $Date: 2003/10/13 08:10:56 $ */ public final class StatUtils { diff --git a/src/java/org/apache/commons/math/stat/StoreUnivariate.java b/src/java/org/apache/commons/math/stat/StoreUnivariate.java index 484fbcdaa..6f0f2682c 100644 --- a/src/java/org/apache/commons/math/stat/StoreUnivariate.java +++ b/src/java/org/apache/commons/math/stat/StoreUnivariate.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -60,7 +60,7 @@ package org.apache.commons.math.stat; * Univariate provides additional percentile functionality * such as. This additional functionality comes with * a price of increased storage costs. - * @version $Revision: 1.7 $ $Date: 2003/07/09 21:45:23 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:56 $ */ public interface StoreUnivariate extends Univariate { diff --git a/src/java/org/apache/commons/math/stat/StoreUnivariateImpl.java b/src/java/org/apache/commons/math/stat/StoreUnivariateImpl.java index 4043b5403..865ab76eb 100644 --- a/src/java/org/apache/commons/math/stat/StoreUnivariateImpl.java +++ b/src/java/org/apache/commons/math/stat/StoreUnivariateImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic; import org.apache.commons.math.util.ContractableDoubleArray; /** - * @version $Revision: 1.8 $ $Date: 2003/09/27 04:13:33 $ + * @version $Revision: 1.9 $ $Date: 2003/10/13 08:10:56 $ */ public class StoreUnivariateImpl extends AbstractStoreUnivariate { diff --git a/src/java/org/apache/commons/math/stat/TestStatistic.java b/src/java/org/apache/commons/math/stat/TestStatistic.java index 0a86b4f95..f0a109a49 100644 --- a/src/java/org/apache/commons/math/stat/TestStatistic.java +++ b/src/java/org/apache/commons/math/stat/TestStatistic.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -55,7 +55,7 @@ package org.apache.commons.math.stat; /** * A collection of commonly used test statistics and statistical tests. * - * @version $Revision: 1.4 $ $Date: 2003/07/09 21:45:23 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:56 $ */ public interface TestStatistic { diff --git a/src/java/org/apache/commons/math/stat/TestStatisticImpl.java b/src/java/org/apache/commons/math/stat/TestStatisticImpl.java index cdbc3f474..0e2d4ad55 100644 --- a/src/java/org/apache/commons/math/stat/TestStatisticImpl.java +++ b/src/java/org/apache/commons/math/stat/TestStatisticImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -61,7 +61,7 @@ import org.apache.commons.math.stat.distribution.ChiSquaredDistribution; /** * Implements test statistics defined in the TestStatistic interface. * - * @version $Revision: 1.4 $ $Date: 2003/07/09 21:45:23 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:56 $ */ public class TestStatisticImpl implements TestStatistic { diff --git a/src/java/org/apache/commons/math/stat/Univariate.java b/src/java/org/apache/commons/math/stat/Univariate.java index 7848b2952..5157db934 100644 --- a/src/java/org/apache/commons/math/stat/Univariate.java +++ b/src/java/org/apache/commons/math/stat/Univariate.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -69,7 +69,7 @@ package org.apache.commons.math.stat; * reported statistics will be based on these values

    * The default windowSize is "infinite" -- i.e., all values added are included * in all computations. - * @version $Revision: 1.9 $ $Date: 2003/09/17 19:19:09 $ + * @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:56 $ */ 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 d0223e0fd..47e70f0de 100644 --- a/src/java/org/apache/commons/math/stat/UnivariateImpl.java +++ b/src/java/org/apache/commons/math/stat/UnivariateImpl.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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.21 $ $Date: 2003/09/27 04:13:33 $ + * @version $Revision: 1.22 $ $Date: 2003/10/13 08:10:56 $ */ 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 004558902..b3a208c0a 100644 --- a/src/java/org/apache/commons/math/stat/univariate/AbstractStorelessUnivariateStatistic.java +++ b/src/java/org/apache/commons/math/stat/univariate/AbstractStorelessUnivariateStatistic.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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.7 $ $Date: 2003/08/09 04:03:41 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:57 $ */ 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 c543cd2ab..7d7b63e3d 100644 --- a/src/java/org/apache/commons/math/stat/univariate/AbstractUnivariateStatistic.java +++ b/src/java/org/apache/commons/math/stat/univariate/AbstractUnivariateStatistic.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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.6 $ $Date: 2003/08/09 04:03:41 $ + * @version $Revision: 1.7 $ $Date: 2003/10/13 08:10:57 $ */ 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 952ac6064..bd24ca1a8 100644 --- a/src/java/org/apache/commons/math/stat/univariate/StorelessUnivariateStatistic.java +++ b/src/java/org/apache/commons/math/stat/univariate/StorelessUnivariateStatistic.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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.7 $ $Date: 2003/08/09 04:03:41 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:57 $ */ 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 ed8f7bb2d..0daf472f6 100644 --- a/src/java/org/apache/commons/math/stat/univariate/UnivariateStatistic.java +++ b/src/java/org/apache/commons/math/stat/univariate/UnivariateStatistic.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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.6 $ $Date: 2003/08/09 04:03:41 $ + * @version $Revision: 1.7 $ $Date: 2003/10/13 08:10:57 $ */ 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 ae74119ee..be804728e 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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.6 $ $Date: 2003/08/09 04:03:40 $ + * @version $Revision: 1.7 $ $Date: 2003/10/13 08:10:57 $ */ 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 687301352..c5026e858 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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/09/07 03:12:56 $ + * @version $Revision: 1.9 $ $Date: 2003/10/13 08:10:57 $ */ 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 bcf9d61eb..236b369e2 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -58,7 +58,7 @@ import org.apache.commons.math.stat.univariate.summary.SumOfLogs; /** * Returns the * geometric mean of the available values - * @version $Revision: 1.9 $ $Date: 2003/08/09 04:03:40 $ + * @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:57 $ */ 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 c390857d4..0b30bc37b 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -62,7 +62,7 @@ import org .AbstractStorelessUnivariateStatistic; /** - * @version $Revision: 1.9 $ $Date: 2003/09/17 19:29:29 $ + * @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:57 $ */ 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 3cddafec3..faea49fbe 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -65,7 +65,7 @@ import org.apache.commons.math.stat.univariate.summary.Sum; /** * Returns the * arithmetic mean of the available values. - * @version $Revision: 1.8 $ $Date: 2003/08/09 04:03:40 $ + * @version $Revision: 1.9 $ $Date: 2003/10/13 08:10:57 $ */ 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 dfd7c6417..ca64b8c9a 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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.7 $ $Date: 2003/08/09 04:03:40 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $ */ 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 22729093b..f8e9de955 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -56,7 +56,7 @@ package org.apache.commons.math.stat.univariate.moment; import org.apache.commons.math.stat.univariate.AbstractStorelessUnivariateStatistic; /** - * @version $Revision: 1.9 $ $Date: 2003/09/17 19:29:29 $ + * @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:58 $ */ 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 393ba5590..31dfef03c 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -55,7 +55,7 @@ package org.apache.commons.math.stat.univariate.moment; /** * - * @version $Revision: 1.7 $ $Date: 2003/08/09 04:03:40 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $ */ 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 6328d3015..231c8d60f 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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.7 $ $Date: 2003/08/09 04:03:40 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $ */ 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 50bd88654..ab25b3e5a 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ import org.apache.commons.math.stat.univariate.AbstractStorelessUnivariateStatis /** * - * @version $Revision: 1.9 $ $Date: 2003/09/07 03:12:56 $ + * @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:58 $ */ 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 32e1ea4ef..aed343e5e 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -62,7 +62,7 @@ import org .AbstractStorelessUnivariateStatistic; /** - * @version $Revision: 1.7 $ $Date: 2003/08/09 04:03:41 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $ */ 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 a931e9756..63ece7163 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -55,7 +55,7 @@ package org.apache.commons.math.stat.univariate.rank; /** - * @version $Revision: 1.4 $ $Date: 2003/08/09 04:03:41 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:58 $ */ 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 12ae83bf9..95c0c5227 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -62,7 +62,7 @@ import org .AbstractStorelessUnivariateStatistic; /** - * @version $Revision: 1.7 $ $Date: 2003/08/09 04:03:41 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $ */ 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 178525d4d..99dbd648b 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ import java.util.Arrays; import org.apache.commons.math.stat.univariate.AbstractUnivariateStatistic; /** - * @version $Revision: 1.5 $ $Date: 2003/08/09 04:03:41 $ + * @version $Revision: 1.6 $ $Date: 2003/10/13 08:10:58 $ */ 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 8c243646b..4e694521e 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -62,7 +62,7 @@ import org .AbstractStorelessUnivariateStatistic; /** - * @version $Revision: 1.7 $ $Date: 2003/08/09 04:03:41 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $ */ 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 81346673b..4ae17d4bb 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -56,7 +56,7 @@ package org.apache.commons.math.stat.univariate.summary; import org.apache.commons.math.stat.univariate.AbstractStorelessUnivariateStatistic; /** - * @version $Revision: 1.9 $ $Date: 2003/08/09 04:03:41 $ + * @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:58 $ */ 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 37477f3a4..ddb1e7146 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -62,7 +62,7 @@ import org .AbstractStorelessUnivariateStatistic; /** - * @version $Revision: 1.7 $ $Date: 2003/08/09 04:03:41 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $ */ 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 852a0aa4c..6dab95c27 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -62,7 +62,7 @@ import org .AbstractStorelessUnivariateStatistic; /** - * @version $Revision: 1.7 $ $Date: 2003/08/09 04:03:41 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $ */ 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 a1e121381..a94666d16 100644 --- a/src/java/org/apache/commons/math/util/BeanTransformer.java +++ b/src/java/org/apache/commons/math/util/BeanTransformer.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ import org.apache.commons.logging.LogFactory; /** * Uses PropertyUtils to map a Bean getter to a double value. - * @version $Revision: 1.6 $ $Date: 2003/09/27 04:13:34 $ + * @version $Revision: 1.7 $ $Date: 2003/10/13 08:11:23 $ */ 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 bb8201c88..05b7b584c 100644 --- a/src/java/org/apache/commons/math/util/ContinuedFraction.java +++ b/src/java/org/apache/commons/math/util/ContinuedFraction.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -64,7 +64,7 @@ import org.apache.commons.math.analysis.ConvergenceException; *

  • * Continued Fraction
  • * - * @version $Revision: 1.4 $ $Date: 2003/09/07 03:12:56 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:11:23 $ */ public abstract class ContinuedFraction { /** Maximum allowed numerical error. */ diff --git a/src/java/org/apache/commons/math/util/ContractableDoubleArray.java b/src/java/org/apache/commons/math/util/ContractableDoubleArray.java index 5519b1a17..77373e867 100644 --- a/src/java/org/apache/commons/math/util/ContractableDoubleArray.java +++ b/src/java/org/apache/commons/math/util/ContractableDoubleArray.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -88,7 +88,7 @@ import java.io.Serializable; * internal storage array is swapped. *

    * - * @version $Revision: 1.5 $ $Date: 2003/09/26 19:30:33 $ + * @version $Revision: 1.6 $ $Date: 2003/10/13 08:11:23 $ */ public class ContractableDoubleArray extends ExpandableDoubleArray diff --git a/src/java/org/apache/commons/math/util/DefaultTransformer.java b/src/java/org/apache/commons/math/util/DefaultTransformer.java index 5802b9b2b..df3c053f3 100644 --- a/src/java/org/apache/commons/math/util/DefaultTransformer.java +++ b/src/java/org/apache/commons/math/util/DefaultTransformer.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ import org.apache.commons.beanutils.converters.DoubleConverter; /** * A Default NumberTransformer for java.lang.Numbers and Numeric Strings. - * @version $Revision: 1.4 $ $Date: 2003/09/27 04:13:34 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:11:23 $ */ public class DefaultTransformer implements NumberTransformer { /** Converter used to transform objects. */ diff --git a/src/java/org/apache/commons/math/util/DoubleArray.java b/src/java/org/apache/commons/math/util/DoubleArray.java index 75aedd9ce..a6e524f63 100644 --- a/src/java/org/apache/commons/math/util/DoubleArray.java +++ b/src/java/org/apache/commons/math/util/DoubleArray.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -60,7 +60,7 @@ package org.apache.commons.math.util; * Collections API by allowing a user to select from a number of * array implementations with support for various storage mechanisms * such as automatic expansion, contraction, and array "rolling". - * @version $Revision: 1.3 $ $Date: 2003/07/09 20:04:12 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:11:23 $ */ public interface DoubleArray { diff --git a/src/java/org/apache/commons/math/util/ExpandableDoubleArray.java b/src/java/org/apache/commons/math/util/ExpandableDoubleArray.java index 8c0ef8427..510256d31 100644 --- a/src/java/org/apache/commons/math/util/ExpandableDoubleArray.java +++ b/src/java/org/apache/commons/math/util/ExpandableDoubleArray.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -88,7 +88,7 @@ import java.io.Serializable; * expand the array 10 times - first from 2 -> 4. then 4 -> 8, 8 -> 16, * and so on until we reach 4096 which is sufficient to hold 3546 elements. *

    - * @version $Revision: 1.6 $ $Date: 2003/09/26 19:30:33 $ + * @version $Revision: 1.7 $ $Date: 2003/10/13 08:11:23 $ */ public class ExpandableDoubleArray implements Serializable, DoubleArray { diff --git a/src/java/org/apache/commons/math/util/FixedDoubleArray.java b/src/java/org/apache/commons/math/util/FixedDoubleArray.java index 5a569e10f..c126be379 100644 --- a/src/java/org/apache/commons/math/util/FixedDoubleArray.java +++ b/src/java/org/apache/commons/math/util/FixedDoubleArray.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -82,7 +82,7 @@ package org.apache.commons.math.util; * "fixed" in memory, this implementation will never allocate, or copy * the internal storage array to a new array instance. *

    - * @version $Revision: 1.7 $ $Date: 2003/09/26 19:30:33 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:11:23 $ */ public class FixedDoubleArray implements DoubleArray { diff --git a/src/java/org/apache/commons/math/util/MathUtils.java b/src/java/org/apache/commons/math/util/MathUtils.java index 5f2030b11..52eaeefed 100644 --- a/src/java/org/apache/commons/math/util/MathUtils.java +++ b/src/java/org/apache/commons/math/util/MathUtils.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ package org.apache.commons.math.util; /** * Some useful additions to the built-in functions in {@link Math}. * - * @version $Revision: 1.4 $ $Date: 2003/09/17 19:29:31 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:11:23 $ */ public final class MathUtils { diff --git a/src/java/org/apache/commons/math/util/NumberTransformer.java b/src/java/org/apache/commons/math/util/NumberTransformer.java index 2481d0b83..d77f43f94 100644 --- a/src/java/org/apache/commons/math/util/NumberTransformer.java +++ b/src/java/org/apache/commons/math/util/NumberTransformer.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ import org.apache.commons.math.MathException; /** * Subclasses implementing this interface can transform Objects to doubles. - * @version $Revision: 1.4 $ $Date: 2003/09/17 19:19:09 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:11:23 $ */ public interface NumberTransformer { diff --git a/src/java/org/apache/commons/math/util/TransformerMap.java b/src/java/org/apache/commons/math/util/TransformerMap.java index 48e06b936..41231f858 100644 --- a/src/java/org/apache/commons/math/util/TransformerMap.java +++ b/src/java/org/apache/commons/math/util/TransformerMap.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -63,7 +63,7 @@ import java.util.Set; * It provides a means to set NumberTransformers that will be selected * based on the Class of the object handed to the Maps * double transform(Object o) method. - * @version $Revision: 1.3 $ $Date: 2003/07/09 20:04:12 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:11:23 $ */ 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 f981fdd82..ae7b81247 100644 --- a/src/test/org/apache/commons/math/MathConfigurationExceptionTest.java +++ b/src/test/org/apache/commons/math/MathConfigurationExceptionTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ package org.apache.commons.math; import junit.framework.TestCase; /** - * @version $Revision: 1.1 $ $Date: 2003/09/27 04:13:34 $ + * @version $Revision: 1.2 $ $Date: 2003/10/13 08:09:07 $ */ 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 3dd428cf1..988ace5ce 100644 --- a/src/test/org/apache/commons/math/MathExceptionTest.java +++ b/src/test/org/apache/commons/math/MathExceptionTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ package org.apache.commons.math; import junit.framework.TestCase; /** - * @version $Revision: 1.1 $ $Date: 2003/09/27 04:13:34 $ + * @version $Revision: 1.2 $ $Date: 2003/10/13 08:09:07 $ */ 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 d1a91ed89..99945274c 100644 --- a/src/test/org/apache/commons/math/TestUtils.java +++ b/src/test/org/apache/commons/math/TestUtils.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ package org.apache.commons.math; import junit.framework.Assert; /** - * @version $Revision: 1.2 $ $Date: 2003/09/17 19:29:32 $ + * @version $Revision: 1.3 $ $Date: 2003/10/13 08:09:07 $ */ 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 8fa597323..23ae1d272 100644 --- a/src/test/org/apache/commons/math/analysis/BisectionSolverTest.java +++ b/src/test/org/apache/commons/math/analysis/BisectionSolverTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -58,7 +58,7 @@ import org.apache.commons.math.MathException; import junit.framework.TestCase; /** - * @version $Revision: 1.3 $ $Date: 2003/09/27 04:13:34 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:07 $ */ 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 b4002c0e5..779057689 100644 --- a/src/test/org/apache/commons/math/analysis/ConvergenceExceptionTest.java +++ b/src/test/org/apache/commons/math/analysis/ConvergenceExceptionTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ package org.apache.commons.math.analysis; import junit.framework.TestCase; /** - * @version $Revision: 1.1 $ $Date: 2003/09/27 04:13:34 $ + * @version $Revision: 1.2 $ $Date: 2003/10/13 08:09:07 $ */ 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 5b3b1d6e9..8c4e2576b 100644 --- a/src/test/org/apache/commons/math/analysis/InterpolatorTest.java +++ b/src/test/org/apache/commons/math/analysis/InterpolatorTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -62,7 +62,7 @@ import junit.framework.TestSuite; /** * Test the interpolation framework. * - * @version $Revision: 1.3 $ $Date: 2003/09/17 19:29:27 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:07 $ */ 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 412c5edb2..b6217560c 100644 --- a/src/test/org/apache/commons/math/analysis/QuinticFunction.java +++ b/src/test/org/apache/commons/math/analysis/QuinticFunction.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -58,7 +58,7 @@ import org.apache.commons.math.MathException; /** * Auxillary class for testing solvers. * - * @version $Revision: 1.4 $ $Date: 2003/09/17 19:29:27 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:08 $ */ 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 278264c61..329c9a805 100644 --- a/src/test/org/apache/commons/math/analysis/RealSolverTest.java +++ b/src/test/org/apache/commons/math/analysis/RealSolverTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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.4 $ $Date: 2003/09/27 04:13:34 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:08 $ */ 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 5f4477445..366ab9d75 100644 --- a/src/test/org/apache/commons/math/analysis/SinFunction.java +++ b/src/test/org/apache/commons/math/analysis/SinFunction.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -63,7 +63,7 @@ import org.apache.commons.math.MathException; * which means linear approximation (Regula Falsi) will converge * quadratically. * - * @version $Revision: 1.4 $ $Date: 2003/09/17 19:29:27 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:08 $ */ 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 8865fcd16..13364ce37 100644 --- a/src/test/org/apache/commons/math/analysis/UnivariateRealSolverUtilsTest.java +++ b/src/test/org/apache/commons/math/analysis/UnivariateRealSolverUtilsTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ import org.apache.commons.math.MathException; import junit.framework.TestCase; /** - * @version $Revision: 1.1 $ $Date: 2003/09/27 04:13:34 $ + * @version $Revision: 1.2 $ $Date: 2003/10/13 08:09:08 $ */ 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 834af3024..37b7d0c40 100644 --- a/src/test/org/apache/commons/math/beans/Patient.java +++ b/src/test/org/apache/commons/math/beans/Patient.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -54,7 +54,7 @@ package org.apache.commons.math.beans; /** - * @version $Revision: 1.2 $ $Date: 2003/09/17 19:29:32 $ + * @version $Revision: 1.3 $ $Date: 2003/10/13 08:09:08 $ */ 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 04db6a4ac..3bcd24673 100644 --- a/src/test/org/apache/commons/math/beans/VitalStats.java +++ b/src/test/org/apache/commons/math/beans/VitalStats.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -54,7 +54,7 @@ package org.apache.commons.math.beans; /** - * @version $Revision: 1.2 $ $Date: 2003/09/17 19:29:32 $ + * @version $Revision: 1.3 $ $Date: 2003/10/13 08:09:08 $ */ 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 1d3424a88..cff5ff15b 100644 --- a/src/test/org/apache/commons/math/distribution/BinomialDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/BinomialDistributionTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -56,7 +56,7 @@ package org.apache.commons.math.stat.distribution; import junit.framework.TestCase; /** - * @version $Revision: 1.3 $ $Date: 2003/09/17 19:29:30 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:38 $ */ 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 e1f0d6df1..1d97f3f24 100644 --- a/src/test/org/apache/commons/math/distribution/ChiSquareDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/ChiSquareDistributionTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ package org.apache.commons.math.stat.distribution; import junit.framework.TestCase; /** - * @version $Revision: 1.4 $ $Date: 2003/09/17 19:29:30 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:38 $ */ 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 4a32f906b..d7e5f412a 100644 --- a/src/test/org/apache/commons/math/distribution/DistributionFactoryImplTest.java +++ b/src/test/org/apache/commons/math/distribution/DistributionFactoryImplTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ package org.apache.commons.math.stat.distribution; import junit.framework.TestCase; /** - * @version $Revision: 1.9 $ $Date: 2003/09/17 19:29:30 $ + * @version $Revision: 1.10 $ $Date: 2003/10/13 08:08:38 $ */ 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 2536afc6c..6ef3b9a39 100644 --- a/src/test/org/apache/commons/math/distribution/ExponentialDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/ExponentialDistributionTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -58,7 +58,7 @@ import org.apache.commons.math.TestUtils; import junit.framework.TestCase; /** - * @version $Revision: 1.3 $ $Date: 2003/09/17 19:29:30 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:38 $ */ 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 e11f3d88b..8afe0f898 100644 --- a/src/test/org/apache/commons/math/distribution/FDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/FDistributionTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -56,7 +56,7 @@ package org.apache.commons.math.stat.distribution; import junit.framework.TestCase; /** - * @version $Revision: 1.2 $ $Date: 2003/09/17 19:29:30 $ + * @version $Revision: 1.3 $ $Date: 2003/10/13 08:08:38 $ */ 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 e46114a92..24cc6b387 100644 --- a/src/test/org/apache/commons/math/distribution/GammaDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/GammaDistributionTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ package org.apache.commons.math.stat.distribution; import junit.framework.TestCase; /** - * @version $Revision: 1.5 $ $Date: 2003/09/27 04:13:33 $ + * @version $Revision: 1.6 $ $Date: 2003/10/13 08:08:38 $ */ 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 4814943bf..aa06a678b 100644 --- a/src/test/org/apache/commons/math/distribution/HypergeometricDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/HypergeometricDistributionTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ package org.apache.commons.math.stat.distribution; import junit.framework.TestCase; /** - * @version $Revision: 1.1 $ $Date: 2003/09/17 19:19:09 $ + * @version $Revision: 1.2 $ $Date: 2003/10/13 08:08:38 $ */ 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 49c3cd858..3a792e01c 100644 --- a/src/test/org/apache/commons/math/distribution/TDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/TDistributionTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -56,7 +56,7 @@ package org.apache.commons.math.stat.distribution; import junit.framework.TestCase; /** - * @version $Revision: 1.3 $ $Date: 2003/09/17 19:29:30 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:38 $ */ 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 d3fd4974b..726b0aa1b 100644 --- a/src/test/org/apache/commons/math/linear/RealMatrixImplTest.java +++ b/src/test/org/apache/commons/math/linear/RealMatrixImplTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -60,7 +60,7 @@ import junit.framework.TestSuite; /** * Test cases for the {@link RealMatrixImpl} class. * - * @version $Revision: 1.3 $ $Date: 2003/07/07 23:19:22 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:07:26 $ */ 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 2c64faa36..8059bb2ab 100644 --- a/src/test/org/apache/commons/math/random/EmpiricalDistributionTest.java +++ b/src/test/org/apache/commons/math/random/EmpiricalDistributionTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -65,7 +65,7 @@ import org.apache.commons.math.stat.UnivariateImpl; /** * Test cases for the EmpiricalDistribution class * - * @version $Revision: 1.2 $ $Date: 2003/07/07 23:19:21 $ + * @version $Revision: 1.3 $ $Date: 2003/10/13 08:07:52 $ */ 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 0264b9ce3..029271e07 100644 --- a/src/test/org/apache/commons/math/random/RandomDataTest.java +++ b/src/test/org/apache/commons/math/random/RandomDataTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -68,7 +68,7 @@ import org.apache.commons.math.stat.UnivariateImpl; /** * Test cases for the RandomData class. * - * @version $Revision: 1.3 $ $Date: 2003/09/26 19:30:33 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:07:52 $ */ 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 c6836bf38..c85407128 100644 --- a/src/test/org/apache/commons/math/random/ValueServerTest.java +++ b/src/test/org/apache/commons/math/random/ValueServerTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -64,7 +64,7 @@ import org.apache.commons.math.stat.UnivariateImpl; /** * Test cases for the ValueServer class. * - * @version $Revision: 1.3 $ $Date: 2003/09/17 19:29:29 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:07:52 $ */ 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 f8f286841..e51236603 100644 --- a/src/test/org/apache/commons/math/special/BetaTest.java +++ b/src/test/org/apache/commons/math/special/BetaTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -56,7 +56,7 @@ package org.apache.commons.math.special; import junit.framework.TestCase; /** - * @version $Revision: 1.2 $ $Date: 2003/09/17 19:29:31 $ + * @version $Revision: 1.3 $ $Date: 2003/10/13 08:08:06 $ */ public class BetaTest extends TestCase { /** diff --git a/src/test/org/apache/commons/math/special/GammaTest.java b/src/test/org/apache/commons/math/special/GammaTest.java index 8579d8e57..fa8b63be1 100644 --- a/src/test/org/apache/commons/math/special/GammaTest.java +++ b/src/test/org/apache/commons/math/special/GammaTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -58,7 +58,7 @@ import org.apache.commons.math.TestUtils; import junit.framework.TestCase; /** - * @version $Revision: 1.3 $ $Date: 2003/09/17 19:29:31 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:06 $ */ public class GammaTest extends TestCase { /** diff --git a/src/test/org/apache/commons/math/stat/BeanListUnivariateImplTest.java b/src/test/org/apache/commons/math/stat/BeanListUnivariateImplTest.java index 30d331d16..fb3048e95 100644 --- a/src/test/org/apache/commons/math/stat/BeanListUnivariateImplTest.java +++ b/src/test/org/apache/commons/math/stat/BeanListUnivariateImplTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -65,7 +65,7 @@ import org.apache.commons.math.beans.*; /** * Test cases for the {@link BeanListUnivariateImpl} class. * - * @version $Revision: 1.5 $ $Date: 2003/09/27 04:13:33 $ + * @version $Revision: 1.6 $ $Date: 2003/10/13 08:08:38 $ */ 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 4918673c5..3c45d3496 100644 --- a/src/test/org/apache/commons/math/stat/BivariateRegressionTest.java +++ b/src/test/org/apache/commons/math/stat/BivariateRegressionTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ import junit.framework.TestSuite; /** * Test cases for the TestStatistic class. * - * @version $Revision: 1.4 $ $Date: 2003/07/07 23:19:19 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:38 $ */ 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 b5350bdec..4049c8e28 100644 --- a/src/test/org/apache/commons/math/stat/CertifiedDataTest.java +++ b/src/test/org/apache/commons/math/stat/CertifiedDataTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -64,7 +64,7 @@ import java.io.InputStreamReader; import org.apache.commons.logging.*; /** * Test cases for the {@link Univariate} class. - * @version $Revision: 1.7 $ $Date: 2003/07/07 23:25:14 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:08:38 $ */ 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 0fe4e11e4..a955c49a3 100644 --- a/src/test/org/apache/commons/math/stat/FrequencyTest.java +++ b/src/test/org/apache/commons/math/stat/FrequencyTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -64,7 +64,7 @@ import junit.framework.TestSuite; /** * Test cases for the {@link Frequency} class. * - * @version $Revision: 1.3 $ $Date: 2003/09/27 04:13:33 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:38 $ */ 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 704c4aa86..373a1b57a 100644 --- a/src/test/org/apache/commons/math/stat/ListUnivariateImplTest.java +++ b/src/test/org/apache/commons/math/stat/ListUnivariateImplTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -63,7 +63,7 @@ import junit.framework.TestSuite; /** * Test cases for the {@link Univariate} class. * - * @version $Revision: 1.5 $ $Date: 2003/07/07 23:19:19 $ + * @version $Revision: 1.6 $ $Date: 2003/10/13 08:08:38 $ */ 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 51f9fa60e..1c6572ae3 100644 --- a/src/test/org/apache/commons/math/stat/MixedListUnivariateImplTest.java +++ b/src/test/org/apache/commons/math/stat/MixedListUnivariateImplTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -64,7 +64,7 @@ import junit.framework.TestSuite; /** * Test cases for the {@link Univariate} class. * - * @version $Revision: 1.1 $ $Date: 2003/07/09 21:45:24 $ + * @version $Revision: 1.2 $ $Date: 2003/10/13 08:08:38 $ */ 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 19b6a6ca0..a3d779d33 100644 --- a/src/test/org/apache/commons/math/stat/StatUtilsTest.java +++ b/src/test/org/apache/commons/math/stat/StatUtilsTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ import junit.framework.TestSuite; /** * Test cases for the {@link StatUtils} class. - * @version $Revision: 1.6 $ $Date: 2003/07/09 21:45:24 $ + * @version $Revision: 1.7 $ $Date: 2003/10/13 08:08:38 $ */ 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 a2536aa7f..60e255c4e 100644 --- a/src/test/org/apache/commons/math/stat/StoreUnivariateImplTest.java +++ b/src/test/org/apache/commons/math/stat/StoreUnivariateImplTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -63,7 +63,7 @@ import org.apache.commons.math.random.RandomDataImpl; /** * Test cases for the {@link Univariate} class. * - * @version $Revision: 1.5 $ $Date: 2003/07/07 23:19:19 $ + * @version $Revision: 1.6 $ $Date: 2003/10/13 08:08:38 $ */ 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 f0fb43a6d..a11ea8bc2 100644 --- a/src/test/org/apache/commons/math/stat/TestStatisticTest.java +++ b/src/test/org/apache/commons/math/stat/TestStatisticTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ import junit.framework.TestSuite; /** * Test cases for the TestStatistic class. * - * @version $Revision: 1.3 $ $Date: 2003/07/07 23:19:19 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:38 $ */ 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 eb94ca95f..2653151e5 100644 --- a/src/test/org/apache/commons/math/stat/UnivariateImplTest.java +++ b/src/test/org/apache/commons/math/stat/UnivariateImplTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -60,7 +60,7 @@ import junit.framework.TestSuite; /** * Test cases for the {@link Univariate} class. * - * @version $Revision: 1.7 $ $Date: 2003/09/17 19:29:32 $ + * @version $Revision: 1.8 $ $Date: 2003/10/13 08:08:38 $ */ 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 f25d3d000..d60bba689 100644 --- a/src/test/org/apache/commons/math/stat/univariate/InteractionTest.java +++ b/src/test/org/apache/commons/math/stat/univariate/InteractionTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -62,7 +62,7 @@ import org.apache.commons.math.stat.univariate.moment.Variance; import junit.framework.TestCase; /** - * @version $Revision: 1.3 $ $Date: 2003/09/17 19:29:28 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:38 $ */ 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 fb0838c7f..7ffac41f4 100644 --- a/src/test/org/apache/commons/math/stat/univariate/StorelessUnivariateStatisticAbstractTest.java +++ b/src/test/org/apache/commons/math/stat/univariate/StorelessUnivariateStatisticAbstractTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -56,7 +56,7 @@ package org.apache.commons.math.stat.univariate; /** * Test cases for the {@link UnivariateStatistic} class. - * @version $Revision: 1.4 $ $Date: 2003/09/17 19:29:28 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:38 $ */ 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 2dc997452..5cfd563b5 100644 --- a/src/test/org/apache/commons/math/stat/univariate/UnivariateStatisticAbstractTest.java +++ b/src/test/org/apache/commons/math/stat/univariate/UnivariateStatisticAbstractTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ import junit.framework.TestCase; /** * Test cases for the {@link UnivariateStatistic} class. - * @version $Revision: 1.4 $ $Date: 2003/09/17 19:29:28 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:38 $ */ 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 fb4152625..65cd17bcf 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -61,7 +61,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic; /** * Test cases for the {@link UnivariateStatistic} class. - * @version $Revision: 1.3 $ $Date: 2003/09/17 19:29:27 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:38 $ */ 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 ee3cf3192..2dc3d5f66 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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/09/17 19:29:27 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:38 $ */ 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 4be8ffdcb..d5d1421aa 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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/09/17 19:29:27 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:38 $ */ 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 91157b1eb..7a282b021 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -62,7 +62,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic; /** * Test cases for the {@link UnivariateStatistic} class. * - * @version $Revision: 1.4 $ $Date: 2003/09/17 19:29:27 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $ */ 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 f89d3fd65..76360a6fe 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -62,7 +62,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic; /** * Test cases for the {@link UnivariateStatistic} class. * - * @version $Revision: 1.4 $ $Date: 2003/09/17 19:29:27 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $ */ 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 51d4b9bc0..26d64d1b6 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -62,7 +62,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic; /** * Test cases for the {@link UnivariateStatistic} class. * - * @version $Revision: 1.4 $ $Date: 2003/09/17 19:29:27 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $ */ 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 31a1ca55f..77409a54b 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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/09/17 19:29:29 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $ */ 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 6a86c9639..090d34902 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -61,7 +61,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatisticAbstractTest; /** * Test cases for the {@link UnivariateStatistic} class. - * @version $Revision: 1.3 $ $Date: 2003/09/17 19:29:29 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:39 $ */ 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 8f493a67a..c03e5c082 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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/09/17 19:29:29 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $ */ 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 bbc97513e..33fc406d9 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -61,7 +61,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatisticAbstractTest; /** * Test cases for the {@link UnivariateStatistic} class. - * @version $Revision: 1.3 $ $Date: 2003/09/17 19:29:29 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:08:39 $ */ 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 be539e34d..cf48e9796 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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/09/17 19:29:31 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $ */ 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 11db0adb5..471cfbd09 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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/09/17 19:29:31 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $ */ 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 0a38bd1ae..0a47c09d5 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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/09/17 19:29:31 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $ */ 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 f8f066ca1..e8fdce2ec 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 @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -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/09/17 19:29:31 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:08:39 $ */ 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 e9a9e5ce0..97a39a558 100644 --- a/src/test/org/apache/commons/math/util/BeanTransformerTest.java +++ b/src/test/org/apache/commons/math/util/BeanTransformerTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -59,7 +59,7 @@ import org.apache.commons.math.TestUtils; import junit.framework.TestCase; /** - * @version $Revision: 1.1 $ $Date: 2003/09/27 04:13:34 $ + * @version $Revision: 1.2 $ $Date: 2003/10/13 08:07:11 $ */ 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 0f2b260a3..a63ad6e61 100644 --- a/src/test/org/apache/commons/math/util/ContinuedFractionTest.java +++ b/src/test/org/apache/commons/math/util/ContinuedFractionTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -56,7 +56,7 @@ package org.apache.commons.math.util; import junit.framework.TestCase; /** - * @version $Revision: 1.2 $ $Date: 2003/09/17 19:29:29 $ + * @version $Revision: 1.3 $ $Date: 2003/10/13 08:07:11 $ */ public class ContinuedFractionTest extends TestCase { /** diff --git a/src/test/org/apache/commons/math/util/ContractableDoubleArrayTest.java b/src/test/org/apache/commons/math/util/ContractableDoubleArrayTest.java index 9b377895a..dc166b7b5 100644 --- a/src/test/org/apache/commons/math/util/ContractableDoubleArrayTest.java +++ b/src/test/org/apache/commons/math/util/ContractableDoubleArrayTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ package org.apache.commons.math.util; /** * This class contains test cases for the ExpandableDoubleArray. * - * @version $Revision: 1.2 $ $Date: 2003/09/17 19:29:29 $ + * @version $Revision: 1.3 $ $Date: 2003/10/13 08:07:11 $ */ 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 bf48fc692..d5a34c4e3 100644 --- a/src/test/org/apache/commons/math/util/DefaultTransformerTest.java +++ b/src/test/org/apache/commons/math/util/DefaultTransformerTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -61,7 +61,7 @@ import org.apache.commons.math.TestUtils; import junit.framework.TestCase; /** - * @version $Revision: 1.1 $ $Date: 2003/09/27 04:13:34 $ + * @version $Revision: 1.2 $ $Date: 2003/10/13 08:07:11 $ */ 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 b0d645c09..7da9c2147 100644 --- a/src/test/org/apache/commons/math/util/DoubleArrayAbstractTest.java +++ b/src/test/org/apache/commons/math/util/DoubleArrayAbstractTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -60,7 +60,7 @@ import junit.framework.TestCase; /** * This class contains test cases for the ExpandableDoubleArray. * - * @version $Revision: 1.3 $ $Date: 2003/09/17 19:29:29 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:07:11 $ */ 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 ec6f25b60..f2da36ce4 100644 --- a/src/test/org/apache/commons/math/util/ExpandableDoubleArrayTest.java +++ b/src/test/org/apache/commons/math/util/ExpandableDoubleArrayTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ package org.apache.commons.math.util; /** * This class contains test cases for the ExpandableDoubleArray. * - * @version $Revision: 1.3 $ $Date: 2003/09/17 19:29:29 $ + * @version $Revision: 1.4 $ $Date: 2003/10/13 08:07:11 $ */ 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 d34eb90ed..77f911a08 100644 --- a/src/test/org/apache/commons/math/util/FixedDoubleArrayTest.java +++ b/src/test/org/apache/commons/math/util/FixedDoubleArrayTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ package org.apache.commons.math.util; /** * This class contains test cases for the ExpandableDoubleArray. * - * @version $Revision: 1.4 $ $Date: 2003/09/17 19:29:29 $ + * @version $Revision: 1.5 $ $Date: 2003/10/13 08:07:11 $ */ 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 5e4bbe048..79de411b8 100644 --- a/src/test/org/apache/commons/math/util/MathUtilsTest.java +++ b/src/test/org/apache/commons/math/util/MathUtilsTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -60,7 +60,7 @@ import junit.framework.TestSuite; /** * Test cases for the MathUtils class. * - * @version $Revision: 1.2 $ $Date: 2003/07/07 23:19:22 $ + * @version $Revision: 1.3 $ $Date: 2003/10/13 08:07:11 $ */ 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 54b92ca5a..1ed76e068 100644 --- a/src/test/org/apache/commons/math/util/TestBean.java +++ b/src/test/org/apache/commons/math/util/TestBean.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -55,7 +55,7 @@ package org.apache.commons.math.util; /** - * @version $Revision: 1.1 $ $Date: 2003/09/27 04:13:34 $ + * @version $Revision: 1.2 $ $Date: 2003/10/13 08:07:11 $ */ 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 e16fa9949..5740d6d97 100644 --- a/src/test/org/apache/commons/math/util/TransformerMapTest.java +++ b/src/test/org/apache/commons/math/util/TransformerMapTest.java @@ -17,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -57,7 +57,7 @@ package org.apache.commons.math.util; import junit.framework.TestCase; /** - * @version $Revision: 1.1 $ $Date: 2003/09/27 04:13:34 $ + * @version $Revision: 1.2 $ $Date: 2003/10/13 08:07:11 $ */ public class TransformerMapTest extends TestCase { /**