diff --git a/project.xml b/project.xml index 91f8c7254..d8318dda4 100644 --- a/project.xml +++ b/project.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 3 diff --git a/src/experimental/org/apache/commons/math/analysis/UnivariateRealFunctionProxy.java b/src/experimental/org/apache/commons/math/analysis/UnivariateRealFunctionProxy.java index c462e6f40..6370b3796 100644 --- a/src/experimental/org/apache/commons/math/analysis/UnivariateRealFunctionProxy.java +++ b/src/experimental/org/apache/commons/math/analysis/UnivariateRealFunctionProxy.java @@ -20,7 +20,7 @@ package org.apache.commons.math.analysis; /** * @todo add javadoc comment - * @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $ + * @version $Revision$ $Date$ */ public abstract class UnivariateRealFunctionProxy implements UnivariateRealFunction { diff --git a/src/experimental/org/apache/commons/math/analysis/UnivariateRealFunctionUtils.java b/src/experimental/org/apache/commons/math/analysis/UnivariateRealFunctionUtils.java index 0c03472de..5cb86a289 100644 --- a/src/experimental/org/apache/commons/math/analysis/UnivariateRealFunctionUtils.java +++ b/src/experimental/org/apache/commons/math/analysis/UnivariateRealFunctionUtils.java @@ -24,7 +24,7 @@ import org.apache.commons.math.analysis.derivative.ForwardDifferenceDerivative; /** * @todo add javadoc comment - * @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $ + * @version $Revision$ $Date$ */ public class UnivariateRealFunctionUtils { diff --git a/src/experimental/org/apache/commons/math/analysis/UnivariateRealFunctionUtilsTest.java b/src/experimental/org/apache/commons/math/analysis/UnivariateRealFunctionUtilsTest.java index 381e1f060..cac25463c 100644 --- a/src/experimental/org/apache/commons/math/analysis/UnivariateRealFunctionUtilsTest.java +++ b/src/experimental/org/apache/commons/math/analysis/UnivariateRealFunctionUtilsTest.java @@ -22,7 +22,7 @@ import junit.framework.TestCase; /** * @todo add javadoc comment - * @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $ + * @version $Revision$ $Date$ */ public class UnivariateRealFunctionUtilsTest extends TestCase { /** diff --git a/src/experimental/org/apache/commons/math/analysis/derivative/AbstractDifferenceDerivative.java b/src/experimental/org/apache/commons/math/analysis/derivative/AbstractDifferenceDerivative.java index d7b837933..a7c1589c6 100644 --- a/src/experimental/org/apache/commons/math/analysis/derivative/AbstractDifferenceDerivative.java +++ b/src/experimental/org/apache/commons/math/analysis/derivative/AbstractDifferenceDerivative.java @@ -23,7 +23,7 @@ import org.apache.commons.math.analysis.UnivariateRealFunctionProxy; /** * @todo add javadoc comment - * @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $ + * @version $Revision$ $Date$ */ public abstract class AbstractDifferenceDerivative extends UnivariateRealFunctionProxy implements UnivariateRealFunction { /** */ diff --git a/src/experimental/org/apache/commons/math/analysis/derivative/BackwardDifferenceDerivative.java b/src/experimental/org/apache/commons/math/analysis/derivative/BackwardDifferenceDerivative.java index 07aacd567..03ef9b479 100644 --- a/src/experimental/org/apache/commons/math/analysis/derivative/BackwardDifferenceDerivative.java +++ b/src/experimental/org/apache/commons/math/analysis/derivative/BackwardDifferenceDerivative.java @@ -23,7 +23,7 @@ import org.apache.commons.math.analysis.UnivariateRealFunction; /** * @todo add javadoc comment - * @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $ + * @version $Revision$ $Date$ */ public class BackwardDifferenceDerivative extends AbstractDifferenceDerivative { diff --git a/src/experimental/org/apache/commons/math/analysis/derivative/CenterDifferenceDerivative.java b/src/experimental/org/apache/commons/math/analysis/derivative/CenterDifferenceDerivative.java index e9cc6295e..da69ea9ac 100644 --- a/src/experimental/org/apache/commons/math/analysis/derivative/CenterDifferenceDerivative.java +++ b/src/experimental/org/apache/commons/math/analysis/derivative/CenterDifferenceDerivative.java @@ -23,7 +23,7 @@ import org.apache.commons.math.analysis.UnivariateRealFunction; /** * @todo add javadoc comment - * @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $ + * @version $Revision$ $Date$ */ public class CenterDifferenceDerivative extends AbstractDifferenceDerivative { diff --git a/src/experimental/org/apache/commons/math/analysis/derivative/ForwardDifferenceDerivative.java b/src/experimental/org/apache/commons/math/analysis/derivative/ForwardDifferenceDerivative.java index 5eaf677ae..6e8a8f2bd 100644 --- a/src/experimental/org/apache/commons/math/analysis/derivative/ForwardDifferenceDerivative.java +++ b/src/experimental/org/apache/commons/math/analysis/derivative/ForwardDifferenceDerivative.java @@ -23,7 +23,7 @@ import org.apache.commons.math.analysis.UnivariateRealFunction; /** * @todo add javadoc comment - * @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $ + * @version $Revision$ $Date$ */ public class ForwardDifferenceDerivative extends AbstractDifferenceDerivative { diff --git a/src/experimental/org/apache/commons/math/stat/univariate/BeanListUnivariateImpl.java b/src/experimental/org/apache/commons/math/stat/univariate/BeanListUnivariateImpl.java index 760143ea2..6be79969a 100644 --- a/src/experimental/org/apache/commons/math/stat/univariate/BeanListUnivariateImpl.java +++ b/src/experimental/org/apache/commons/math/stat/univariate/BeanListUnivariateImpl.java @@ -32,7 +32,7 @@ import org.apache.commons.math.util.NumberTransformer; * 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.1 $ $Date: 2004/06/01 21:28:06 $ + * @version $Revision$ $Date$ */ public class BeanListUnivariateImpl extends ListUnivariateImpl implements Serializable { diff --git a/src/experimental/org/apache/commons/math/stat/univariate/BeanListUnivariateImplTest.java b/src/experimental/org/apache/commons/math/stat/univariate/BeanListUnivariateImplTest.java index 97a822d17..9885f0cea 100644 --- a/src/experimental/org/apache/commons/math/stat/univariate/BeanListUnivariateImplTest.java +++ b/src/experimental/org/apache/commons/math/stat/univariate/BeanListUnivariateImplTest.java @@ -28,7 +28,7 @@ import org.apache.commons.math.stat.StatUtils; /** * Test cases for the {@link BeanListUnivariateImpl} class. * - * @version $Revision: 1.1 $ $Date: 2004/06/01 21:28:06 $ + * @version $Revision$ $Date$ */ public final class BeanListUnivariateImplTest extends TestCase { diff --git a/src/experimental/org/apache/commons/math/util/BeanTransformer.java b/src/experimental/org/apache/commons/math/util/BeanTransformer.java index 6ed6972b6..b7d2c8f71 100644 --- a/src/experimental/org/apache/commons/math/util/BeanTransformer.java +++ b/src/experimental/org/apache/commons/math/util/BeanTransformer.java @@ -21,7 +21,7 @@ import org.apache.commons.math.MathException; /** * Uses PropertyUtils to map a Bean getter to a double value. - * @version $Revision: 1.3 $ $Date: 2004/12/06 05:40:48 $ + * @version $Revision$ $Date$ */ public class BeanTransformer implements NumberTransformer { diff --git a/src/experimental/org/apache/commons/math/util/BeanTransformerTest.java b/src/experimental/org/apache/commons/math/util/BeanTransformerTest.java index cee72b9d0..de825fdcc 100644 --- a/src/experimental/org/apache/commons/math/util/BeanTransformerTest.java +++ b/src/experimental/org/apache/commons/math/util/BeanTransformerTest.java @@ -22,7 +22,7 @@ import org.apache.commons.math.TestUtils; import junit.framework.TestCase; /** - * @version $Revision: 1.3 $ $Date: 2004/12/06 05:40:48 $ + * @version $Revision$ $Date$ */ public class BeanTransformerTest extends TestCase { diff --git a/src/java/org/apache/commons/math/ConvergenceException.java b/src/java/org/apache/commons/math/ConvergenceException.java index 2767bd45b..2933e5954 100644 --- a/src/java/org/apache/commons/math/ConvergenceException.java +++ b/src/java/org/apache/commons/math/ConvergenceException.java @@ -21,7 +21,7 @@ import java.io.Serializable; * Error thrown when a numerical computation can not be performed because the * numerical result failed to converge to a finite value. * - * @version $Revision: 1.14 $ $Date: 2004/06/23 16:26:16 $ + * @version $Revision$ $Date$ */ public class ConvergenceException extends MathException implements Serializable{ diff --git a/src/java/org/apache/commons/math/FunctionEvaluationException.java b/src/java/org/apache/commons/math/FunctionEvaluationException.java index a7a493fd5..051085960 100644 --- a/src/java/org/apache/commons/math/FunctionEvaluationException.java +++ b/src/java/org/apache/commons/math/FunctionEvaluationException.java @@ -21,7 +21,7 @@ package org.apache.commons.math; * Maintains an argument property holding the input value that * caused the function evaluation to fail. * - * @version $Revision: 1.2 $ $Date: 2004/07/17 21:12:52 $ + * @version $Revision$ $Date$ */ public class FunctionEvaluationException extends MathException { diff --git a/src/java/org/apache/commons/math/MathConfigurationException.java b/src/java/org/apache/commons/math/MathConfigurationException.java index e6fad01cd..53c1fc292 100644 --- a/src/java/org/apache/commons/math/MathConfigurationException.java +++ b/src/java/org/apache/commons/math/MathConfigurationException.java @@ -19,7 +19,7 @@ import java.io.Serializable; /** * Signals a configuration problem with any of the factory methods. - * @version $Revision: 1.18 $ $Date: 2004/06/23 16:26:16 $ + * @version $Revision$ $Date$ */ public class MathConfigurationException extends MathException implements Serializable { diff --git a/src/java/org/apache/commons/math/MathException.java b/src/java/org/apache/commons/math/MathException.java index 6d044365e..1c245285a 100644 --- a/src/java/org/apache/commons/math/MathException.java +++ b/src/java/org/apache/commons/math/MathException.java @@ -26,7 +26,7 @@ import java.io.PrintWriter; *

* Adapted from {@link org.apache.commons.collections.FunctorException}. * -* @version $Revision: 1.20 $ $Date: 2004/11/07 02:17:56 $ +* @version $Revision$ $Date$ */ public class MathException extends Exception { diff --git a/src/java/org/apache/commons/math/analysis/BisectionSolver.java b/src/java/org/apache/commons/math/analysis/BisectionSolver.java index 6b7c48455..1f439571e 100644 --- a/src/java/org/apache/commons/math/analysis/BisectionSolver.java +++ b/src/java/org/apache/commons/math/analysis/BisectionSolver.java @@ -24,7 +24,7 @@ import org.apache.commons.math.ConvergenceException; *

* The function should be continuous but not necessarily smooth. * - * @version $Revision: 1.18 $ $Date: 2004/07/17 21:19:39 $ + * @version $Revision$ $Date$ */ 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 e2b5497c5..9f5dc902b 100644 --- a/src/java/org/apache/commons/math/analysis/BrentSolver.java +++ b/src/java/org/apache/commons/math/analysis/BrentSolver.java @@ -25,7 +25,7 @@ import org.apache.commons.math.FunctionEvaluationException; *

* The function should be continuous but not necessarily smooth. * - * @version $Revision: 1.18 $ $Date: 2004/11/07 02:17:56 $ + * @version $Revision$ $Date$ */ public class BrentSolver extends UnivariateRealSolverImpl { diff --git a/src/java/org/apache/commons/math/analysis/DifferentiableUnivariateRealFunction.java b/src/java/org/apache/commons/math/analysis/DifferentiableUnivariateRealFunction.java index ef1ee97ab..8799c9c14 100644 --- a/src/java/org/apache/commons/math/analysis/DifferentiableUnivariateRealFunction.java +++ b/src/java/org/apache/commons/math/analysis/DifferentiableUnivariateRealFunction.java @@ -18,7 +18,7 @@ package org.apache.commons.math.analysis; /** * Extension of {@link UnivariateRealFunction} representing a differentiable univariate real function. * - * @version $Revision: 1.2 $ $Date: 2004/06/23 16:26:14 $ + * @version $Revision$ $Date$ */ public interface DifferentiableUnivariateRealFunction extends UnivariateRealFunction { diff --git a/src/java/org/apache/commons/math/analysis/NewtonSolver.java b/src/java/org/apache/commons/math/analysis/NewtonSolver.java index 8035d2238..619417ef8 100644 --- a/src/java/org/apache/commons/math/analysis/NewtonSolver.java +++ b/src/java/org/apache/commons/math/analysis/NewtonSolver.java @@ -25,7 +25,7 @@ import org.apache.commons.math.FunctionEvaluationException; *

* The function should be continuous but not necessarily smooth. * - * @version $Revision: 1.6 $ $Date: 2004/07/17 21:19:39 $ + * @version $Revision$ $Date$ */ public class NewtonSolver extends UnivariateRealSolverImpl { diff --git a/src/java/org/apache/commons/math/analysis/PolynomialFunction.java b/src/java/org/apache/commons/math/analysis/PolynomialFunction.java index c9650a2b7..7184147c0 100644 --- a/src/java/org/apache/commons/math/analysis/PolynomialFunction.java +++ b/src/java/org/apache/commons/math/analysis/PolynomialFunction.java @@ -23,7 +23,7 @@ import java.io.Serializable; * Horner's Method * is used to evaluate the function. * - * @version $Revision: 1.12 $ $Date: 2004/07/20 12:55:01 $ + * @version $Revision$ $Date$ */ public class PolynomialFunction implements DifferentiableUnivariateRealFunction, Serializable { diff --git a/src/java/org/apache/commons/math/analysis/PolynomialSplineFunction.java b/src/java/org/apache/commons/math/analysis/PolynomialSplineFunction.java index 70a437248..040f0708d 100644 --- a/src/java/org/apache/commons/math/analysis/PolynomialSplineFunction.java +++ b/src/java/org/apache/commons/math/analysis/PolynomialSplineFunction.java @@ -50,7 +50,7 @@ import org.apache.commons.math.FunctionEvaluationException; * than or equal to x. The value returned is
* polynomials[j](x - knot[j]) * - * @version $Revision: 1.9 $ $Date: 2004/07/22 02:34:25 $ + * @version $Revision$ $Date$ */ public class PolynomialSplineFunction implements UnivariateRealFunction, Serializable { diff --git a/src/java/org/apache/commons/math/analysis/SecantSolver.java b/src/java/org/apache/commons/math/analysis/SecantSolver.java index 85e4910d8..cb090e466 100644 --- a/src/java/org/apache/commons/math/analysis/SecantSolver.java +++ b/src/java/org/apache/commons/math/analysis/SecantSolver.java @@ -35,7 +35,7 @@ import org.apache.commons.math.FunctionEvaluationException; *

* The function is assumed to be continuous but not necessarily smooth. * - * @version $Revision: 1.17 $ $Date: 2004/07/17 21:19:39 $ + * @version $Revision$ $Date$ */ public class SecantSolver extends UnivariateRealSolverImpl implements Serializable { diff --git a/src/java/org/apache/commons/math/analysis/SplineInterpolator.java b/src/java/org/apache/commons/math/analysis/SplineInterpolator.java index 96093301a..aa2b4910c 100644 --- a/src/java/org/apache/commons/math/analysis/SplineInterpolator.java +++ b/src/java/org/apache/commons/math/analysis/SplineInterpolator.java @@ -37,7 +37,7 @@ package org.apache.commons.math.analysis; * The cubic spline interpolation algorithm implemented is as described in R.L. Burden, J.D. Faires, * Numerical Analysis, 4th Ed., 1989, PWS-Kent, ISBN 0-53491-585-X, pp 126-131. * - * @version $Revision: 1.19 $ $Date: 2004/06/23 16:26:14 $ + * @version $Revision$ $Date$ * */ 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 0ddd8b41a..b9e083040 100644 --- a/src/java/org/apache/commons/math/analysis/UnivariateRealFunction.java +++ b/src/java/org/apache/commons/math/analysis/UnivariateRealFunction.java @@ -20,7 +20,7 @@ import org.apache.commons.math.FunctionEvaluationException; /** * An interface representing a univariate real function. * - * @version $Revision: 1.14 $ $Date: 2004/07/17 21:19:39 $ + * @version $Revision$ $Date$ */ 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 da8dd2229..95594e918 100644 --- a/src/java/org/apache/commons/math/analysis/UnivariateRealInterpolator.java +++ b/src/java/org/apache/commons/math/analysis/UnivariateRealInterpolator.java @@ -20,7 +20,7 @@ import org.apache.commons.math.MathException; /** * Interface representing a univariate real interpolating function. * - * @version $Revision: 1.11 $ $Date: 2004/06/23 16:26:14 $ + * @version $Revision$ $Date$ */ 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 e16647335..a9172d0bb 100644 --- a/src/java/org/apache/commons/math/analysis/UnivariateRealSolver.java +++ b/src/java/org/apache/commons/math/analysis/UnivariateRealSolver.java @@ -24,7 +24,7 @@ import org.apache.commons.math.FunctionEvaluationException; *

* Implementations will search for only one zero in the given interval. * - * @version $Revision: 1.14 $ $Date: 2004/07/17 21:19:39 $ + * @version $Revision$ $Date$ */ 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 4fc12f58a..2a6fe7138 100644 --- a/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactory.java +++ b/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactory.java @@ -41,7 +41,7 @@ import org.apache.commons.discovery.tools.DiscoverClass; * UnivariateRealSolverFactory.newInstance(). The default is * {@link UnivariateRealSolverFactoryImpl}. * - * @version $Revision: 1.16 $ $Date: 2004/07/10 15:59:14 $ + * @version $Revision$ $Date$ */ 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 8c3bc8fad..e25abedc3 100644 --- a/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactoryImpl.java +++ b/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactoryImpl.java @@ -21,7 +21,7 @@ package org.apache.commons.math.analysis; *

* The default solver returned by this factory is a {@link BrentSolver}. * - * @version $Revision: 1.13 $ $Date: 2004/06/23 16:26:14 $ + * @version $Revision$ $Date$ */ 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 f0cb2f583..4f9f66e06 100644 --- a/src/java/org/apache/commons/math/analysis/UnivariateRealSolverImpl.java +++ b/src/java/org/apache/commons/math/analysis/UnivariateRealSolverImpl.java @@ -24,7 +24,7 @@ import org.apache.commons.math.FunctionEvaluationException; * Provide a default implementation for several functions useful to generic * solvers. * - * @version $Revision: 1.15 $ $Date: 2004/07/17 21:19:39 $ + * @version $Revision$ $Date$ */ public abstract class UnivariateRealSolverImpl implements UnivariateRealSolver, Serializable { diff --git a/src/java/org/apache/commons/math/analysis/UnivariateRealSolverUtils.java b/src/java/org/apache/commons/math/analysis/UnivariateRealSolverUtils.java index 826f40526..8b8352c9e 100644 --- a/src/java/org/apache/commons/math/analysis/UnivariateRealSolverUtils.java +++ b/src/java/org/apache/commons/math/analysis/UnivariateRealSolverUtils.java @@ -21,7 +21,7 @@ import org.apache.commons.math.ConvergenceException; /** * Utility routines for {@link UnivariateRealSolver} objects. * - * @version $Revision: 1.10 $ $Date: 2004/07/17 21:19:39 $ + * @version $Revision$ $Date$ */ public class UnivariateRealSolverUtils { /** diff --git a/src/java/org/apache/commons/math/analysis/package.html b/src/java/org/apache/commons/math/analysis/package.html index fbd312450..60d428756 100644 --- a/src/java/org/apache/commons/math/analysis/package.html +++ b/src/java/org/apache/commons/math/analysis/package.html @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Implementations of common numerical analysis procedures, including root finding and function interpolation. diff --git a/src/java/org/apache/commons/math/complex/Complex.java b/src/java/org/apache/commons/math/complex/Complex.java index 1470ab21e..f5427dab4 100644 --- a/src/java/org/apache/commons/math/complex/Complex.java +++ b/src/java/org/apache/commons/math/complex/Complex.java @@ -23,7 +23,7 @@ import java.io.Serializable; * real and imaginary part. * * @author Apache Software Foundation - * @version $Revision: 1.9 $ $Date: 2004/06/23 16:26:16 $ + * @version $Revision$ $Date$ */ public class Complex implements Serializable { diff --git a/src/java/org/apache/commons/math/complex/ComplexFormat.java b/src/java/org/apache/commons/math/complex/ComplexFormat.java index f0da66e56..deecba0eb 100644 --- a/src/java/org/apache/commons/math/complex/ComplexFormat.java +++ b/src/java/org/apache/commons/math/complex/ComplexFormat.java @@ -30,7 +30,7 @@ import java.util.Locale; * can be configured. * * @author Apache Software Foundation - * @version $Revision: 1.10 $ $Date: 2004/09/21 04:45:55 $ + * @version $Revision$ $Date$ */ public class ComplexFormat extends Format implements Serializable { diff --git a/src/java/org/apache/commons/math/complex/ComplexUtils.java b/src/java/org/apache/commons/math/complex/ComplexUtils.java index a3025e5e4..fe2c4ffa4 100644 --- a/src/java/org/apache/commons/math/complex/ComplexUtils.java +++ b/src/java/org/apache/commons/math/complex/ComplexUtils.java @@ -28,7 +28,7 @@ import org.apache.commons.math.util.MathUtils; * Multiple Precision Complex Arithmetic and Functions * * - * @version $Revision: 1.1 $ $Date: 2004/07/12 00:27:09 $ + * @version $Revision$ $Date$ */ public class ComplexUtils { diff --git a/src/java/org/apache/commons/math/complex/package.html b/src/java/org/apache/commons/math/complex/package.html index 0ea4367d5..55b6079d1 100644 --- a/src/java/org/apache/commons/math/complex/package.html +++ b/src/java/org/apache/commons/math/complex/package.html @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Complex number type and implementations of complex transcendental functions. diff --git a/src/java/org/apache/commons/math/distribution/AbstractContinuousDistribution.java b/src/java/org/apache/commons/math/distribution/AbstractContinuousDistribution.java index 1da53b2fa..da86854dc 100644 --- a/src/java/org/apache/commons/math/distribution/AbstractContinuousDistribution.java +++ b/src/java/org/apache/commons/math/distribution/AbstractContinuousDistribution.java @@ -28,7 +28,7 @@ import org.apache.commons.math.analysis.UnivariateRealSolverUtils; * provided for some of the methods that do not vary from distribution to * distribution. * - * @version $Revision: 1.26 $ $Date: 2004/11/07 03:32:48 $ + * @version $Revision$ $Date$ */ public abstract class AbstractContinuousDistribution extends AbstractDistribution diff --git a/src/java/org/apache/commons/math/distribution/AbstractDistribution.java b/src/java/org/apache/commons/math/distribution/AbstractDistribution.java index 7e0b756ef..04ff2763a 100644 --- a/src/java/org/apache/commons/math/distribution/AbstractDistribution.java +++ b/src/java/org/apache/commons/math/distribution/AbstractDistribution.java @@ -22,7 +22,7 @@ import org.apache.commons.math.MathException; /** * Base class for probability distributions. * - * @version $Revision: 1.2 $ $Date: 2004/11/07 20:39:15 $ + * @version $Revision$ $Date$ */ public abstract class AbstractDistribution implements Distribution, Serializable { diff --git a/src/java/org/apache/commons/math/distribution/AbstractIntegerDistribution.java b/src/java/org/apache/commons/math/distribution/AbstractIntegerDistribution.java index e116cafba..9f556106e 100644 --- a/src/java/org/apache/commons/math/distribution/AbstractIntegerDistribution.java +++ b/src/java/org/apache/commons/math/distribution/AbstractIntegerDistribution.java @@ -25,7 +25,7 @@ import org.apache.commons.math.MathException; * implementations are provided for some of the methods that do not vary * from distribution to distribution. * - * @version $Revision: 1.1 $ $Date: 2004/11/07 03:32:48 $ + * @version $Revision$ $Date$ */ public abstract class AbstractIntegerDistribution extends AbstractDistribution implements IntegerDistribution, Serializable { diff --git a/src/java/org/apache/commons/math/distribution/BinomialDistribution.java b/src/java/org/apache/commons/math/distribution/BinomialDistribution.java index 790d9151e..80167b40b 100644 --- a/src/java/org/apache/commons/math/distribution/BinomialDistribution.java +++ b/src/java/org/apache/commons/math/distribution/BinomialDistribution.java @@ -29,7 +29,7 @@ package org.apache.commons.math.distribution; * *

* - * @version $Revision: 1.12 $ $Date: 2004/11/07 03:32:48 $ + * @version $Revision$ $Date$ */ public interface BinomialDistribution extends IntegerDistribution { /** diff --git a/src/java/org/apache/commons/math/distribution/BinomialDistributionImpl.java b/src/java/org/apache/commons/math/distribution/BinomialDistributionImpl.java index 7e1459f47..fb3c870ed 100644 --- a/src/java/org/apache/commons/math/distribution/BinomialDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/BinomialDistributionImpl.java @@ -24,7 +24,7 @@ import org.apache.commons.math.util.MathUtils; /** * The default implementation of {@link BinomialDistribution}. * - * @version $Revision: 1.19 $ $Date: 2004/11/07 03:32:48 $ + * @version $Revision$ $Date$ */ public class BinomialDistributionImpl extends AbstractIntegerDistribution diff --git a/src/java/org/apache/commons/math/distribution/CauchyDistribution.java b/src/java/org/apache/commons/math/distribution/CauchyDistribution.java index 3f802e709..44b4b1a16 100644 --- a/src/java/org/apache/commons/math/distribution/CauchyDistribution.java +++ b/src/java/org/apache/commons/math/distribution/CauchyDistribution.java @@ -29,7 +29,7 @@ package org.apache.commons.math.distribution; * *

* - * @version $Revision: 1.8 $ $Date: 2004-06-23 11:26:18 -0500 (Wed, 23 Jun 2004) $ + * @version $Revision$ $Date$ */ public interface CauchyDistribution extends ContinuousDistribution { diff --git a/src/java/org/apache/commons/math/distribution/CauchyDistributionImpl.java b/src/java/org/apache/commons/math/distribution/CauchyDistributionImpl.java index 3bee81611..eea492e9b 100644 --- a/src/java/org/apache/commons/math/distribution/CauchyDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/CauchyDistributionImpl.java @@ -22,7 +22,7 @@ import java.io.Serializable; * Default implementation of * {@link org.apache.commons.math.distribution.CauchyDistribution}. * - * @version $Revision: 1.13 $ $Date: 2004-07-24 16:41:37 -0500 (Sat, 24 Jul 2004) $ + * @version $Revision$ $Date$ */ public class CauchyDistributionImpl extends AbstractContinuousDistribution implements CauchyDistribution, Serializable { diff --git a/src/java/org/apache/commons/math/distribution/ChiSquaredDistribution.java b/src/java/org/apache/commons/math/distribution/ChiSquaredDistribution.java index 9ff0e34c0..8f0c8f1b5 100644 --- a/src/java/org/apache/commons/math/distribution/ChiSquaredDistribution.java +++ b/src/java/org/apache/commons/math/distribution/ChiSquaredDistribution.java @@ -29,7 +29,7 @@ package org.apache.commons.math.distribution; * *

* - * @version $Revision: 1.14 $ $Date: 2004/06/23 16:26:15 $ + * @version $Revision$ $Date$ */ 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 d9a5a8f18..0b1db5b2a 100644 --- a/src/java/org/apache/commons/math/distribution/ChiSquaredDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/ChiSquaredDistributionImpl.java @@ -22,7 +22,7 @@ import org.apache.commons.math.MathException; /** * The default implementation of {@link ChiSquaredDistribution} * - * @version $Revision: 1.19 $ $Date: 2004/07/24 20:43:29 $ + * @version $Revision$ $Date$ */ 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 7a2b3fb77..73106d92e 100644 --- a/src/java/org/apache/commons/math/distribution/ContinuousDistribution.java +++ b/src/java/org/apache/commons/math/distribution/ContinuousDistribution.java @@ -20,7 +20,7 @@ import org.apache.commons.math.MathException; /** * Base interface for continuous distributions. * - * @version $Revision: 1.16 $ $Date: 2004/11/07 03:32:48 $ + * @version $Revision$ $Date$ */ public interface ContinuousDistribution extends Distribution { diff --git a/src/java/org/apache/commons/math/distribution/DiscreteDistribution.java b/src/java/org/apache/commons/math/distribution/DiscreteDistribution.java index a6baa2f3b..98c31a74f 100644 --- a/src/java/org/apache/commons/math/distribution/DiscreteDistribution.java +++ b/src/java/org/apache/commons/math/distribution/DiscreteDistribution.java @@ -19,7 +19,7 @@ package org.apache.commons.math.distribution; /** * Base interface for discrete distributions. * - * @version $Revision: 1.17 $ $Date: 2004/11/07 03:32:48 $ + * @version $Revision$ $Date$ */ public interface DiscreteDistribution extends Distribution { /** diff --git a/src/java/org/apache/commons/math/distribution/Distribution.java b/src/java/org/apache/commons/math/distribution/Distribution.java index 9b4147ab0..9e1f30afe 100644 --- a/src/java/org/apache/commons/math/distribution/Distribution.java +++ b/src/java/org/apache/commons/math/distribution/Distribution.java @@ -20,7 +20,7 @@ import org.apache.commons.math.MathException; /** * Base interface for probability distributions. * - * @version $Revision: 1.2 $ $Date: 2004/11/07 20:39:15 $ + * @version $Revision$ $Date$ */ public interface Distribution { /** diff --git a/src/java/org/apache/commons/math/distribution/DistributionFactory.java b/src/java/org/apache/commons/math/distribution/DistributionFactory.java index c0c2a949d..0e60a613e 100644 --- a/src/java/org/apache/commons/math/distribution/DistributionFactory.java +++ b/src/java/org/apache/commons/math/distribution/DistributionFactory.java @@ -41,7 +41,7 @@ import org.apache.commons.discovery.tools.DiscoverClass; * ChiSquaredDistribution chi = factory.createChiSquareDistribution(5.0); * * - * @version $Revision: 1.22 $ $Date$ + * @version $Revision$ $Date$ */ 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 1c4124e1f..1d20a3059 100644 --- a/src/java/org/apache/commons/math/distribution/DistributionFactoryImpl.java +++ b/src/java/org/apache/commons/math/distribution/DistributionFactoryImpl.java @@ -19,7 +19,7 @@ package org.apache.commons.math.distribution; * A concrete distribution factory. This is the default factory used by * Commons-Math. * - * @version $Revision: 1.21 $ $Date: 2004/11/07 03:32:48 $ + * @version $Revision$ $Date$ */ 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 529c89ec6..294295e67 100644 --- a/src/java/org/apache/commons/math/distribution/ExponentialDistribution.java +++ b/src/java/org/apache/commons/math/distribution/ExponentialDistribution.java @@ -29,7 +29,7 @@ package org.apache.commons.math.distribution; * *

* - * @version $Revision: 1.12 $ $Date: 2004/06/23 16:26:15 $ + * @version $Revision$ $Date$ */ 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 7d5b12191..c8d1fa4e6 100644 --- a/src/java/org/apache/commons/math/distribution/ExponentialDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/ExponentialDistributionImpl.java @@ -22,7 +22,7 @@ import org.apache.commons.math.MathException; /** * The default implementation of {@link ExponentialDistribution} * - * @version $Revision: 1.19 $ $Date: 2004/07/24 21:41:36 $ + * @version $Revision$ $Date$ */ public class ExponentialDistributionImpl extends AbstractContinuousDistribution implements ExponentialDistribution, Serializable { diff --git a/src/java/org/apache/commons/math/distribution/FDistribution.java b/src/java/org/apache/commons/math/distribution/FDistribution.java index 5313f8120..b893666ca 100644 --- a/src/java/org/apache/commons/math/distribution/FDistribution.java +++ b/src/java/org/apache/commons/math/distribution/FDistribution.java @@ -29,7 +29,7 @@ package org.apache.commons.math.distribution; * *

* - * @version $Revision: 1.13 $ $Date: 2004/06/23 16:26:15 $ + * @version $Revision$ $Date$ */ 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 62e1595ca..c47f9546b 100644 --- a/src/java/org/apache/commons/math/distribution/FDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/FDistributionImpl.java @@ -24,7 +24,7 @@ import org.apache.commons.math.special.Beta; * Default implementation of * {@link org.apache.commons.math.distribution.FDistribution}. * - * @version $Revision: 1.19 $ $Date: 2004/07/24 21:41:36 $ + * @version $Revision$ $Date$ */ 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 7ec64a0ef..7d9da63fa 100644 --- a/src/java/org/apache/commons/math/distribution/GammaDistribution.java +++ b/src/java/org/apache/commons/math/distribution/GammaDistribution.java @@ -29,7 +29,7 @@ package org.apache.commons.math.distribution; * *

* - * @version $Revision: 1.15 $ $Date: 2004/06/23 16:26:15 $ + * @version $Revision$ $Date$ */ 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 6e08fea33..d63587054 100644 --- a/src/java/org/apache/commons/math/distribution/GammaDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/GammaDistributionImpl.java @@ -23,7 +23,7 @@ import org.apache.commons.math.special.Gamma; /** * The default implementation of {@link GammaDistribution} * - * @version $Revision: 1.22 $ $Date: 2004/07/24 21:41:36 $ + * @version $Revision$ $Date$ */ public class GammaDistributionImpl extends AbstractContinuousDistribution implements GammaDistribution, Serializable { diff --git a/src/java/org/apache/commons/math/distribution/HypergeometricDistribution.java b/src/java/org/apache/commons/math/distribution/HypergeometricDistribution.java index d57062af7..b16ec825f 100644 --- a/src/java/org/apache/commons/math/distribution/HypergeometricDistribution.java +++ b/src/java/org/apache/commons/math/distribution/HypergeometricDistribution.java @@ -30,7 +30,7 @@ package org.apache.commons.math.distribution; * *

* - * @version $Revision: 1.11 $ $Date: 2004/11/07 03:32:48 $ + * @version $Revision$ $Date$ */ public interface HypergeometricDistribution extends IntegerDistribution { /** diff --git a/src/java/org/apache/commons/math/distribution/HypergeometricDistributionImpl.java b/src/java/org/apache/commons/math/distribution/HypergeometricDistributionImpl.java index f4d502f6c..ab8cbab34 100644 --- a/src/java/org/apache/commons/math/distribution/HypergeometricDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/HypergeometricDistributionImpl.java @@ -24,7 +24,7 @@ import org.apache.commons.math.util.MathUtils; /** * The default implementation of {@link HypergeometricDistribution}. * - * @version $Revision: 1.16 $ $Date: 2004/11/07 03:32:48 $ + * @version $Revision$ $Date$ */ public class HypergeometricDistributionImpl extends AbstractIntegerDistribution implements HypergeometricDistribution, Serializable diff --git a/src/java/org/apache/commons/math/distribution/IntegerDistribution.java b/src/java/org/apache/commons/math/distribution/IntegerDistribution.java index 761fb5a26..e2c076ebb 100644 --- a/src/java/org/apache/commons/math/distribution/IntegerDistribution.java +++ b/src/java/org/apache/commons/math/distribution/IntegerDistribution.java @@ -20,7 +20,7 @@ import org.apache.commons.math.MathException; /** * Interface for discrete distributions of integer-valued random variables. * - * @version $Revision: 1.2 $ $Date: 2004/11/07 20:39:15 $ + * @version $Revision$ $Date$ */ public interface IntegerDistribution extends DiscreteDistribution { /** diff --git a/src/java/org/apache/commons/math/distribution/NormalDistribution.java b/src/java/org/apache/commons/math/distribution/NormalDistribution.java index f2b2d8dbd..390a3868d 100644 --- a/src/java/org/apache/commons/math/distribution/NormalDistribution.java +++ b/src/java/org/apache/commons/math/distribution/NormalDistribution.java @@ -29,7 +29,7 @@ package org.apache.commons.math.distribution; * *

* - * @version $Revision: 1.8 $ $Date: 2004/06/23 16:26:15 $ + * @version $Revision$ $Date$ */ public interface NormalDistribution extends ContinuousDistribution { /** diff --git a/src/java/org/apache/commons/math/distribution/NormalDistributionImpl.java b/src/java/org/apache/commons/math/distribution/NormalDistributionImpl.java index 643825670..96f8a6e47 100644 --- a/src/java/org/apache/commons/math/distribution/NormalDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/NormalDistributionImpl.java @@ -25,7 +25,7 @@ import org.apache.commons.math.special.Erf; * Default implementation of * {@link org.apache.commons.math.distribution.NormalDistribution}. * - * @version $Revision: 1.13 $ $Date: 2004/07/24 21:41:36 $ + * @version $Revision$ $Date$ */ public class NormalDistributionImpl extends AbstractContinuousDistribution implements NormalDistribution, Serializable { diff --git a/src/java/org/apache/commons/math/distribution/PoissonDistribution.java b/src/java/org/apache/commons/math/distribution/PoissonDistribution.java index 05b42a88c..1602f0135 100644 --- a/src/java/org/apache/commons/math/distribution/PoissonDistribution.java +++ b/src/java/org/apache/commons/math/distribution/PoissonDistribution.java @@ -28,7 +28,7 @@ import org.apache.commons.math.MathException; * *

* - * @version $Revision: 1.2 $ $Date: 2004/11/07 20:39:15 $ + * @version $Revision$ $Date$ */ public interface PoissonDistribution extends IntegerDistribution { diff --git a/src/java/org/apache/commons/math/distribution/PoissonDistributionImpl.java b/src/java/org/apache/commons/math/distribution/PoissonDistributionImpl.java index 9320a32c8..9293e29ff 100644 --- a/src/java/org/apache/commons/math/distribution/PoissonDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/PoissonDistributionImpl.java @@ -24,7 +24,7 @@ import org.apache.commons.math.util.MathUtils; /** * Implementation for the @link{PoissonDistribution} * - * @version $Revision: 1.2 $ $Date: 2004/11/07 20:39:15 $ + * @version $Revision$ $Date$ */ public class PoissonDistributionImpl extends AbstractIntegerDistribution implements PoissonDistribution, Serializable { diff --git a/src/java/org/apache/commons/math/distribution/TDistribution.java b/src/java/org/apache/commons/math/distribution/TDistribution.java index 97899071b..c65ef4a46 100644 --- a/src/java/org/apache/commons/math/distribution/TDistribution.java +++ b/src/java/org/apache/commons/math/distribution/TDistribution.java @@ -29,7 +29,7 @@ package org.apache.commons.math.distribution; * *

* - * @version $Revision: 1.12 $ $Date: 2004/06/23 16:26:15 $ + * @version $Revision$ $Date$ */ 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 944d6c3ea..2bc528cfc 100644 --- a/src/java/org/apache/commons/math/distribution/TDistributionImpl.java +++ b/src/java/org/apache/commons/math/distribution/TDistributionImpl.java @@ -24,7 +24,7 @@ import org.apache.commons.math.special.Beta; * Default implementation of * {@link org.apache.commons.math.distribution.TDistribution}. * - * @version $Revision: 1.19 $ $Date: 2004/07/24 21:41:36 $ + * @version $Revision$ $Date$ */ public class TDistributionImpl extends AbstractContinuousDistribution diff --git a/src/java/org/apache/commons/math/distribution/package.html b/src/java/org/apache/commons/math/distribution/package.html index 1c8ee7b09..dc137dbe1 100644 --- a/src/java/org/apache/commons/math/distribution/package.html +++ b/src/java/org/apache/commons/math/distribution/package.html @@ -14,6 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Implementations of common discrete and continuous distributions. diff --git a/src/java/org/apache/commons/math/fraction/Fraction.java b/src/java/org/apache/commons/math/fraction/Fraction.java index e5b117438..bec70aca0 100644 --- a/src/java/org/apache/commons/math/fraction/Fraction.java +++ b/src/java/org/apache/commons/math/fraction/Fraction.java @@ -22,7 +22,7 @@ import org.apache.commons.math.util.MathUtils; * Representation of a rational number. * * @author Apache Software Foundation - * @version $Revision: $ $Date: $ + * @version $Revision$ $Date$ */ public class Fraction extends Number implements Comparable { diff --git a/src/java/org/apache/commons/math/fraction/FractionFormat.java b/src/java/org/apache/commons/math/fraction/FractionFormat.java index fd97c1446..1971b08eb 100644 --- a/src/java/org/apache/commons/math/fraction/FractionFormat.java +++ b/src/java/org/apache/commons/math/fraction/FractionFormat.java @@ -32,7 +32,7 @@ import org.apache.commons.math.ConvergenceException; * configured. * * @author Apache Software Foundation - * @version $Revision: 1.10 $ $Date: 2004-09-20 23:45:55 -0500 (Mon, 20 Sep 2004) $ + * @version $Revision$ $Date$ */ public class FractionFormat extends Format implements Serializable { diff --git a/src/java/org/apache/commons/math/fraction/ProperFractionFormat.java b/src/java/org/apache/commons/math/fraction/ProperFractionFormat.java index 5587ca3d4..80bab58b3 100644 --- a/src/java/org/apache/commons/math/fraction/ProperFractionFormat.java +++ b/src/java/org/apache/commons/math/fraction/ProperFractionFormat.java @@ -26,7 +26,7 @@ import org.apache.commons.math.util.MathUtils; * the whole number, numerator and, denominator can be configured. * * @author Apache Software Foundation - * @version $Revision: $ $Date: $ + * @version $Revision$ $Date$ */ public class ProperFractionFormat extends FractionFormat { diff --git a/src/java/org/apache/commons/math/fraction/package.html b/src/java/org/apache/commons/math/fraction/package.html index b0257b915..d11f40ceb 100644 --- a/src/java/org/apache/commons/math/fraction/package.html +++ b/src/java/org/apache/commons/math/fraction/package.html @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Fraction number type and fraction number formatting. diff --git a/src/java/org/apache/commons/math/linear/BigMatrix.java b/src/java/org/apache/commons/math/linear/BigMatrix.java index bd131af05..031b8efb1 100644 --- a/src/java/org/apache/commons/math/linear/BigMatrix.java +++ b/src/java/org/apache/commons/math/linear/BigMatrix.java @@ -25,7 +25,7 @@ import java.math.BigDecimal; * Matrix element indexing is 0-based -- e.g., getEntry(0, 0) * returns the element in the first row, first column of the matrix. * - * @version $Revision: 1.9 $ $Date: 2004/10/25 03:12:28 $ + * @version $Revision$ $Date$ */ public interface BigMatrix { diff --git a/src/java/org/apache/commons/math/linear/BigMatrixImpl.java b/src/java/org/apache/commons/math/linear/BigMatrixImpl.java index 147bb2978..273955cc3 100644 --- a/src/java/org/apache/commons/math/linear/BigMatrixImpl.java +++ b/src/java/org/apache/commons/math/linear/BigMatrixImpl.java @@ -43,7 +43,7 @@ import java.math.BigDecimal; * As specified in the {@link BigMatrix} interface, matrix element indexing * is 0-based -- e.g., getEntry(0, 0) * returns the element in the first row, first column of the matrix. - * @version $Revision: 1.10 $ $Date: 2004/11/07 20:19:22 $ + * @version $Revision$ $Date$ */ public class BigMatrixImpl implements BigMatrix, Serializable { diff --git a/src/java/org/apache/commons/math/linear/InvalidMatrixException.java b/src/java/org/apache/commons/math/linear/InvalidMatrixException.java index b540f00d2..f02c6d870 100644 --- a/src/java/org/apache/commons/math/linear/InvalidMatrixException.java +++ b/src/java/org/apache/commons/math/linear/InvalidMatrixException.java @@ -20,7 +20,7 @@ package org.apache.commons.math.linear; * Thrown when a system attempts an operation on a matrix, and * that matrix does not satisfy the preconditions for the * aforementioned operation. - * @version $Revision: 1.8 $ $Date: 2004/12/06 05:49:44 $ + * @version $Revision$ $Date$ */ public class InvalidMatrixException extends RuntimeException { diff --git a/src/java/org/apache/commons/math/linear/MatrixIndexException.java b/src/java/org/apache/commons/math/linear/MatrixIndexException.java index 48027ec8d..24732d0ad 100644 --- a/src/java/org/apache/commons/math/linear/MatrixIndexException.java +++ b/src/java/org/apache/commons/math/linear/MatrixIndexException.java @@ -19,7 +19,7 @@ package org.apache.commons.math.linear; /** * Thrown when an operation addresses a matrix coordinate (row,col) * which is outside of the dimensions of a matrix. - * @version $Revision: 1.8 $ $Date: 2004/12/06 05:49:44 $ + * @version $Revision$ $Date$ */ public class MatrixIndexException extends RuntimeException { diff --git a/src/java/org/apache/commons/math/linear/MatrixUtils.java b/src/java/org/apache/commons/math/linear/MatrixUtils.java index abfe83ebd..ed075a341 100644 --- a/src/java/org/apache/commons/math/linear/MatrixUtils.java +++ b/src/java/org/apache/commons/math/linear/MatrixUtils.java @@ -21,7 +21,7 @@ import java.math.BigDecimal; /** * A collection of static methods that operate on or return matrices. * - * @version $Revision: 1.2 $ $Date: 2004/10/25 05:36:15 $ + * @version $Revision$ $Date$ */ public class MatrixUtils { diff --git a/src/java/org/apache/commons/math/linear/RealMatrix.java b/src/java/org/apache/commons/math/linear/RealMatrix.java index c5fb8c78e..e35c6c62c 100644 --- a/src/java/org/apache/commons/math/linear/RealMatrix.java +++ b/src/java/org/apache/commons/math/linear/RealMatrix.java @@ -22,7 +22,7 @@ package org.apache.commons.math.linear; * Matrix element indexing is 0-based -- e.g., getEntry(0, 0) * returns the element in the first row, first column of the matrix. * - * @version $Revision: 1.25 $ $Date: 2004/10/12 06:19:50 $ + * @version $Revision$ $Date$ */ 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 af79a8960..3de84ca9d 100644 --- a/src/java/org/apache/commons/math/linear/RealMatrixImpl.java +++ b/src/java/org/apache/commons/math/linear/RealMatrixImpl.java @@ -45,7 +45,7 @@ import org.apache.commons.math.util.MathUtils; * is 0-based -- e.g., getEntry(0, 0) * returns the element in the first row, first column of the matrix. * - * @version $Revision: 1.35 $ $Date: 2004/11/07 20:19:22 $ + * @version $Revision$ $Date$ */ public class RealMatrixImpl implements RealMatrix, Serializable { diff --git a/src/java/org/apache/commons/math/linear/package.html b/src/java/org/apache/commons/math/linear/package.html index 6a678cbfc..edff59afa 100644 --- a/src/java/org/apache/commons/math/linear/package.html +++ b/src/java/org/apache/commons/math/linear/package.html @@ -14,6 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Linear algebra support. diff --git a/src/java/org/apache/commons/math/package.html b/src/java/org/apache/commons/math/package.html index 662a8f894..0376d00e6 100644 --- a/src/java/org/apache/commons/math/package.html +++ b/src/java/org/apache/commons/math/package.html @@ -14,6 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Common classes used throughout the commons-math library. diff --git a/src/java/org/apache/commons/math/random/EmpiricalDistribution.java b/src/java/org/apache/commons/math/random/EmpiricalDistribution.java index bff820be3..4b3f5f091 100644 --- a/src/java/org/apache/commons/math/random/EmpiricalDistribution.java +++ b/src/java/org/apache/commons/math/random/EmpiricalDistribution.java @@ -43,7 +43,7 @@ import org.apache.commons.math.stat.descriptive.StatisticalSummary; * 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.23 $ $Date: 2004/10/08 05:08:16 $ + * @version $Revision$ $Date$ */ 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 35592d1c0..ded63a4bd 100644 --- a/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java +++ b/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java @@ -54,7 +54,7 @@ import org.apache.commons.math.stat.descriptive.StatisticalSummary; * entry per line. *

* - * @version $Revision: 1.30 $ $Date: 2004/10/08 05:08:16 $ + * @version $Revision$ $Date$ */ 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 d98565e2a..b274c0dc2 100644 --- a/src/java/org/apache/commons/math/random/RandomData.java +++ b/src/java/org/apache/commons/math/random/RandomData.java @@ -19,7 +19,7 @@ import java.util.Collection; /** * Random data generation utilities - * @version $Revision: 1.10 $ $Date: 2004/06/14 23:15:15 $ + * @version $Revision$ $Date$ */ 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 e25491e94..7f0c60d2a 100644 --- a/src/java/org/apache/commons/math/random/RandomDataImpl.java +++ b/src/java/org/apache/commons/math/random/RandomDataImpl.java @@ -71,7 +71,7 @@ import java.util.Collection; * This implementation is not synchronized. * * - * @version $Revision: 1.16 $ $Date: 2004/07/22 02:34:25 $ + * @version $Revision$ $Date$ */ public class RandomDataImpl implements RandomData, Serializable { diff --git a/src/java/org/apache/commons/math/random/ValueServer.java b/src/java/org/apache/commons/math/random/ValueServer.java index 28c9a8f22..50ac42081 100644 --- a/src/java/org/apache/commons/math/random/ValueServer.java +++ b/src/java/org/apache/commons/math/random/ValueServer.java @@ -39,7 +39,7 @@ import java.net.MalformedURLException; * standard deviation = sigma *
  • CONSTANT_MODE -- returns mu every time.
  • * - * @version $Revision: 1.17 $ $Date: 2004/08/22 01:41:30 $ + * @version $Revision$ $Date$ * */ public class ValueServer { diff --git a/src/java/org/apache/commons/math/random/package.html b/src/java/org/apache/commons/math/random/package.html index 00abf5795..5a7ac7896 100644 --- a/src/java/org/apache/commons/math/random/package.html +++ b/src/java/org/apache/commons/math/random/package.html @@ -14,6 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Random number and random data generators. diff --git a/src/java/org/apache/commons/math/special/Beta.java b/src/java/org/apache/commons/math/special/Beta.java index f7069c93a..a174299be 100644 --- a/src/java/org/apache/commons/math/special/Beta.java +++ b/src/java/org/apache/commons/math/special/Beta.java @@ -24,7 +24,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.21 $ $Date: 2004/06/23 16:26:17 $ + * @version $Revision$ $Date$ */ public class Beta implements Serializable { /** Maximum allowed numerical error. */ diff --git a/src/java/org/apache/commons/math/special/Erf.java b/src/java/org/apache/commons/math/special/Erf.java index bba74ef8d..59cf63316 100644 --- a/src/java/org/apache/commons/math/special/Erf.java +++ b/src/java/org/apache/commons/math/special/Erf.java @@ -23,7 +23,7 @@ import org.apache.commons.math.MathException; * This is a utility class that provides computation methods related to the * error functions. * - * @version $Revision: 1.2 $ $Date: 2004/06/23 16:26:17 $ + * @version $Revision$ $Date$ */ public class Erf implements Serializable { diff --git a/src/java/org/apache/commons/math/special/Gamma.java b/src/java/org/apache/commons/math/special/Gamma.java index 489087649..19c389478 100644 --- a/src/java/org/apache/commons/math/special/Gamma.java +++ b/src/java/org/apache/commons/math/special/Gamma.java @@ -25,7 +25,7 @@ import org.apache.commons.math.util.ContinuedFraction; * This is a utility class that provides computation methods related to the * Gamma family of functions. * - * @version $Revision: 1.22 $ $Date: 2004/10/08 05:53:18 $ + * @version $Revision$ $Date$ */ public class Gamma implements Serializable { diff --git a/src/java/org/apache/commons/math/special/package.html b/src/java/org/apache/commons/math/special/package.html index db5faff29..05d10b8c4 100644 --- a/src/java/org/apache/commons/math/special/package.html +++ b/src/java/org/apache/commons/math/special/package.html @@ -14,6 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Implementations of special functions such as Beta and Gamma. diff --git a/src/java/org/apache/commons/math/stat/Frequency.java b/src/java/org/apache/commons/math/stat/Frequency.java index 068d73b0f..c9e1f6e89 100644 --- a/src/java/org/apache/commons/math/stat/Frequency.java +++ b/src/java/org/apache/commons/math/stat/Frequency.java @@ -35,7 +35,7 @@ import java.util.TreeMap; * The values are ordered using the default (natural order), unless a * Comparator is supplied in the constructor. * - * @version $Revision: 1.29 $ $Date: 2004/09/21 03:02:34 $ + * @version $Revision$ $Date$ */ public class Frequency implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/StatUtils.java b/src/java/org/apache/commons/math/stat/StatUtils.java index 2f57450b4..2c040b2c2 100644 --- a/src/java/org/apache/commons/math/stat/StatUtils.java +++ b/src/java/org/apache/commons/math/stat/StatUtils.java @@ -31,7 +31,7 @@ import org.apache.commons.math.stat.descriptive.summary.SumOfSquares; * StatUtils provides static methods for computing statistics based on data * stored in double[] arrays. * - * @version $Revision: 1.33 $ $Date: 2004/10/08 05:08:16 $ + * @version $Revision$ $Date$ */ public final class StatUtils { diff --git a/src/java/org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.java b/src/java/org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.java index 3c90e1fcd..31382d138 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.java +++ b/src/java/org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.java @@ -27,7 +27,7 @@ import java.io.Serializable; *

    * Note that these implementations are not synchronized. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public abstract class AbstractStorelessUnivariateStatistic extends AbstractUnivariateStatistic diff --git a/src/java/org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.java b/src/java/org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.java index 8a868f0e7..a2dd988d1 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.java +++ b/src/java/org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.java @@ -28,7 +28,7 @@ import java.io.Serializable; * validation for the evaluate methods. *

    * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public abstract class AbstractUnivariateStatistic implements UnivariateStatistic, Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/DescriptiveStatistics.java b/src/java/org/apache/commons/math/stat/descriptive/DescriptiveStatistics.java index 923d42e5b..3297f671b 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/DescriptiveStatistics.java +++ b/src/java/org/apache/commons/math/stat/descriptive/DescriptiveStatistics.java @@ -34,7 +34,7 @@ import org.apache.commons.math.stat.descriptive.summary.SumOfSquares; /** * Abstract factory class for univariate statistical summaries. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public abstract class DescriptiveStatistics implements StatisticalSummary, Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsImpl.java b/src/java/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsImpl.java index 3cd5d12cf..bc1d4cca8 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsImpl.java +++ b/src/java/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsImpl.java @@ -23,7 +23,7 @@ import org.apache.commons.math.util.ResizableDoubleArray; * Default implementation of * {@link org.apache.commons.math.stat.descriptive.DescriptiveStatistics}. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public class DescriptiveStatisticsImpl extends DescriptiveStatistics implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/StatisticalSummary.java b/src/java/org/apache/commons/math/stat/descriptive/StatisticalSummary.java index d82bf55c9..6f5467317 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/StatisticalSummary.java +++ b/src/java/org/apache/commons/math/stat/descriptive/StatisticalSummary.java @@ -18,7 +18,7 @@ package org.apache.commons.math.stat.descriptive; /** * Reporting interface for basic univariate statistics. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public interface StatisticalSummary { /** diff --git a/src/java/org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.java b/src/java/org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.java index 69f4b6a4e..e0239fa3b 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.java +++ b/src/java/org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.java @@ -21,7 +21,7 @@ import org.apache.commons.math.util.MathUtils; /** * Value object representing the results of a univariate statistical summary. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public class StatisticalSummaryValues implements Serializable, StatisticalSummary { diff --git a/src/java/org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.java b/src/java/org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.java index 3bca803f3..1b9a87164 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.java +++ b/src/java/org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.java @@ -23,7 +23,7 @@ package org.apache.commons.math.stat.descriptive; * This interface is designed to be used for calculating statistics that can be computed in * one pass through the data without storing the full array of sample values. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public interface StorelessUnivariateStatistic extends UnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/descriptive/SummaryStatistics.java b/src/java/org/apache/commons/math/stat/descriptive/SummaryStatistics.java index 0caf94abf..aac31da80 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/SummaryStatistics.java +++ b/src/java/org/apache/commons/math/stat/descriptive/SummaryStatistics.java @@ -23,7 +23,7 @@ import org.apache.commons.math.util.MathUtils; /** * Abstract factory class for univariate statistical summaries. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public abstract class SummaryStatistics implements StatisticalSummary, Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/SummaryStatisticsImpl.java b/src/java/org/apache/commons/math/stat/descriptive/SummaryStatisticsImpl.java index d32af4270..3a9d41a71 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/SummaryStatisticsImpl.java +++ b/src/java/org/apache/commons/math/stat/descriptive/SummaryStatisticsImpl.java @@ -29,7 +29,7 @@ import org.apache.commons.math.stat.descriptive.summary.SumOfSquares; /** * Provides a default {@link SummaryStatistics} implementation. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public class SummaryStatisticsImpl extends SummaryStatistics implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/UnivariateStatistic.java b/src/java/org/apache/commons/math/stat/descriptive/UnivariateStatistic.java index b5dbde7fa..e80afaf3b 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/UnivariateStatistic.java +++ b/src/java/org/apache/commons/math/stat/descriptive/UnivariateStatistic.java @@ -22,7 +22,7 @@ package org.apache.commons.math.stat.descriptive; * double[] arrays as input and return the value of the statistic * applied to the input values. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public interface UnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/descriptive/moment/FirstMoment.java b/src/java/org/apache/commons/math/stat/descriptive/moment/FirstMoment.java index 8261cee4e..090a58423 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/moment/FirstMoment.java +++ b/src/java/org/apache/commons/math/stat/descriptive/moment/FirstMoment.java @@ -42,7 +42,7 @@ import org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStati * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public class FirstMoment extends AbstractStorelessUnivariateStatistic implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/moment/FourthMoment.java b/src/java/org/apache/commons/math/stat/descriptive/moment/FourthMoment.java index 3a3fe70c7..feb202d7e 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/moment/FourthMoment.java +++ b/src/java/org/apache/commons/math/stat/descriptive/moment/FourthMoment.java @@ -47,7 +47,7 @@ import java.io.Serializable; * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public class FourthMoment extends ThirdMoment implements Serializable{ diff --git a/src/java/org/apache/commons/math/stat/descriptive/moment/GeometricMean.java b/src/java/org/apache/commons/math/stat/descriptive/moment/GeometricMean.java index a92400f45..c5aaa30a1 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/moment/GeometricMean.java +++ b/src/java/org/apache/commons/math/stat/descriptive/moment/GeometricMean.java @@ -40,7 +40,7 @@ import org.apache.commons.math.stat.descriptive.summary.SumOfLogs; * clear() method, it must be synchronized externally. * * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public class GeometricMean extends AbstractStorelessUnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/descriptive/moment/Kurtosis.java b/src/java/org/apache/commons/math/stat/descriptive/moment/Kurtosis.java index d9a692bc0..3e46078f1 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/moment/Kurtosis.java +++ b/src/java/org/apache/commons/math/stat/descriptive/moment/Kurtosis.java @@ -35,7 +35,7 @@ import org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStati * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public class Kurtosis extends AbstractStorelessUnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/descriptive/moment/Mean.java b/src/java/org/apache/commons/math/stat/descriptive/moment/Mean.java index 58808a833..a1ffeaa48 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/moment/Mean.java +++ b/src/java/org/apache/commons/math/stat/descriptive/moment/Mean.java @@ -44,7 +44,7 @@ import org.apache.commons.math.stat.descriptive.summary.Sum; * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public class Mean extends AbstractStorelessUnivariateStatistic implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/moment/SecondMoment.java b/src/java/org/apache/commons/math/stat/descriptive/moment/SecondMoment.java index 0a6c06574..e4e240727 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/moment/SecondMoment.java +++ b/src/java/org/apache/commons/math/stat/descriptive/moment/SecondMoment.java @@ -39,7 +39,7 @@ import java.io.Serializable; * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public class SecondMoment extends FirstMoment implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/moment/Skewness.java b/src/java/org/apache/commons/math/stat/descriptive/moment/Skewness.java index 365851f86..d31f87a12 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/moment/Skewness.java +++ b/src/java/org/apache/commons/math/stat/descriptive/moment/Skewness.java @@ -34,7 +34,7 @@ import org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStati * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public class Skewness extends AbstractStorelessUnivariateStatistic implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/moment/StandardDeviation.java b/src/java/org/apache/commons/math/stat/descriptive/moment/StandardDeviation.java index ff7b5f81b..e9d8a437f 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/moment/StandardDeviation.java +++ b/src/java/org/apache/commons/math/stat/descriptive/moment/StandardDeviation.java @@ -34,7 +34,7 @@ import org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStati * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.2 $ $Date: 2004/10/11 06:54:05 $ + * @version $Revision$ $Date$ */ public class StandardDeviation extends AbstractStorelessUnivariateStatistic implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/moment/ThirdMoment.java b/src/java/org/apache/commons/math/stat/descriptive/moment/ThirdMoment.java index 36f7b7766..07472effa 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/moment/ThirdMoment.java +++ b/src/java/org/apache/commons/math/stat/descriptive/moment/ThirdMoment.java @@ -40,7 +40,7 @@ import java.io.Serializable; * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public class ThirdMoment extends SecondMoment implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/moment/Variance.java b/src/java/org/apache/commons/math/stat/descriptive/moment/Variance.java index f318a74b0..c7cf112cf 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/moment/Variance.java +++ b/src/java/org/apache/commons/math/stat/descriptive/moment/Variance.java @@ -45,7 +45,7 @@ import org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStati * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.4 $ $Date: 2004/10/11 06:52:39 $ + * @version $Revision$ $Date$ */ public class Variance extends AbstractStorelessUnivariateStatistic implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/moment/package.html b/src/java/org/apache/commons/math/stat/descriptive/moment/package.html index 3e2d39470..b76c3ec7a 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/moment/package.html +++ b/src/java/org/apache/commons/math/stat/descriptive/moment/package.html @@ -14,6 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Summary statistics based on moments. diff --git a/src/java/org/apache/commons/math/stat/descriptive/package.html b/src/java/org/apache/commons/math/stat/descriptive/package.html index ae9f2b58d..618587abb 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/package.html +++ b/src/java/org/apache/commons/math/stat/descriptive/package.html @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Generic univariate summary statistic objects. diff --git a/src/java/org/apache/commons/math/stat/descriptive/rank/Max.java b/src/java/org/apache/commons/math/stat/descriptive/rank/Max.java index 6e1c4e5ea..171d61667 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/rank/Max.java +++ b/src/java/org/apache/commons/math/stat/descriptive/rank/Max.java @@ -32,7 +32,7 @@ import org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStati * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.2 $ $Date: 2004/11/07 02:44:45 $ + * @version $Revision$ $Date$ */ public class Max extends AbstractStorelessUnivariateStatistic { diff --git a/src/java/org/apache/commons/math/stat/descriptive/rank/Median.java b/src/java/org/apache/commons/math/stat/descriptive/rank/Median.java index f475a78d0..b7cfa793e 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/rank/Median.java +++ b/src/java/org/apache/commons/math/stat/descriptive/rank/Median.java @@ -27,7 +27,7 @@ import java.io.Serializable; * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public class Median extends Percentile implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/rank/Min.java b/src/java/org/apache/commons/math/stat/descriptive/rank/Min.java index 4ebb03504..fe3b0e512 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/rank/Min.java +++ b/src/java/org/apache/commons/math/stat/descriptive/rank/Min.java @@ -34,7 +34,7 @@ import org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStati * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public class Min extends AbstractStorelessUnivariateStatistic implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/rank/Percentile.java b/src/java/org/apache/commons/math/stat/descriptive/rank/Percentile.java index 2f3019f7e..08283793d 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/rank/Percentile.java +++ b/src/java/org/apache/commons/math/stat/descriptive/rank/Percentile.java @@ -60,7 +60,7 @@ import org.apache.commons.math.stat.descriptive.AbstractUnivariateStatistic; * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:17 $ + * @version $Revision$ $Date$ */ public class Percentile extends AbstractUnivariateStatistic implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/rank/package.html b/src/java/org/apache/commons/math/stat/descriptive/rank/package.html index b73b63f81..32b3d254c 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/rank/package.html +++ b/src/java/org/apache/commons/math/stat/descriptive/rank/package.html @@ -14,6 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Summary statistics based on ranks. diff --git a/src/java/org/apache/commons/math/stat/descriptive/summary/Product.java b/src/java/org/apache/commons/math/stat/descriptive/summary/Product.java index 816f5bee9..e7d14fb4a 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/summary/Product.java +++ b/src/java/org/apache/commons/math/stat/descriptive/summary/Product.java @@ -30,7 +30,7 @@ import org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStati * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:18 $ + * @version $Revision$ $Date$ */ public class Product extends AbstractStorelessUnivariateStatistic implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/summary/Sum.java b/src/java/org/apache/commons/math/stat/descriptive/summary/Sum.java index 9c9c0350d..08e901934 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/summary/Sum.java +++ b/src/java/org/apache/commons/math/stat/descriptive/summary/Sum.java @@ -30,7 +30,7 @@ import org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStati * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:18 $ + * @version $Revision$ $Date$ */ public class Sum extends AbstractStorelessUnivariateStatistic implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/summary/SumOfLogs.java b/src/java/org/apache/commons/math/stat/descriptive/summary/SumOfLogs.java index d37da2221..30cdd8a4b 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/summary/SumOfLogs.java +++ b/src/java/org/apache/commons/math/stat/descriptive/summary/SumOfLogs.java @@ -38,7 +38,7 @@ import org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStati * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:18 $ + * @version $Revision$ $Date$ */ public class SumOfLogs extends AbstractStorelessUnivariateStatistic implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/summary/SumOfSquares.java b/src/java/org/apache/commons/math/stat/descriptive/summary/SumOfSquares.java index c3208eb59..f182eb21a 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/summary/SumOfSquares.java +++ b/src/java/org/apache/commons/math/stat/descriptive/summary/SumOfSquares.java @@ -30,7 +30,7 @@ import org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStati * one of the threads invokes the increment() or * clear() method, it must be synchronized externally. * - * @version $Revision: 1.1 $ $Date: 2004/10/08 05:08:18 $ + * @version $Revision$ $Date$ */ public class SumOfSquares extends AbstractStorelessUnivariateStatistic implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/descriptive/summary/package.html b/src/java/org/apache/commons/math/stat/descriptive/summary/package.html index b46c76f62..61b9c0fa8 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/summary/package.html +++ b/src/java/org/apache/commons/math/stat/descriptive/summary/package.html @@ -14,6 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Other summary statistics. diff --git a/src/java/org/apache/commons/math/stat/inference/ChiSquareTest.java b/src/java/org/apache/commons/math/stat/inference/ChiSquareTest.java index a39c0fa6e..1b6573a8c 100644 --- a/src/java/org/apache/commons/math/stat/inference/ChiSquareTest.java +++ b/src/java/org/apache/commons/math/stat/inference/ChiSquareTest.java @@ -20,7 +20,7 @@ import org.apache.commons.math.MathException; /** * An interface for Chi-Square tests. * - * @version $Revision: 1.3 $ $Date: 2004/06/23 16:26:14 $ + * @version $Revision$ $Date$ */ public interface ChiSquareTest { diff --git a/src/java/org/apache/commons/math/stat/inference/ChiSquareTestImpl.java b/src/java/org/apache/commons/math/stat/inference/ChiSquareTestImpl.java index 42bc1aac8..b783dbd25 100644 --- a/src/java/org/apache/commons/math/stat/inference/ChiSquareTestImpl.java +++ b/src/java/org/apache/commons/math/stat/inference/ChiSquareTestImpl.java @@ -22,7 +22,7 @@ import org.apache.commons.math.distribution.ChiSquaredDistribution; /** * Implements Chi-Square test statistics defined in the {@link ChiSquareTest} interface. * - * @version $Revision: 1.11 $ $Date: 2004/12/04 20:47:46 $ + * @version $Revision$ $Date$ */ public class ChiSquareTestImpl implements ChiSquareTest { diff --git a/src/java/org/apache/commons/math/stat/inference/TTest.java b/src/java/org/apache/commons/math/stat/inference/TTest.java index 2129727ff..cf38507a7 100644 --- a/src/java/org/apache/commons/math/stat/inference/TTest.java +++ b/src/java/org/apache/commons/math/stat/inference/TTest.java @@ -41,7 +41,7 @@ import org.apache.commons.math.stat.descriptive.StatisticalSummary; * {@link StatisticalSummary} instances. * * - * @version $Revision: 1.8 $ $Date: 2004/10/08 05:08:18 $ + * @version $Revision$ $Date$ */ public interface TTest { /** diff --git a/src/java/org/apache/commons/math/stat/inference/TTestImpl.java b/src/java/org/apache/commons/math/stat/inference/TTestImpl.java index e83af6589..bda00bdff 100644 --- a/src/java/org/apache/commons/math/stat/inference/TTestImpl.java +++ b/src/java/org/apache/commons/math/stat/inference/TTestImpl.java @@ -27,7 +27,7 @@ import org.apache.commons.math.stat.descriptive.StatisticalSummary; * Uses commons-math {@link org.apache.commons.math.distribution.TDistribution} * implementation to estimate exact p-values. * - * @version $Revision: 1.10 $ $Date: 2004/10/08 05:08:18 $ + * @version $Revision$ $Date$ */ public class TTestImpl implements TTest { diff --git a/src/java/org/apache/commons/math/stat/inference/package.html b/src/java/org/apache/commons/math/stat/inference/package.html index b9dbfd56e..10fcbfa9e 100644 --- a/src/java/org/apache/commons/math/stat/inference/package.html +++ b/src/java/org/apache/commons/math/stat/inference/package.html @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Classes providing hypothesis testing and confidence interval construction. diff --git a/src/java/org/apache/commons/math/stat/package.html b/src/java/org/apache/commons/math/stat/package.html index 23acada82..13b318f94 100644 --- a/src/java/org/apache/commons/math/stat/package.html +++ b/src/java/org/apache/commons/math/stat/package.html @@ -14,6 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Data storage, manipulation and summary routines. diff --git a/src/java/org/apache/commons/math/stat/regression/SimpleRegression.java b/src/java/org/apache/commons/math/stat/regression/SimpleRegression.java index b5d5c4750..569fad2a7 100644 --- a/src/java/org/apache/commons/math/stat/regression/SimpleRegression.java +++ b/src/java/org/apache/commons/math/stat/regression/SimpleRegression.java @@ -49,7 +49,7 @@ import org.apache.commons.math.distribution.TDistribution; * the necessary computations to return the requested statistic. * * - * @version $Revision: 1.2 $ $Date: 2004/10/24 06:27:14 $ + * @version $Revision$ $Date$ */ public class SimpleRegression implements Serializable { diff --git a/src/java/org/apache/commons/math/stat/regression/package.html b/src/java/org/apache/commons/math/stat/regression/package.html index daa574f57..bb2bad17a 100644 --- a/src/java/org/apache/commons/math/stat/regression/package.html +++ b/src/java/org/apache/commons/math/stat/regression/package.html @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Statistical routines involving multivariate data. diff --git a/src/java/org/apache/commons/math/util/ContinuedFraction.java b/src/java/org/apache/commons/math/util/ContinuedFraction.java index 00e78e096..2c630876e 100644 --- a/src/java/org/apache/commons/math/util/ContinuedFraction.java +++ b/src/java/org/apache/commons/math/util/ContinuedFraction.java @@ -32,7 +32,7 @@ import org.apache.commons.math.MathException; * *

    * - * @version $Revision: 1.14 $ $Date: 2004/06/23 16:26:16 $ + * @version $Revision$ $Date$ */ public abstract class ContinuedFraction implements Serializable { diff --git a/src/java/org/apache/commons/math/util/DefaultTransformer.java b/src/java/org/apache/commons/math/util/DefaultTransformer.java index 317010a21..040e2e772 100644 --- a/src/java/org/apache/commons/math/util/DefaultTransformer.java +++ b/src/java/org/apache/commons/math/util/DefaultTransformer.java @@ -26,7 +26,7 @@ import org.apache.commons.math.MathException; * into a primitive double or to turn a String representation of a Number into * a double. * - * @version $Revision: 1.16 $ $Date: 2004/06/23 16:26:15 $ + * @version $Revision$ $Date$ */ public class DefaultTransformer implements NumberTransformer, Serializable { diff --git a/src/java/org/apache/commons/math/util/DoubleArray.java b/src/java/org/apache/commons/math/util/DoubleArray.java index 4ecab72b5..60ea9e678 100644 --- a/src/java/org/apache/commons/math/util/DoubleArray.java +++ b/src/java/org/apache/commons/math/util/DoubleArray.java @@ -21,7 +21,7 @@ package org.apache.commons.math.util; * array implementations to support various storage mechanisms * such as automatic expansion, contraction, and array "rolling". * - * @version $Revision: 1.13 $ $Date: 2004/06/23 16:26:16 $ + * @version $Revision$ $Date$ */ public interface DoubleArray { diff --git a/src/java/org/apache/commons/math/util/MathUtils.java b/src/java/org/apache/commons/math/util/MathUtils.java index 7cbae0cbe..e62b7b304 100644 --- a/src/java/org/apache/commons/math/util/MathUtils.java +++ b/src/java/org/apache/commons/math/util/MathUtils.java @@ -21,7 +21,7 @@ import java.math.BigDecimal; /** * Some useful additions to the built-in functions in {@link Math}. * - * @version $Revision: 1.20 $ $Date$ + * @version $Revision$ $Date$ */ 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 6164d1758..8b79895a5 100644 --- a/src/java/org/apache/commons/math/util/NumberTransformer.java +++ b/src/java/org/apache/commons/math/util/NumberTransformer.java @@ -19,7 +19,7 @@ import org.apache.commons.math.MathException; /** * Subclasses implementing this interface can transform Objects to doubles. - * @version $Revision: 1.11 $ $Date: 2004/06/23 16:26:15 $ + * @version $Revision$ $Date$ */ public interface NumberTransformer { diff --git a/src/java/org/apache/commons/math/util/ResizableDoubleArray.java b/src/java/org/apache/commons/math/util/ResizableDoubleArray.java index 894f8129f..360f0bcee 100644 --- a/src/java/org/apache/commons/math/util/ResizableDoubleArray.java +++ b/src/java/org/apache/commons/math/util/ResizableDoubleArray.java @@ -66,7 +66,7 @@ import java.io.Serializable; * is violated. *

    *

    - * @version $Revision: 1.2 $ $Date: 2004/06/23 16:26:16 $ + * @version $Revision$ $Date$ */ public class ResizableDoubleArray implements DoubleArray, Serializable { diff --git a/src/java/org/apache/commons/math/util/TransformerMap.java b/src/java/org/apache/commons/math/util/TransformerMap.java index ecda67ae9..90d5d9a30 100644 --- a/src/java/org/apache/commons/math/util/TransformerMap.java +++ b/src/java/org/apache/commons/math/util/TransformerMap.java @@ -28,7 +28,7 @@ import org.apache.commons.math.MathException; * 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.15 $ $Date: 2004/06/23 16:26:15 $ + * @version $Revision$ $Date$ */ public class TransformerMap implements NumberTransformer, Serializable { diff --git a/src/java/org/apache/commons/math/util/package.html b/src/java/org/apache/commons/math/util/package.html index 0396339c7..f95a19463 100644 --- a/src/java/org/apache/commons/math/util/package.html +++ b/src/java/org/apache/commons/math/util/package.html @@ -14,6 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Convience routines and common data structure used throughout the commons-math library. diff --git a/src/test/org/apache/commons/math/FunctionEvaluationExceptionTest.java b/src/test/org/apache/commons/math/FunctionEvaluationExceptionTest.java index 12647b23a..fc7076db7 100644 --- a/src/test/org/apache/commons/math/FunctionEvaluationExceptionTest.java +++ b/src/test/org/apache/commons/math/FunctionEvaluationExceptionTest.java @@ -19,7 +19,7 @@ package org.apache.commons.math; import junit.framework.TestCase; /** - * @version $Revision: 1.1 $ $Date: 2004/07/17 19:41:05 $ + * @version $Revision$ $Date$ */ public class FunctionEvaluationExceptionTest extends TestCase { diff --git a/src/test/org/apache/commons/math/MathConfigurationExceptionTest.java b/src/test/org/apache/commons/math/MathConfigurationExceptionTest.java index 8adbe30fd..7bfe43e39 100644 --- a/src/test/org/apache/commons/math/MathConfigurationExceptionTest.java +++ b/src/test/org/apache/commons/math/MathConfigurationExceptionTest.java @@ -19,7 +19,7 @@ package org.apache.commons.math; import junit.framework.TestCase; /** - * @version $Revision: 1.7 $ $Date: 2004/02/21 21:35:16 $ + * @version $Revision$ $Date$ */ 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 0a251e6e8..f1edeb98d 100644 --- a/src/test/org/apache/commons/math/MathExceptionTest.java +++ b/src/test/org/apache/commons/math/MathExceptionTest.java @@ -23,7 +23,7 @@ import java.io.PrintStream; import java.io.PrintWriter; /** - * @version $Revision: 1.8 $ $Date: 2004/07/10 22:23:14 $ + * @version $Revision$ $Date$ */ public class MathExceptionTest extends TestCase { /** diff --git a/src/test/org/apache/commons/math/RetryTestCase.java b/src/test/org/apache/commons/math/RetryTestCase.java index da39f0bf5..1d6a283a9 100644 --- a/src/test/org/apache/commons/math/RetryTestCase.java +++ b/src/test/org/apache/commons/math/RetryTestCase.java @@ -27,7 +27,7 @@ import junit.framework.TestCase; *

    * Errors or exceptions other than AssertionFailedError do not lead to retries. * - * @version $Revision: 1.2 $ $Date: 2004/03/07 16:39:38 $ + * @version $Revision$ $Date$ */ public class RetryTestCase extends TestCase { diff --git a/src/test/org/apache/commons/math/TestUtils.java b/src/test/org/apache/commons/math/TestUtils.java index 481d07997..44dcb356c 100644 --- a/src/test/org/apache/commons/math/TestUtils.java +++ b/src/test/org/apache/commons/math/TestUtils.java @@ -27,7 +27,7 @@ import junit.framework.Assert; import org.apache.commons.math.complex.Complex; /** - * @version $Revision: 1.14 $ $Date: 2004/06/17 21:41:56 $ + * @version $Revision$ $Date$ */ 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 041a7a8ee..2a138f6bc 100644 --- a/src/test/org/apache/commons/math/analysis/BisectionSolverTest.java +++ b/src/test/org/apache/commons/math/analysis/BisectionSolverTest.java @@ -23,7 +23,7 @@ import org.apache.commons.math.TestUtils; import junit.framework.TestCase; /** - * @version $Revision: 1.12 $ $Date: 2004/07/17 21:19:39 $ + * @version $Revision$ $Date$ */ public final class BisectionSolverTest extends TestCase { /** diff --git a/src/test/org/apache/commons/math/analysis/BrentSolverTest.java b/src/test/org/apache/commons/math/analysis/BrentSolverTest.java index 2d51fe06b..9e63737a3 100644 --- a/src/test/org/apache/commons/math/analysis/BrentSolverTest.java +++ b/src/test/org/apache/commons/math/analysis/BrentSolverTest.java @@ -30,7 +30,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.1 $ $Date: 2004/07/17 19:49:02 $ + * @version $Revision$ $Date$ */ public final class BrentSolverTest 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 1a0932a84..676510828 100644 --- a/src/test/org/apache/commons/math/analysis/ConvergenceExceptionTest.java +++ b/src/test/org/apache/commons/math/analysis/ConvergenceExceptionTest.java @@ -23,7 +23,7 @@ import org.apache.commons.math.ConvergenceException; import junit.framework.TestCase; /** - * @version $Revision: 1.8 $ $Date: 2004/02/18 03:24:20 $ + * @version $Revision$ $Date$ */ public class ConvergenceExceptionTest extends TestCase { /** diff --git a/src/test/org/apache/commons/math/analysis/NewtonSolverTest.java b/src/test/org/apache/commons/math/analysis/NewtonSolverTest.java index e7d7db53f..97b1ad562 100644 --- a/src/test/org/apache/commons/math/analysis/NewtonSolverTest.java +++ b/src/test/org/apache/commons/math/analysis/NewtonSolverTest.java @@ -22,7 +22,7 @@ import org.apache.commons.math.MathException; import junit.framework.TestCase; /** - * @version $Revision: 1.2 $ $Date: 2004/07/17 21:19:39 $ + * @version $Revision$ $Date$ */ public final class NewtonSolverTest extends TestCase { /** diff --git a/src/test/org/apache/commons/math/analysis/PolynomialFunctionTest.java b/src/test/org/apache/commons/math/analysis/PolynomialFunctionTest.java index 5bb3728ab..c9953e8f3 100644 --- a/src/test/org/apache/commons/math/analysis/PolynomialFunctionTest.java +++ b/src/test/org/apache/commons/math/analysis/PolynomialFunctionTest.java @@ -26,7 +26,7 @@ import junit.framework.TestCase; /** * Tests the PolynomialFunction implementation of a UnivariateRealFunction. * - * @version $Revision: 1.6 $ + * @version $Revision$ * @author Matt Cliff */ public final class PolynomialFunctionTest extends TestCase { diff --git a/src/test/org/apache/commons/math/analysis/PolynomialSplineFunctionTest.java b/src/test/org/apache/commons/math/analysis/PolynomialSplineFunctionTest.java index 00bcea778..121c8de94 100644 --- a/src/test/org/apache/commons/math/analysis/PolynomialSplineFunctionTest.java +++ b/src/test/org/apache/commons/math/analysis/PolynomialSplineFunctionTest.java @@ -25,7 +25,7 @@ import org.apache.commons.math.FunctionEvaluationException; /** * Tests the PolynomialSplineFunction implementation. * - * @version $Revision: 1.2 $ + * @version $Revision$ */ public class PolynomialSplineFunctionTest 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 c6bd25176..e577d85fb 100644 --- a/src/test/org/apache/commons/math/analysis/QuinticFunction.java +++ b/src/test/org/apache/commons/math/analysis/QuinticFunction.java @@ -22,7 +22,7 @@ import org.apache.commons.math.FunctionEvaluationException; /** * Auxillary class for testing solvers. * - * @version $Revision: 1.14 $ $Date: 2004/07/17 21:19:39 $ + * @version $Revision$ $Date$ */ public class QuinticFunction implements DifferentiableUnivariateRealFunction, Serializable { diff --git a/src/test/org/apache/commons/math/analysis/SinFunction.java b/src/test/org/apache/commons/math/analysis/SinFunction.java index 8d6eb7669..710afe4f8 100644 --- a/src/test/org/apache/commons/math/analysis/SinFunction.java +++ b/src/test/org/apache/commons/math/analysis/SinFunction.java @@ -25,7 +25,7 @@ import org.apache.commons.math.FunctionEvaluationException; * which means linear approximation (Regula Falsi) will converge * quadratically. * - * @version $Revision: 1.13 $ $Date: 2004/07/17 21:19:39 $ + * @version $Revision$ $Date$ */ public class SinFunction implements DifferentiableUnivariateRealFunction { diff --git a/src/test/org/apache/commons/math/analysis/SplineInterpolatorTest.java b/src/test/org/apache/commons/math/analysis/SplineInterpolatorTest.java index 1b2f089be..88bfa3659 100644 --- a/src/test/org/apache/commons/math/analysis/SplineInterpolatorTest.java +++ b/src/test/org/apache/commons/math/analysis/SplineInterpolatorTest.java @@ -27,7 +27,7 @@ import junit.framework.TestSuite; /** * Test the SplineInterpolator. * - * @version $Revision: 1.1 $ $Date: 2004/04/02 20:58:59 $ + * @version $Revision$ $Date$ */ public class SplineInterpolatorTest extends TestCase { diff --git a/src/test/org/apache/commons/math/analysis/UnivariateRealSolverFactoryImplTest.java b/src/test/org/apache/commons/math/analysis/UnivariateRealSolverFactoryImplTest.java index 47cab228f..7de4a64fe 100644 --- a/src/test/org/apache/commons/math/analysis/UnivariateRealSolverFactoryImplTest.java +++ b/src/test/org/apache/commons/math/analysis/UnivariateRealSolverFactoryImplTest.java @@ -20,7 +20,7 @@ package org.apache.commons.math.analysis; import junit.framework.TestCase; /** - * @version $Revision: 1.1 $ $Date: 2004/04/27 16:42:32 $ + * @version $Revision$ $Date$ */ public class UnivariateRealSolverFactoryImplTest extends TestCase { diff --git a/src/test/org/apache/commons/math/analysis/UnivariateRealSolverUtilsTest.java b/src/test/org/apache/commons/math/analysis/UnivariateRealSolverUtilsTest.java index 79978d308..d47c18215 100644 --- a/src/test/org/apache/commons/math/analysis/UnivariateRealSolverUtilsTest.java +++ b/src/test/org/apache/commons/math/analysis/UnivariateRealSolverUtilsTest.java @@ -22,7 +22,7 @@ import org.apache.commons.math.MathException; import junit.framework.TestCase; /** - * @version $Revision: 1.8 $ $Date: 2004/07/17 21:19:39 $ + * @version $Revision$ $Date$ */ public class UnivariateRealSolverUtilsTest extends TestCase { diff --git a/src/test/org/apache/commons/math/complex/ComplexTest.java b/src/test/org/apache/commons/math/complex/ComplexTest.java index 00fed7272..74f9072ed 100644 --- a/src/test/org/apache/commons/math/complex/ComplexTest.java +++ b/src/test/org/apache/commons/math/complex/ComplexTest.java @@ -19,7 +19,7 @@ package org.apache.commons.math.complex; import junit.framework.TestCase; /** - * @version $Revision: 1.6 $ $Date: 2004/02/21 21:35:16 $ + * @version $Revision$ $Date$ */ public class ComplexTest extends TestCase { diff --git a/src/test/org/apache/commons/math/complex/ComplexUtilsTest.java b/src/test/org/apache/commons/math/complex/ComplexUtilsTest.java index e2e3f09c6..6116eeee1 100644 --- a/src/test/org/apache/commons/math/complex/ComplexUtilsTest.java +++ b/src/test/org/apache/commons/math/complex/ComplexUtilsTest.java @@ -21,7 +21,7 @@ import org.apache.commons.math.TestUtils; import junit.framework.TestCase; /** - * @version $Revision: 1.1 $ $Date: 2004/07/12 00:27:09 $ + * @version $Revision$ $Date$ */ public class ComplexUtilsTest extends TestCase { diff --git a/src/test/org/apache/commons/math/distribution/BinomialDistributionTest.java b/src/test/org/apache/commons/math/distribution/BinomialDistributionTest.java index 69a612c88..b43d35baa 100644 --- a/src/test/org/apache/commons/math/distribution/BinomialDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/BinomialDistributionTest.java @@ -20,7 +20,7 @@ package org.apache.commons.math.distribution; * Extends IntegerDistributionAbstractTest. See class javadoc for * IntegerDistributionAbstractTest for details. * - * @version $Revision: 1.16 $ $Date: 2004/11/07 03:32:49 $ + * @version $Revision$ $Date$ */ public class BinomialDistributionTest extends IntegerDistributionAbstractTest { diff --git a/src/test/org/apache/commons/math/distribution/CauchyDistributionTest.java b/src/test/org/apache/commons/math/distribution/CauchyDistributionTest.java index 43fd3aeea..00d9a3612 100644 --- a/src/test/org/apache/commons/math/distribution/CauchyDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/CauchyDistributionTest.java @@ -21,7 +21,7 @@ package org.apache.commons.math.distribution; * Extends ContinuousDistributionAbstractTest. See class javadoc for * ContinuousDistributionAbstractTest for details. * - * @version $Revision: 1.8 $ $Date: 2004-07-24 16:41:37 -0500 (Sat, 24 Jul 2004) $ + * @version $Revision$ $Date$ */ public class CauchyDistributionTest extends ContinuousDistributionAbstractTest { diff --git a/src/test/org/apache/commons/math/distribution/ChiSquareDistributionTest.java b/src/test/org/apache/commons/math/distribution/ChiSquareDistributionTest.java index 1d587c242..efea32146 100644 --- a/src/test/org/apache/commons/math/distribution/ChiSquareDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/ChiSquareDistributionTest.java @@ -21,7 +21,7 @@ package org.apache.commons.math.distribution; * Extends ContinuousDistributionAbstractTest. See class javadoc for * ContinuousDistributionAbstractTest for details. * - * @version $Revision: 1.16 $ $Date: 2004/07/24 20:43:29 $ + * @version $Revision$ $Date$ */ public class ChiSquareDistributionTest extends ContinuousDistributionAbstractTest { diff --git a/src/test/org/apache/commons/math/distribution/ContinuousDistributionAbstractTest.java b/src/test/org/apache/commons/math/distribution/ContinuousDistributionAbstractTest.java index 07cbc5ed5..cf94d48a3 100644 --- a/src/test/org/apache/commons/math/distribution/ContinuousDistributionAbstractTest.java +++ b/src/test/org/apache/commons/math/distribution/ContinuousDistributionAbstractTest.java @@ -38,7 +38,7 @@ import org.apache.commons.math.TestUtils; *

    * Error tolerance can be overriden by implementing getTolerance(). * - * @version $Revision: 1.2 $ $Date: 2004/05/30 03:08:00 $ + * @version $Revision$ $Date$ */ public abstract class ContinuousDistributionAbstractTest extends TestCase { diff --git a/src/test/org/apache/commons/math/distribution/DistributionFactoryImplTest.java b/src/test/org/apache/commons/math/distribution/DistributionFactoryImplTest.java index 61cfa918e..479a97193 100644 --- a/src/test/org/apache/commons/math/distribution/DistributionFactoryImplTest.java +++ b/src/test/org/apache/commons/math/distribution/DistributionFactoryImplTest.java @@ -19,7 +19,7 @@ package org.apache.commons.math.distribution; import junit.framework.TestCase; /** - * @version $Revision: 1.16 $ $Date$ + * @version $Revision$ $Date$ */ 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 e4f252898..f65223228 100644 --- a/src/test/org/apache/commons/math/distribution/ExponentialDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/ExponentialDistributionTest.java @@ -20,7 +20,7 @@ package org.apache.commons.math.distribution; * Extends ContinuousDistributionAbstractTest. See class javadoc for * ContinuousDistributionAbstractTest for details. * - * @version $Revision: 1.16 $ $Date: 2004/12/10 05:16:52 $ + * @version $Revision$ $Date$ */ public class ExponentialDistributionTest extends ContinuousDistributionAbstractTest { diff --git a/src/test/org/apache/commons/math/distribution/FDistributionTest.java b/src/test/org/apache/commons/math/distribution/FDistributionTest.java index d2b725c68..fb15783f3 100644 --- a/src/test/org/apache/commons/math/distribution/FDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/FDistributionTest.java @@ -21,7 +21,7 @@ package org.apache.commons.math.distribution; * Extends ContinuousDistributionAbstractTest. See class javadoc for * ContinuousDistributionAbstractTest for details. * - * @version $Revision: 1.16 $ $Date: 2004/07/24 21:41:37 $ + * @version $Revision$ $Date$ */ public class FDistributionTest extends ContinuousDistributionAbstractTest { diff --git a/src/test/org/apache/commons/math/distribution/GammaDistributionTest.java b/src/test/org/apache/commons/math/distribution/GammaDistributionTest.java index 30e0edaf4..8f52c24e7 100644 --- a/src/test/org/apache/commons/math/distribution/GammaDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/GammaDistributionTest.java @@ -21,7 +21,7 @@ package org.apache.commons.math.distribution; * Extends ContinuousDistributionAbstractTest. See class javadoc for * ContinuousDistributionAbstractTest for details. * - * @version $Revision: 1.18 $ $Date: 2004/07/24 21:41:37 $ + * @version $Revision$ $Date$ */ public class GammaDistributionTest extends ContinuousDistributionAbstractTest { diff --git a/src/test/org/apache/commons/math/distribution/HypergeometricDistributionTest.java b/src/test/org/apache/commons/math/distribution/HypergeometricDistributionTest.java index 700fdc45a..ecd6375b1 100644 --- a/src/test/org/apache/commons/math/distribution/HypergeometricDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/HypergeometricDistributionTest.java @@ -21,7 +21,7 @@ package org.apache.commons.math.distribution; * Extends IntegerDistributionAbstractTest. See class javadoc for * IntegerDistributionAbstractTest for details. * - * @version $Revision: 1.13 $ $Date$ + * @version $Revision$ $Date$ */ public class HypergeometricDistributionTest extends IntegerDistributionAbstractTest { diff --git a/src/test/org/apache/commons/math/distribution/IntegerDistributionAbstractTest.java b/src/test/org/apache/commons/math/distribution/IntegerDistributionAbstractTest.java index 25a9f3b4c..6f6cb46ae 100644 --- a/src/test/org/apache/commons/math/distribution/IntegerDistributionAbstractTest.java +++ b/src/test/org/apache/commons/math/distribution/IntegerDistributionAbstractTest.java @@ -37,7 +37,7 @@ import junit.framework.TestCase; * use the setXxx methods for the instance data in test cases and call the verifyXxx methods * to verify results. * - * @version $Revision: 1.1 $ $Date: 2004/11/07 03:32:49 $ + * @version $Revision$ $Date$ */ public abstract class IntegerDistributionAbstractTest extends TestCase { diff --git a/src/test/org/apache/commons/math/distribution/NormalDistributionTest.java b/src/test/org/apache/commons/math/distribution/NormalDistributionTest.java index 0d4fe3f03..2bb3df5bf 100644 --- a/src/test/org/apache/commons/math/distribution/NormalDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/NormalDistributionTest.java @@ -21,7 +21,7 @@ package org.apache.commons.math.distribution; * Extends ContinuousDistributionAbstractTest. See class javadoc for * ContinuousDistributionAbstractTest for details. * - * @version $Revision: 1.8 $ $Date: 2004/07/24 21:41:37 $ + * @version $Revision$ $Date$ */ public class NormalDistributionTest extends ContinuousDistributionAbstractTest { diff --git a/src/test/org/apache/commons/math/distribution/PoissonDistributionTest.java b/src/test/org/apache/commons/math/distribution/PoissonDistributionTest.java index b6b197617..88df7f497 100644 --- a/src/test/org/apache/commons/math/distribution/PoissonDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/PoissonDistributionTest.java @@ -18,7 +18,7 @@ package org.apache.commons.math.distribution; /** * PoissonDistributionTest * - * @version $Revision: 1.2 $ $Date$ + * @version $Revision$ $Date$ */ public class PoissonDistributionTest extends IntegerDistributionAbstractTest { diff --git a/src/test/org/apache/commons/math/distribution/TDistributionTest.java b/src/test/org/apache/commons/math/distribution/TDistributionTest.java index a3656e4fb..9f5db9dba 100644 --- a/src/test/org/apache/commons/math/distribution/TDistributionTest.java +++ b/src/test/org/apache/commons/math/distribution/TDistributionTest.java @@ -20,7 +20,7 @@ package org.apache.commons.math.distribution; * Extends ContinuousDistributionAbstractTest. See class javadoc for * ContinuousDistributionAbstractTest for details. * - * @version $Revision: 1.15 $ $Date$ + * @version $Revision$ $Date$ */ public class TDistributionTest extends ContinuousDistributionAbstractTest { diff --git a/src/test/org/apache/commons/math/fraction/FractionTest.java b/src/test/org/apache/commons/math/fraction/FractionTest.java index 288d5aa85..208b62e2e 100644 --- a/src/test/org/apache/commons/math/fraction/FractionTest.java +++ b/src/test/org/apache/commons/math/fraction/FractionTest.java @@ -20,7 +20,7 @@ import org.apache.commons.math.ConvergenceException; import junit.framework.TestCase; /** - * @version $Revision: $ $Date: $ + * @version $Revision$ $Date$ */ public class FractionTest extends TestCase { diff --git a/src/test/org/apache/commons/math/linear/BigMatrixImplTest.java b/src/test/org/apache/commons/math/linear/BigMatrixImplTest.java index 88b6a86bc..fca288942 100644 --- a/src/test/org/apache/commons/math/linear/BigMatrixImplTest.java +++ b/src/test/org/apache/commons/math/linear/BigMatrixImplTest.java @@ -1,725 +1,725 @@ -/* - * Copyright 2004 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.apache.commons.math.linear; - -import junit.framework.Test; -import junit.framework.TestCase; -import junit.framework.TestSuite; - -import java.math.BigDecimal; - -/** - * Test cases for the {@link BigMatrixImpl} class. - * - * @version $Revision: 1.5 $ $Date: 2004/10/25 03:13:31 $ - */ - -public final class BigMatrixImplTest extends TestCase { - - // Test data for String constructors - protected String[][] testDataString = { {"1","2","3"}, {"2","5","3"}, {"1","0","8"} }; - - // 3 x 3 identity matrix - protected double[][] id = { {1d,0d,0d}, {0d,1d,0d}, {0d,0d,1d} }; - - // Test data for group operations - protected double[][] testData = { {1d,2d,3d}, {2d,5d,3d}, {1d,0d,8d} }; - protected double[][] testDataLU = {{2d, 5d, 3d}, {.5d, -2.5d, 6.5d}, {0.5d, 0.2d, .2d}}; - protected double[][] testDataPlus2 = { {3d,4d,5d}, {4d,7d,5d}, {3d,2d,10d} }; - protected double[][] testDataMinus = { {-1d,-2d,-3d}, {-2d,-5d,-3d}, - {-1d,0d,-8d} }; - protected double[] testDataRow1 = {1d,2d,3d}; - protected double[] testDataCol3 = {3d,3d,8d}; - protected double[][] testDataInv = - { {-40d,16d,9d}, {13d,-5d,-3d}, {5d,-2d,-1d} }; - protected double[] preMultTest = {8,12,33}; - protected double[][] testData2 ={ {1d,2d,3d}, {2d,5d,3d}}; - protected double[][] testData2T = { {1d,2d}, {2d,5d}, {3d,3d}}; - protected double[][] testDataPlusInv = - { {-39d,18d,12d}, {15d,0d,0d}, {6d,-2d,7d} }; - - // lu decomposition tests - protected double[][] luData = { {2d,3d,3d}, {0d,5d,7d}, {6d,9d,8d} }; - protected double[][] luDataLUDecomposition = { {6d,9d,8d}, {0d,5d,7d}, - {0.33333333333333,0d,0.33333333333333} }; - - // singular matrices - protected double[][] singular = { {2d,3d}, {2d,3d} }; - protected double[][] bigSingular = {{1d,2d,3d,4d}, {2d,5d,3d,4d}, - {7d,3d,256d,1930d}, {3d,7d,6d,8d}}; // 4th row = 1st + 2nd - protected double[][] detData = { {1d,2d,3d}, {4d,5d,6d}, {7d,8d,10d} }; - protected double[][] detData2 = { {1d, 3d}, {2d, 4d}}; - - // vectors - protected double[] testVector = {1,2,3}; - protected double[] testVector2 = {1,2,3,4}; - - // submatrix accessor tests - protected double[][] subTestData = {{1, 2, 3, 4}, {1.5, 2.5, 3.5, 4.5}, - {2, 4, 6, 8}, {4, 5, 6, 7}}; - // array selections - protected double[][] subRows02Cols13 = { {2, 4}, {4, 8}}; - protected double[][] subRows03Cols12 = { {2, 3}, {5, 6}}; - protected double[][] subRows03Cols123 = { {2, 3, 4} , {5, 6, 7}}; - // effective permutations - protected double[][] subRows20Cols123 = { {4, 6, 8} , {2, 3, 4}}; - protected double[][] subRows31Cols31 = {{7, 5}, {4.5, 2.5}}; - // contiguous ranges - protected double[][] subRows01Cols23 = {{3,4} , {3.5, 4.5}}; - protected double[][] subRows23Cols00 = {{2} , {4}}; - protected double[][] subRows00Cols33 = {{4}}; - // row matrices - protected double[][] subRow0 = {{1,2,3,4}}; - protected double[][] subRow3 = {{4,5,6,7}}; - // column matrices - protected double[][] subColumn1 = {{2}, {2.5}, {4}, {5}}; - protected double[][] subColumn3 = {{4}, {4.5}, {8}, {7}}; - - // tolerances - protected double entryTolerance = 10E-16; - protected double normTolerance = 10E-14; - - public BigMatrixImplTest(String name) { - super(name); - } - - public void setUp() { - - } - - public static Test suite() { - TestSuite suite = new TestSuite(BigMatrixImplTest.class); - suite.setName("BigMatrixImpl Tests"); - return suite; - } - - public static final double[] asDouble(BigDecimal[] data) { - double d[] = new double[data.length]; - for (int i=0;i - + Developers Guide diff --git a/xdocs/index.xml b/xdocs/index.xml index b2c1de30c..71c382255 100644 --- a/xdocs/index.xml +++ b/xdocs/index.xml @@ -17,7 +17,7 @@ --> - + diff --git a/xdocs/proposal.xml b/xdocs/proposal.xml index 6be124abc..e0a62497d 100644 --- a/xdocs/proposal.xml +++ b/xdocs/proposal.xml @@ -17,7 +17,7 @@ --> - + diff --git a/xdocs/releases.xml b/xdocs/releases.xml index 2e1acc642..ca8cf11b9 100644 --- a/xdocs/releases.xml +++ b/xdocs/releases.xml @@ -17,7 +17,7 @@ --> - + Release Managers Guide diff --git a/xdocs/style/tigris.css b/xdocs/style/tigris.css index fdc30040b..474c2c28c 100644 --- a/xdocs/style/tigris.css +++ b/xdocs/style/tigris.css @@ -1,4 +1,4 @@ -/* $Id: tigris.css,v 1.1 2004/01/30 14:16:10 psteitz Exp $ +/* $Id$ This file defines basic default formatting for HTML conforming to Tigris application style. To extend or override these rules for your instance, edit inst.css instead of this file. */ diff --git a/xdocs/tasks.xml b/xdocs/tasks.xml index f9c749567..0435f8d70 100644 --- a/xdocs/tasks.xml +++ b/xdocs/tasks.xml @@ -17,7 +17,7 @@ --> - + Tasks: To Do diff --git a/xdocs/userguide/analysis.xml b/xdocs/userguide/analysis.xml index 221ccbf6c..c18129a65 100644 --- a/xdocs/userguide/analysis.xml +++ b/xdocs/userguide/analysis.xml @@ -17,7 +17,7 @@ --> - + The Commons Math User Guide - Numerical Analysis diff --git a/xdocs/userguide/complex.xml b/xdocs/userguide/complex.xml index a046dfdf4..e4ff8bec1 100644 --- a/xdocs/userguide/complex.xml +++ b/xdocs/userguide/complex.xml @@ -17,7 +17,7 @@ --> - + The Commons Math User Guide - Statistics diff --git a/xdocs/userguide/distribution.xml b/xdocs/userguide/distribution.xml index c2cb33d12..0fd10ffbc 100644 --- a/xdocs/userguide/distribution.xml +++ b/xdocs/userguide/distribution.xml @@ -17,7 +17,7 @@ --> - + The Commons Math User Guide - Statistics diff --git a/xdocs/userguide/fraction.xml b/xdocs/userguide/fraction.xml index 23847c93a..3a66c8297 100644 --- a/xdocs/userguide/fraction.xml +++ b/xdocs/userguide/fraction.xml @@ -17,7 +17,7 @@ --> - + The Commons Math User Guide - Fractions diff --git a/xdocs/userguide/index.xml b/xdocs/userguide/index.xml index 0b662d7e5..0b6b0a3d0 100644 --- a/xdocs/userguide/index.xml +++ b/xdocs/userguide/index.xml @@ -17,7 +17,7 @@ --> - + The Commons Math User Guide - Table of Contents diff --git a/xdocs/userguide/linear.xml b/xdocs/userguide/linear.xml index c08965956..206f17cce 100644 --- a/xdocs/userguide/linear.xml +++ b/xdocs/userguide/linear.xml @@ -17,7 +17,7 @@ --> - + diff --git a/xdocs/userguide/overview.xml b/xdocs/userguide/overview.xml index b2a668cb3..62b3e8377 100644 --- a/xdocs/userguide/overview.xml +++ b/xdocs/userguide/overview.xml @@ -17,7 +17,7 @@ --> - + User Guide - Overview diff --git a/xdocs/userguide/random.xml b/xdocs/userguide/random.xml index 706eee155..2c5442788 100644 --- a/xdocs/userguide/random.xml +++ b/xdocs/userguide/random.xml @@ -17,7 +17,7 @@ --> - + diff --git a/xdocs/userguide/special.xml b/xdocs/userguide/special.xml index c12ba2b84..b4c089d30 100644 --- a/xdocs/userguide/special.xml +++ b/xdocs/userguide/special.xml @@ -17,7 +17,7 @@ --> - + The Commons Math User Guide - Special Functions diff --git a/xdocs/userguide/stat.xml b/xdocs/userguide/stat.xml index 47d9ddd59..b339ddbfc 100644 --- a/xdocs/userguide/stat.xml +++ b/xdocs/userguide/stat.xml @@ -17,7 +17,7 @@ --> - + The Commons Math User Guide - Statistics diff --git a/xdocs/userguide/utilities.xml b/xdocs/userguide/utilities.xml index 2e9b96b30..c48512bd1 100644 --- a/xdocs/userguide/utilities.xml +++ b/xdocs/userguide/utilities.xml @@ -17,7 +17,7 @@ --> - +