mirror of
https://github.com/apache/commons-math.git
synced 2025-02-09 11:35:33 +00:00
Fixed typos in apache license
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141001 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a985b47ff4
commit
595e470d70
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -55,7 +55,7 @@ package org.apache.commons.math;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Signals a configuration problem with any of the factory methods.
|
* Signals a configuration problem with any of the factory methods.
|
||||||
* @version $Revision: 1.7 $ $Date: 2003/09/27 04:13:34 $
|
* @version $Revision: 1.8 $ $Date: 2003/10/13 08:11:33 $
|
||||||
*/
|
*/
|
||||||
public class MathConfigurationException extends MathException {
|
public class MathConfigurationException extends MathException {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -57,7 +57,7 @@ import org.apache.commons.lang.exception.NestableException;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A generic exception indicating problems in the math package.
|
* A generic exception indicating problems in the math package.
|
||||||
* @version $Revision: 1.6 $ $Date: 2003/09/27 04:13:34 $
|
* @version $Revision: 1.7 $ $Date: 2003/10/13 08:11:33 $
|
||||||
*/
|
*/
|
||||||
public class MathException extends NestableException {
|
public class MathException extends NestableException {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -59,7 +59,7 @@ import org.apache.commons.math.MathException;
|
|||||||
* Provide the bisection algorithm for solving for zeros of real univariate
|
* Provide the bisection algorithm for solving for zeros of real univariate
|
||||||
* functions. It will only search for one zero in the given interval. The
|
* functions. It will only search for one zero in the given interval. The
|
||||||
* function is supposed to be continuous but not necessarily smooth.
|
* function is supposed to be continuous but not necessarily smooth.
|
||||||
* @version $Revision: 1.3 $ $Date: 2003/08/09 04:03:41 $
|
* @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:31 $
|
||||||
*/
|
*/
|
||||||
public class BisectionSolver extends UnivariateRealSolverImpl {
|
public class BisectionSolver extends UnivariateRealSolverImpl {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -61,7 +61,7 @@ import org.apache.commons.math.MathException;
|
|||||||
* It will only search for one zero in the given interval.
|
* It will only search for one zero in the given interval.
|
||||||
* The function is supposed to be continuous but not necessarily smooth.
|
* The function is supposed to be continuous but not necessarily smooth.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/07/11 15:59:14 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:31 $
|
||||||
*/
|
*/
|
||||||
public class BrentSolver extends UnivariateRealSolverImpl {
|
public class BrentSolver extends UnivariateRealSolverImpl {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -59,7 +59,7 @@ import org.apache.commons.lang.exception.NestableRuntimeException;
|
|||||||
* Error thrown when a numerical computation can not be performed because the
|
* Error thrown when a numerical computation can not be performed because the
|
||||||
* numerical result failed to converge to a finite value.
|
* numerical result failed to converge to a finite value.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.3 $ $Date: 2003/09/27 04:13:33 $
|
* @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:31 $
|
||||||
*/
|
*/
|
||||||
public class ConvergenceException extends NestableRuntimeException {
|
public class ConvergenceException extends NestableRuntimeException {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -64,7 +64,7 @@ import org.apache.commons.math.MathException;
|
|||||||
* polynominal coefficents are used.
|
* polynominal coefficents are used.
|
||||||
* Arguments outside of the domain cause an IllegalArgumentException.
|
* Arguments outside of the domain cause an IllegalArgumentException.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.3 $ $Date: 2003/07/11 15:59:14 $
|
* @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:31 $
|
||||||
*/
|
*/
|
||||||
public class CubicSplineFunction implements UnivariateRealFunction {
|
public class CubicSplineFunction implements UnivariateRealFunction {
|
||||||
/** Spline segment interval delimiters. Size is N+1 for N segments. */
|
/** Spline segment interval delimiters. Size is N+1 for N segments. */
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -63,7 +63,7 @@ import org.apache.commons.math.MathException;
|
|||||||
* It will only search for one zero in the given interval.
|
* It will only search for one zero in the given interval.
|
||||||
* The function is supposed to be continuous but not necessarily smooth.
|
* The function is supposed to be continuous but not necessarily smooth.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/07/11 15:59:14 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:31 $
|
||||||
*/
|
*/
|
||||||
public class SecantSolver extends UnivariateRealSolverImpl {
|
public class SecantSolver extends UnivariateRealSolverImpl {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -56,7 +56,7 @@ package org.apache.commons.math.analysis;
|
|||||||
/**
|
/**
|
||||||
* Computes a natural spline interpolation for the data set.
|
* Computes a natural spline interpolation for the data set.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.5 $ $Date: 2003/09/26 19:30:32 $
|
* @version $Revision: 1.6 $ $Date: 2003/10/13 08:09:31 $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class SplineInterpolator implements UnivariateRealInterpolator {
|
public class SplineInterpolator implements UnivariateRealInterpolator {
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -62,7 +62,7 @@ import org.apache.commons.math.MathException;
|
|||||||
* that derivatives are evaluated after the value, the evaluation algorithm
|
* that derivatives are evaluated after the value, the evaluation algorithm
|
||||||
* should throw an InvalidStateException if it can't cope with this.
|
* should throw an InvalidStateException if it can't cope with this.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/07/30 21:58:10 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:31 $
|
||||||
*/
|
*/
|
||||||
public interface UnivariateRealFunction {
|
public interface UnivariateRealFunction {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -58,7 +58,7 @@ import org.apache.commons.math.MathException;
|
|||||||
/**
|
/**
|
||||||
* Interface for interpolating a data set.
|
* Interface for interpolating a data set.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.3 $ $Date: 2003/07/11 15:59:14 $
|
* @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:31 $
|
||||||
*/
|
*/
|
||||||
public interface UnivariateRealInterpolator {
|
public interface UnivariateRealInterpolator {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -60,7 +60,7 @@ import org.apache.commons.math.MathException;
|
|||||||
* functions.
|
* functions.
|
||||||
* An implementation will only search for one zero in the given interval.
|
* An implementation will only search for one zero in the given interval.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/07/11 15:59:14 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:31 $
|
||||||
*/
|
*/
|
||||||
public interface UnivariateRealSolver {
|
public interface UnivariateRealSolver {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -63,7 +63,7 @@ import org.apache.commons.discovery.tools.DiscoverClass;
|
|||||||
* (this may be controversial, because the configuration data
|
* (this may be controversial, because the configuration data
|
||||||
* may also be used for the default solver used by the static
|
* may also be used for the default solver used by the static
|
||||||
* solve() method).
|
* solve() method).
|
||||||
* @version $Revision: 1.6 $ $Date: 2003/09/17 19:29:32 $
|
* @version $Revision: 1.7 $ $Date: 2003/10/13 08:09:31 $
|
||||||
*/
|
*/
|
||||||
public abstract class UnivariateRealSolverFactory {
|
public abstract class UnivariateRealSolverFactory {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -62,7 +62,7 @@ package org.apache.commons.math.analysis;
|
|||||||
* (this may be controversial, because the configuration data
|
* (this may be controversial, because the configuration data
|
||||||
* may also be used for the default solver used by the static
|
* may also be used for the default solver used by the static
|
||||||
* solve() method).
|
* solve() method).
|
||||||
* @version $Revision: 1.2 $ $Date: 2003/09/17 19:29:32 $
|
* @version $Revision: 1.3 $ $Date: 2003/10/13 08:09:31 $
|
||||||
*/
|
*/
|
||||||
public class UnivariateRealSolverFactoryImpl
|
public class UnivariateRealSolverFactoryImpl
|
||||||
extends UnivariateRealSolverFactory {
|
extends UnivariateRealSolverFactory {
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -60,7 +60,7 @@ import org.apache.commons.math.MathException;
|
|||||||
* Provide a default implementation for several functions useful to generic
|
* Provide a default implementation for several functions useful to generic
|
||||||
* solvers.
|
* solvers.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.3 $ $Date: 2003/07/09 20:02:43 $
|
* @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:31 $
|
||||||
*/
|
*/
|
||||||
public abstract class UnivariateRealSolverImpl
|
public abstract class UnivariateRealSolverImpl
|
||||||
implements UnivariateRealSolver {
|
implements UnivariateRealSolver {
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -57,7 +57,7 @@ import org.apache.commons.math.MathException;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Utility routines for {@link UnivariateRealSolver} objects.
|
* Utility routines for {@link UnivariateRealSolver} objects.
|
||||||
* @version $Revision: 1.1 $ $Date: 2003/09/27 04:13:33 $
|
* @version $Revision: 1.2 $ $Date: 2003/10/13 08:09:31 $
|
||||||
*/
|
*/
|
||||||
public class UnivariateRealSolverUtils {
|
public class UnivariateRealSolverUtils {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -62,7 +62,7 @@ import org.apache.commons.math.analysis.UnivariateRealSolverUtils;
|
|||||||
* implementations for some of the methods that do not vary from distribution
|
* implementations for some of the methods that do not vary from distribution
|
||||||
* to distribution.
|
* to distribution.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.9 $ $Date: 2003/09/27 04:13:34 $
|
* @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractContinuousDistribution
|
public abstract class AbstractContinuousDistribution
|
||||||
implements ContinuousDistribution {
|
implements ContinuousDistribution {
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -59,7 +59,7 @@ package org.apache.commons.math.stat.distribution;
|
|||||||
* implementations for some of the methods that do not vary from distribution
|
* implementations for some of the methods that do not vary from distribution
|
||||||
* to distribution.
|
* to distribution.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.2 $ $Date: 2003/09/26 19:30:33 $
|
* @version $Revision: 1.3 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractDiscreteDistribution
|
public abstract class AbstractDiscreteDistribution
|
||||||
implements DiscreteDistribution {
|
implements DiscreteDistribution {
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -65,7 +65,7 @@ package org.apache.commons.math.stat.distribution;
|
|||||||
* Binomial Distribution</a></li>
|
* Binomial Distribution</a></li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.2 $ $Date: 2003/09/17 19:19:08 $
|
* @version $Revision: 1.3 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public interface BinomialDistribution extends DiscreteDistribution {
|
public interface BinomialDistribution extends DiscreteDistribution {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -59,7 +59,7 @@ import org.apache.commons.math.util.MathUtils;
|
|||||||
/**
|
/**
|
||||||
* The default implementation of {@link BinomialDistribution}.
|
* The default implementation of {@link BinomialDistribution}.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.1 $ $Date: 2003/08/16 17:06:15 $
|
* @version $Revision: 1.2 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public class BinomialDistributionImpl extends AbstractDiscreteDistribution
|
public class BinomialDistributionImpl extends AbstractDiscreteDistribution
|
||||||
implements BinomialDistribution {
|
implements BinomialDistribution {
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -65,7 +65,7 @@ package org.apache.commons.math.stat.distribution;
|
|||||||
* Chi-Squared Distribution</a></li>
|
* Chi-Squared Distribution</a></li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.5 $ $Date: 2003/07/09 20:03:22 $
|
* @version $Revision: 1.6 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public interface ChiSquaredDistribution extends ContinuousDistribution {
|
public interface ChiSquaredDistribution extends ContinuousDistribution {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -56,7 +56,7 @@ package org.apache.commons.math.stat.distribution;
|
|||||||
/**
|
/**
|
||||||
* The default implementation of {@link ChiSquaredDistribution}
|
* The default implementation of {@link ChiSquaredDistribution}
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.5 $ $Date: 2003/07/09 20:03:23 $
|
* @version $Revision: 1.6 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public class ChiSquaredDistributionImpl
|
public class ChiSquaredDistributionImpl
|
||||||
extends AbstractContinuousDistribution
|
extends AbstractContinuousDistribution
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -56,7 +56,7 @@ package org.apache.commons.math.stat.distribution;
|
|||||||
/**
|
/**
|
||||||
* Base interface for various continuous distributions.
|
* Base interface for various continuous distributions.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.3 $ $Date: 2003/07/09 20:03:23 $
|
* @version $Revision: 1.4 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public interface ContinuousDistribution {
|
public interface ContinuousDistribution {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -56,7 +56,7 @@ package org.apache.commons.math.stat.distribution;
|
|||||||
/**
|
/**
|
||||||
* Base interface for various discrete distributions.
|
* Base interface for various discrete distributions.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.1 $ $Date: 2003/08/16 17:06:15 $
|
* @version $Revision: 1.2 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public interface DiscreteDistribution {
|
public interface DiscreteDistribution {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -75,7 +75,7 @@ import org.apache.commons.discovery.tools.DiscoverClass;
|
|||||||
* ChiSquaredDistribution chi = factory.createChiSquareDistribution(5.0);
|
* ChiSquaredDistribution chi = factory.createChiSquareDistribution(5.0);
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.12 $ $Date: 2003/09/17 19:29:28 $
|
* @version $Revision: 1.13 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public abstract class DistributionFactory {
|
public abstract class DistributionFactory {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -58,7 +58,7 @@ package org.apache.commons.math.stat.distribution;
|
|||||||
* A concrete distribution factory. This is the default factory used by
|
* A concrete distribution factory. This is the default factory used by
|
||||||
* Commons-Math.
|
* Commons-Math.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.10 $ $Date: 2003/09/17 19:29:28 $
|
* @version $Revision: 1.11 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public class DistributionFactoryImpl extends DistributionFactory {
|
public class DistributionFactoryImpl extends DistributionFactory {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -64,7 +64,7 @@ package org.apache.commons.math.stat.distribution;
|
|||||||
* <li><a href="http://mathworld.wolfram.com/ExponentialDistribution.html">
|
* <li><a href="http://mathworld.wolfram.com/ExponentialDistribution.html">
|
||||||
* Exponential Distribution</a></li>
|
* Exponential Distribution</a></li>
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.3 $ $Date: 2003/07/09 20:03:23 $
|
* @version $Revision: 1.4 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public interface ExponentialDistribution extends ContinuousDistribution {
|
public interface ExponentialDistribution extends ContinuousDistribution {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -56,7 +56,7 @@ package org.apache.commons.math.stat.distribution;
|
|||||||
/**
|
/**
|
||||||
* The default implementation of {@link ExponentialDistribution}
|
* The default implementation of {@link ExponentialDistribution}
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/07/09 20:03:23 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public class ExponentialDistributionImpl
|
public class ExponentialDistributionImpl
|
||||||
implements ExponentialDistribution {
|
implements ExponentialDistribution {
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -65,7 +65,7 @@ package org.apache.commons.math.stat.distribution;
|
|||||||
* F-Distribution</a></li>
|
* F-Distribution</a></li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/07/09 20:03:23 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public interface FDistribution extends ContinuousDistribution {
|
public interface FDistribution extends ContinuousDistribution {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -59,7 +59,7 @@ import org.apache.commons.math.special.Beta;
|
|||||||
* Default implementation of
|
* Default implementation of
|
||||||
* {@link org.apache.commons.math.stat.distribution.FDistribution}.
|
* {@link org.apache.commons.math.stat.distribution.FDistribution}.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/07/09 20:03:23 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public class FDistributionImpl
|
public class FDistributionImpl
|
||||||
extends AbstractContinuousDistribution
|
extends AbstractContinuousDistribution
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -65,7 +65,7 @@ package org.apache.commons.math.stat.distribution;
|
|||||||
* Gamma Distribution</a></li>
|
* Gamma Distribution</a></li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.6 $ $Date: 2003/07/09 20:03:22 $
|
* @version $Revision: 1.7 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public interface GammaDistribution extends ContinuousDistribution {
|
public interface GammaDistribution extends ContinuousDistribution {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -58,7 +58,7 @@ import org.apache.commons.math.special.Gamma;
|
|||||||
/**
|
/**
|
||||||
* The default implementation of {@link GammaDistribution}
|
* The default implementation of {@link GammaDistribution}
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.7 $ $Date: 2003/09/26 19:30:33 $
|
* @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public class GammaDistributionImpl extends AbstractContinuousDistribution
|
public class GammaDistributionImpl extends AbstractContinuousDistribution
|
||||||
implements GammaDistribution {
|
implements GammaDistribution {
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -66,7 +66,7 @@ package org.apache.commons.math.stat.distribution;
|
|||||||
* Hypergeometric Distribution</a></li>
|
* Hypergeometric Distribution</a></li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.1 $ $Date: 2003/09/17 19:19:08 $
|
* @version $Revision: 1.2 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public interface HypergeometricDistribution extends DiscreteDistribution {
|
public interface HypergeometricDistribution extends DiscreteDistribution {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -59,7 +59,7 @@ import org.apache.commons.math.util.MathUtils;
|
|||||||
/**
|
/**
|
||||||
* The default implementation of {@link HypergeometricDistribution}.
|
* The default implementation of {@link HypergeometricDistribution}.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.1 $ $Date: 2003/09/17 19:19:08 $
|
* @version $Revision: 1.2 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public class HypergeometricDistributionImpl extends AbstractDiscreteDistribution
|
public class HypergeometricDistributionImpl extends AbstractDiscreteDistribution
|
||||||
implements HypergeometricDistribution
|
implements HypergeometricDistribution
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -65,7 +65,7 @@ package org.apache.commons.math.stat.distribution;
|
|||||||
* Student's t-Distribution</a></li>
|
* Student's t-Distribution</a></li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.3 $ $Date: 2003/07/09 20:03:23 $
|
* @version $Revision: 1.4 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public interface TDistribution extends ContinuousDistribution {
|
public interface TDistribution extends ContinuousDistribution {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -59,7 +59,7 @@ import org.apache.commons.math.special.Beta;
|
|||||||
* Default implementation of
|
* Default implementation of
|
||||||
* {@link org.apache.commons.math.stat.distribution.TDistribution}.
|
* {@link org.apache.commons.math.stat.distribution.TDistribution}.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/07/09 20:03:23 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public class TDistributionImpl
|
public class TDistributionImpl
|
||||||
extends AbstractContinuousDistribution
|
extends AbstractContinuousDistribution
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -56,7 +56,7 @@ package org.apache.commons.math.linear;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface defining a real-valued matrix with basic algebraic operations
|
* Interface defining a real-valued matrix with basic algebraic operations
|
||||||
* @version $Revision: 1.3 $ $Date: 2003/07/07 23:19:22 $
|
* @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:45 $
|
||||||
*/
|
*/
|
||||||
public interface RealMatrix {
|
public interface RealMatrix {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -78,7 +78,7 @@ import java.io.Serializable;
|
|||||||
* explicitly invoke <code>LUDecompose()</code> to recompute the decomposition
|
* explicitly invoke <code>LUDecompose()</code> to recompute the decomposition
|
||||||
* before using any of the methods above.
|
* before using any of the methods above.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/07/30 21:58:10 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:45 $
|
||||||
*/
|
*/
|
||||||
public class RealMatrixImpl implements RealMatrix, Serializable {
|
public class RealMatrixImpl implements RealMatrix, Serializable {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -80,7 +80,7 @@ import org.apache.commons.math.stat.Univariate;
|
|||||||
* build grouped frequnecy histograms representing the input data or to
|
* build grouped frequnecy histograms representing the input data or to
|
||||||
* generate random values "like" those in the input file -- i.e., the values
|
* generate random values "like" those in the input file -- i.e., the values
|
||||||
* generated will follow the distribution of the values in the file.
|
* generated will follow the distribution of the values in the file.
|
||||||
* @version $Revision: 1.5 $ $Date: 2003/09/17 19:29:31 $
|
* @version $Revision: 1.6 $ $Date: 2003/10/13 08:10:01 $
|
||||||
*/
|
*/
|
||||||
public interface EmpiricalDistribution {
|
public interface EmpiricalDistribution {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -89,7 +89,7 @@ import org.apache.commons.math.stat.UnivariateImpl;
|
|||||||
* entry per line.</li>
|
* entry per line.</li>
|
||||||
* </ol></p>
|
* </ol></p>
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.5 $ $Date: 2003/09/17 19:29:31 $
|
* @version $Revision: 1.6 $ $Date: 2003/10/13 08:10:01 $
|
||||||
*/
|
*/
|
||||||
public class EmpiricalDistributionImpl implements Serializable,EmpiricalDistribution {
|
public class EmpiricalDistributionImpl implements Serializable,EmpiricalDistribution {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -57,7 +57,7 @@ import java.util.Collection;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Random data generation utilities
|
* Random data generation utilities
|
||||||
* @version $Revision: 1.2 $ $Date: 2003/07/07 23:19:21 $
|
* @version $Revision: 1.3 $ $Date: 2003/10/13 08:10:01 $
|
||||||
*/
|
*/
|
||||||
public interface RandomData {
|
public interface RandomData {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -104,7 +104,7 @@ import java.util.Collection;
|
|||||||
* (so secure sequences started with calls to reseedSecure(long) won't be
|
* (so secure sequences started with calls to reseedSecure(long) won't be
|
||||||
* identical).</li></ul>
|
* identical).</li></ul>
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/09/17 19:29:31 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:01 $
|
||||||
*/
|
*/
|
||||||
public class RandomDataImpl implements RandomData {
|
public class RandomDataImpl implements RandomData {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -78,7 +78,7 @@ import java.net.MalformedURLException;
|
|||||||
* standard deviation = <code>sigma</code></li>
|
* standard deviation = <code>sigma</code></li>
|
||||||
* <li> CONSTANT_MODE -- returns <code>mu</code> every time.</li></ul>
|
* <li> CONSTANT_MODE -- returns <code>mu</code> every time.</li></ul>
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.3 $ $Date: 2003/07/09 20:02:59 $
|
* @version $Revision: 1.4 $ $Date: 2003/10/13 08:10:01 $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class ValueServer {
|
public class ValueServer {
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -59,7 +59,7 @@ import org.apache.commons.math.util.ContinuedFraction;
|
|||||||
* This is a utility class that provides computation methods related to the
|
* This is a utility class that provides computation methods related to the
|
||||||
* Beta family of functions.
|
* Beta family of functions.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.8 $ $Date: 2003/07/30 21:58:10 $
|
* @version $Revision: 1.9 $ $Date: 2003/10/13 08:10:13 $
|
||||||
*/
|
*/
|
||||||
public class Beta {
|
public class Beta {
|
||||||
/** Maximum allowed numerical error. */
|
/** Maximum allowed numerical error. */
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -59,7 +59,7 @@ import org.apache.commons.math.analysis.ConvergenceException;
|
|||||||
* This is a utility class that provides computation methods related to the
|
* This is a utility class that provides computation methods related to the
|
||||||
* Gamma family of functions.
|
* Gamma family of functions.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.10 $ $Date: 2003/07/30 21:58:10 $
|
* @version $Revision: 1.11 $ $Date: 2003/10/13 08:10:13 $
|
||||||
*/
|
*/
|
||||||
public class Gamma {
|
public class Gamma {
|
||||||
/** Maximum allowed numerical error. */
|
/** Maximum allowed numerical error. */
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -59,7 +59,7 @@ import org.apache.commons.math.stat.univariate.rank.Percentile;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides univariate measures for an array of doubles.
|
* Provides univariate measures for an array of doubles.
|
||||||
* @version $Revision: 1.11 $ $Date: 2003/09/26 19:30:32 $
|
* @version $Revision: 1.12 $ $Date: 2003/10/13 08:10:56 $
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractStoreUnivariate
|
public abstract class AbstractStoreUnivariate
|
||||||
extends AbstractUnivariate
|
extends AbstractUnivariate
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -68,7 +68,7 @@ import org.apache.commons.math.stat.univariate.summary.SumOfSquares;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides univariate measures for an array of doubles.
|
* Provides univariate measures for an array of doubles.
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/09/27 04:13:33 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:56 $
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractUnivariate implements Univariate {
|
public abstract class AbstractUnivariate implements Univariate {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -62,7 +62,7 @@ import org.apache.commons.math.util.BeanTransformer;
|
|||||||
* univariate statistics for a List of Java Beans by property. This
|
* univariate statistics for a List of Java Beans by property. This
|
||||||
* implementation uses beanutils' PropertyUtils to get a simple, nested,
|
* implementation uses beanutils' PropertyUtils to get a simple, nested,
|
||||||
* indexed, mapped, or combined property from an element of a List.
|
* indexed, mapped, or combined property from an element of a List.
|
||||||
* @version $Revision: 1.7 $ $Date: 2003/09/27 04:13:33 $
|
* @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:56 $
|
||||||
*/
|
*/
|
||||||
public class BeanListUnivariateImpl extends ListUnivariateImpl {
|
public class BeanListUnivariateImpl extends ListUnivariateImpl {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -84,7 +84,7 @@ import org.apache.commons.math.stat.distribution.TDistribution;
|
|||||||
* the necessary computations to return the requested statistic.</li>
|
* the necessary computations to return the requested statistic.</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/07/07 23:19:20 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:56 $
|
||||||
*/
|
*/
|
||||||
public class BivariateRegression {
|
public class BivariateRegression {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -63,7 +63,7 @@ import org.apache.commons.collections.HashBag;
|
|||||||
* Accepts int, long or string values, converting
|
* Accepts int, long or string values, converting
|
||||||
* all to Strings and maintaining frequency counts.
|
* all to Strings and maintaining frequency counts.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.5 $ $Date: 2003/09/27 04:13:33 $
|
* @version $Revision: 1.6 $ $Date: 2003/10/13 08:10:56 $
|
||||||
*/
|
*/
|
||||||
public class Frequency {
|
public class Frequency {
|
||||||
/** name for this frequency distribution. */
|
/** name for this frequency distribution. */
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -60,7 +60,7 @@ import org.apache.commons.math.util.DefaultTransformer;
|
|||||||
import org.apache.commons.math.util.NumberTransformer;
|
import org.apache.commons.math.util.NumberTransformer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.7 $ $Date: 2003/09/27 04:13:33 $
|
* @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:56 $
|
||||||
*/
|
*/
|
||||||
public class ListUnivariateImpl
|
public class ListUnivariateImpl
|
||||||
extends AbstractStoreUnivariate
|
extends AbstractStoreUnivariate
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -57,7 +57,7 @@ package org.apache.commons.math.stat;
|
|||||||
* StatUtils provides easy static implementations of common double[] based
|
* StatUtils provides easy static implementations of common double[] based
|
||||||
* statistical methods. These return a single result value or in some cases, as
|
* statistical methods. These return a single result value or in some cases, as
|
||||||
* identified in the javadoc for each method, Double.NaN.
|
* identified in the javadoc for each method, Double.NaN.
|
||||||
* @version $Revision: 1.16 $ $Date: 2003/09/07 03:12:56 $
|
* @version $Revision: 1.17 $ $Date: 2003/10/13 08:10:56 $
|
||||||
*/
|
*/
|
||||||
public final class StatUtils {
|
public final class StatUtils {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -60,7 +60,7 @@ package org.apache.commons.math.stat;
|
|||||||
* Univariate provides additional percentile functionality
|
* Univariate provides additional percentile functionality
|
||||||
* such as. This additional functionality comes with
|
* such as. This additional functionality comes with
|
||||||
* a price of increased storage costs.
|
* a price of increased storage costs.
|
||||||
* @version $Revision: 1.7 $ $Date: 2003/07/09 21:45:23 $
|
* @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:56 $
|
||||||
*/
|
*/
|
||||||
public interface StoreUnivariate extends Univariate {
|
public interface StoreUnivariate extends Univariate {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -57,7 +57,7 @@ import org.apache.commons.math.stat.univariate.UnivariateStatistic;
|
|||||||
import org.apache.commons.math.util.ContractableDoubleArray;
|
import org.apache.commons.math.util.ContractableDoubleArray;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.8 $ $Date: 2003/09/27 04:13:33 $
|
* @version $Revision: 1.9 $ $Date: 2003/10/13 08:10:56 $
|
||||||
*/
|
*/
|
||||||
public class StoreUnivariateImpl extends AbstractStoreUnivariate {
|
public class StoreUnivariateImpl extends AbstractStoreUnivariate {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -55,7 +55,7 @@ package org.apache.commons.math.stat;
|
|||||||
/**
|
/**
|
||||||
* A collection of commonly used test statistics and statistical tests.
|
* A collection of commonly used test statistics and statistical tests.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/07/09 21:45:23 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:56 $
|
||||||
*/
|
*/
|
||||||
public interface TestStatistic {
|
public interface TestStatistic {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -61,7 +61,7 @@ import org.apache.commons.math.stat.distribution.ChiSquaredDistribution;
|
|||||||
/**
|
/**
|
||||||
* Implements test statistics defined in the TestStatistic interface.
|
* Implements test statistics defined in the TestStatistic interface.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/07/09 21:45:23 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:56 $
|
||||||
*/
|
*/
|
||||||
public class TestStatisticImpl implements TestStatistic {
|
public class TestStatisticImpl implements TestStatistic {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -69,7 +69,7 @@ package org.apache.commons.math.stat;
|
|||||||
* reported statistics will be based on these values<p>
|
* reported statistics will be based on these values<p>
|
||||||
* The default windowSize is "infinite" -- i.e., all values added are included
|
* The default windowSize is "infinite" -- i.e., all values added are included
|
||||||
* in all computations.
|
* in all computations.
|
||||||
* @version $Revision: 1.9 $ $Date: 2003/09/17 19:19:09 $
|
* @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:56 $
|
||||||
*/
|
*/
|
||||||
public interface Univariate extends Applyable{
|
public interface Univariate extends Applyable{
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -67,7 +67,7 @@ import org.apache.commons.math.util.FixedDoubleArray;
|
|||||||
* Integers, floats and longs can be added, but they will be converted
|
* Integers, floats and longs can be added, but they will be converted
|
||||||
* to doubles by addValue().
|
* to doubles by addValue().
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.21 $ $Date: 2003/09/27 04:13:33 $
|
* @version $Revision: 1.22 $ $Date: 2003/10/13 08:10:56 $
|
||||||
*/
|
*/
|
||||||
public class UnivariateImpl
|
public class UnivariateImpl
|
||||||
extends AbstractUnivariate
|
extends AbstractUnivariate
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -59,7 +59,7 @@ package org.apache.commons.math.stat.univariate;
|
|||||||
* Provides the ability to extend polymophically so that
|
* Provides the ability to extend polymophically so that
|
||||||
* indiviual statistics do not need to implement these methods unless
|
* indiviual statistics do not need to implement these methods unless
|
||||||
* there are better algorithms for handling the calculation.
|
* there are better algorithms for handling the calculation.
|
||||||
* @version $Revision: 1.7 $ $Date: 2003/08/09 04:03:41 $
|
* @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractStorelessUnivariateStatistic
|
public abstract class AbstractStorelessUnivariateStatistic
|
||||||
extends AbstractUnivariateStatistic
|
extends AbstractUnivariateStatistic
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -57,7 +57,7 @@ package org.apache.commons.math.stat.univariate;
|
|||||||
* Abstract Implementation for UnivariateStatistics.
|
* Abstract Implementation for UnivariateStatistics.
|
||||||
* Provides the ability to extend polymophically so that
|
* Provides the ability to extend polymophically so that
|
||||||
* indiviual statistics do not need to implement these methods.
|
* indiviual statistics do not need to implement these methods.
|
||||||
* @version $Revision: 1.6 $ $Date: 2003/08/09 04:03:41 $
|
* @version $Revision: 1.7 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractUnivariateStatistic
|
public abstract class AbstractUnivariateStatistic
|
||||||
implements UnivariateStatistic {
|
implements UnivariateStatistic {
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -62,7 +62,7 @@ package org.apache.commons.math.stat.univariate;
|
|||||||
* implemented using it. If a Statistic cannot be implemented in a Storeless
|
* implemented using it. If a Statistic cannot be implemented in a Storeless
|
||||||
* approach it should implement the UnivariateStatistic interface directly
|
* approach it should implement the UnivariateStatistic interface directly
|
||||||
* instead.
|
* instead.
|
||||||
* @version $Revision: 1.7 $ $Date: 2003/08/09 04:03:41 $
|
* @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public interface StorelessUnivariateStatistic extends UnivariateStatistic {
|
public interface StorelessUnivariateStatistic extends UnivariateStatistic {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -58,7 +58,7 @@ package org.apache.commons.math.stat.univariate;
|
|||||||
* double[] based content using an implemented statistical approach.
|
* double[] based content using an implemented statistical approach.
|
||||||
* The interface provides two "stateless" simple methods to calculate
|
* The interface provides two "stateless" simple methods to calculate
|
||||||
* a statistic from a double[] based parameter.
|
* a statistic from a double[] based parameter.
|
||||||
* @version $Revision: 1.6 $ $Date: 2003/08/09 04:03:41 $
|
* @version $Revision: 1.7 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public interface UnivariateStatistic {
|
public interface UnivariateStatistic {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -62,7 +62,7 @@ import org.apache.commons.math.stat.univariate.AbstractStorelessUnivariateStatis
|
|||||||
* <a href="http://www.spss.com/tech/stat/Algorithms/11.5/descriptives.pdf">
|
* <a href="http://www.spss.com/tech/stat/Algorithms/11.5/descriptives.pdf">
|
||||||
* recursive strategy
|
* recursive strategy
|
||||||
* </a>. Both incremental and evaluation strategies currently use this approach.
|
* </a>. Both incremental and evaluation strategies currently use this approach.
|
||||||
* @version $Revision: 1.6 $ $Date: 2003/08/09 04:03:40 $
|
* @version $Revision: 1.7 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public class FirstMoment extends AbstractStorelessUnivariateStatistic {
|
public class FirstMoment extends AbstractStorelessUnivariateStatistic {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -58,7 +58,7 @@ package org.apache.commons.math.stat.univariate.moment;
|
|||||||
* <a href="http://www.spss.com/tech/stat/Algorithms/11.5/descriptives.pdf">
|
* <a href="http://www.spss.com/tech/stat/Algorithms/11.5/descriptives.pdf">
|
||||||
* recursive strategy
|
* recursive strategy
|
||||||
* </a>. Both incremental and evaluation strategies currently use this approach.
|
* </a>. Both incremental and evaluation strategies currently use this approach.
|
||||||
* @version $Revision: 1.8 $ $Date: 2003/09/07 03:12:56 $
|
* @version $Revision: 1.9 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public class FourthMoment extends ThirdMoment {
|
public class FourthMoment extends ThirdMoment {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -58,7 +58,7 @@ import org.apache.commons.math.stat.univariate.summary.SumOfLogs;
|
|||||||
/**
|
/**
|
||||||
* Returns the <a href="http://www.xycoon.com/geometric_mean.htm">
|
* Returns the <a href="http://www.xycoon.com/geometric_mean.htm">
|
||||||
* geometric mean </a> of the available values
|
* geometric mean </a> of the available values
|
||||||
* @version $Revision: 1.9 $ $Date: 2003/08/09 04:03:40 $
|
* @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public class GeometricMean extends SumOfLogs {
|
public class GeometricMean extends SumOfLogs {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -62,7 +62,7 @@ import org
|
|||||||
.AbstractStorelessUnivariateStatistic;
|
.AbstractStorelessUnivariateStatistic;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.9 $ $Date: 2003/09/17 19:29:29 $
|
* @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public class Kurtosis extends AbstractStorelessUnivariateStatistic {
|
public class Kurtosis extends AbstractStorelessUnivariateStatistic {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -65,7 +65,7 @@ import org.apache.commons.math.stat.univariate.summary.Sum;
|
|||||||
/**
|
/**
|
||||||
* Returns the <a href="http://www.xycoon.com/arithmetic_mean.htm">
|
* Returns the <a href="http://www.xycoon.com/arithmetic_mean.htm">
|
||||||
* arithmetic mean </a> of the available values.
|
* arithmetic mean </a> of the available values.
|
||||||
* @version $Revision: 1.8 $ $Date: 2003/08/09 04:03:40 $
|
* @version $Revision: 1.9 $ $Date: 2003/10/13 08:10:57 $
|
||||||
*/
|
*/
|
||||||
public class Mean extends AbstractStorelessUnivariateStatistic {
|
public class Mean extends AbstractStorelessUnivariateStatistic {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -58,7 +58,7 @@ package org.apache.commons.math.stat.univariate.moment;
|
|||||||
* <a href="http://www.spss.com/tech/stat/Algorithms/11.5/descriptives.pdf">
|
* <a href="http://www.spss.com/tech/stat/Algorithms/11.5/descriptives.pdf">
|
||||||
* recursive strategy
|
* recursive strategy
|
||||||
* </a>. Both incremental and evaluation strategies currently use this approach.
|
* </a>. Both incremental and evaluation strategies currently use this approach.
|
||||||
* @version $Revision: 1.7 $ $Date: 2003/08/09 04:03:40 $
|
* @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $
|
||||||
*/
|
*/
|
||||||
public class SecondMoment extends FirstMoment {
|
public class SecondMoment extends FirstMoment {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -56,7 +56,7 @@ package org.apache.commons.math.stat.univariate.moment;
|
|||||||
import org.apache.commons.math.stat.univariate.AbstractStorelessUnivariateStatistic;
|
import org.apache.commons.math.stat.univariate.AbstractStorelessUnivariateStatistic;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.9 $ $Date: 2003/09/17 19:29:29 $
|
* @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:58 $
|
||||||
*/
|
*/
|
||||||
public class Skewness extends AbstractStorelessUnivariateStatistic {
|
public class Skewness extends AbstractStorelessUnivariateStatistic {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -55,7 +55,7 @@ package org.apache.commons.math.stat.univariate.moment;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.7 $ $Date: 2003/08/09 04:03:40 $
|
* @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $
|
||||||
*/
|
*/
|
||||||
public class StandardDeviation extends Variance {
|
public class StandardDeviation extends Variance {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -58,7 +58,7 @@ package org.apache.commons.math.stat.univariate.moment;
|
|||||||
* <a href="http://www.spss.com/tech/stat/Algorithms/11.5/descriptives.pdf">
|
* <a href="http://www.spss.com/tech/stat/Algorithms/11.5/descriptives.pdf">
|
||||||
* recursive strategy
|
* recursive strategy
|
||||||
* </a>. Both incremental and evaluation strategies currently use this approach.
|
* </a>. Both incremental and evaluation strategies currently use this approach.
|
||||||
* @version $Revision: 1.7 $ $Date: 2003/08/09 04:03:40 $
|
* @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $
|
||||||
*/
|
*/
|
||||||
public class ThirdMoment extends SecondMoment {
|
public class ThirdMoment extends SecondMoment {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -57,7 +57,7 @@ import org.apache.commons.math.stat.univariate.AbstractStorelessUnivariateStatis
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.9 $ $Date: 2003/09/07 03:12:56 $
|
* @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:58 $
|
||||||
*/
|
*/
|
||||||
public class Variance extends AbstractStorelessUnivariateStatistic {
|
public class Variance extends AbstractStorelessUnivariateStatistic {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -62,7 +62,7 @@ import org
|
|||||||
.AbstractStorelessUnivariateStatistic;
|
.AbstractStorelessUnivariateStatistic;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.7 $ $Date: 2003/08/09 04:03:41 $
|
* @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $
|
||||||
*/
|
*/
|
||||||
public class Max extends AbstractStorelessUnivariateStatistic {
|
public class Max extends AbstractStorelessUnivariateStatistic {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -55,7 +55,7 @@ package org.apache.commons.math.stat.univariate.rank;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/08/09 04:03:41 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:10:58 $
|
||||||
*/
|
*/
|
||||||
public class Median extends Percentile {
|
public class Median extends Percentile {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -62,7 +62,7 @@ import org
|
|||||||
.AbstractStorelessUnivariateStatistic;
|
.AbstractStorelessUnivariateStatistic;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.7 $ $Date: 2003/08/09 04:03:41 $
|
* @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $
|
||||||
*/
|
*/
|
||||||
public class Min extends AbstractStorelessUnivariateStatistic {
|
public class Min extends AbstractStorelessUnivariateStatistic {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -57,7 +57,7 @@ import java.util.Arrays;
|
|||||||
import org.apache.commons.math.stat.univariate.AbstractUnivariateStatistic;
|
import org.apache.commons.math.stat.univariate.AbstractUnivariateStatistic;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.5 $ $Date: 2003/08/09 04:03:41 $
|
* @version $Revision: 1.6 $ $Date: 2003/10/13 08:10:58 $
|
||||||
*/
|
*/
|
||||||
public class Percentile extends AbstractUnivariateStatistic {
|
public class Percentile extends AbstractUnivariateStatistic {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -62,7 +62,7 @@ import org
|
|||||||
.AbstractStorelessUnivariateStatistic;
|
.AbstractStorelessUnivariateStatistic;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.7 $ $Date: 2003/08/09 04:03:41 $
|
* @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $
|
||||||
*/
|
*/
|
||||||
public class Product extends AbstractStorelessUnivariateStatistic {
|
public class Product extends AbstractStorelessUnivariateStatistic {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -56,7 +56,7 @@ package org.apache.commons.math.stat.univariate.summary;
|
|||||||
import org.apache.commons.math.stat.univariate.AbstractStorelessUnivariateStatistic;
|
import org.apache.commons.math.stat.univariate.AbstractStorelessUnivariateStatistic;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.9 $ $Date: 2003/08/09 04:03:41 $
|
* @version $Revision: 1.10 $ $Date: 2003/10/13 08:10:58 $
|
||||||
*/
|
*/
|
||||||
public class Sum extends AbstractStorelessUnivariateStatistic {
|
public class Sum extends AbstractStorelessUnivariateStatistic {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -62,7 +62,7 @@ import org
|
|||||||
.AbstractStorelessUnivariateStatistic;
|
.AbstractStorelessUnivariateStatistic;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.7 $ $Date: 2003/08/09 04:03:41 $
|
* @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $
|
||||||
*/
|
*/
|
||||||
public class SumOfLogs extends AbstractStorelessUnivariateStatistic {
|
public class SumOfLogs extends AbstractStorelessUnivariateStatistic {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -62,7 +62,7 @@ import org
|
|||||||
.AbstractStorelessUnivariateStatistic;
|
.AbstractStorelessUnivariateStatistic;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.7 $ $Date: 2003/08/09 04:03:41 $
|
* @version $Revision: 1.8 $ $Date: 2003/10/13 08:10:58 $
|
||||||
*/
|
*/
|
||||||
public class SumOfSquares extends AbstractStorelessUnivariateStatistic {
|
public class SumOfSquares extends AbstractStorelessUnivariateStatistic {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -59,7 +59,7 @@ import org.apache.commons.logging.LogFactory;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Uses PropertyUtils to map a Bean getter to a double value.
|
* Uses PropertyUtils to map a Bean getter to a double value.
|
||||||
* @version $Revision: 1.6 $ $Date: 2003/09/27 04:13:34 $
|
* @version $Revision: 1.7 $ $Date: 2003/10/13 08:11:23 $
|
||||||
*/
|
*/
|
||||||
public class BeanTransformer implements NumberTransformer {
|
public class BeanTransformer implements NumberTransformer {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -64,7 +64,7 @@ import org.apache.commons.math.analysis.ConvergenceException;
|
|||||||
* <li><a href="http://mathworld.wolfram.com/ContinuedFraction.html">
|
* <li><a href="http://mathworld.wolfram.com/ContinuedFraction.html">
|
||||||
* Continued Fraction</a></li>
|
* Continued Fraction</a></li>
|
||||||
* </ul>
|
* </ul>
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/09/07 03:12:56 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:11:23 $
|
||||||
*/
|
*/
|
||||||
public abstract class ContinuedFraction {
|
public abstract class ContinuedFraction {
|
||||||
/** Maximum allowed numerical error. */
|
/** Maximum allowed numerical error. */
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -88,7 +88,7 @@ import java.io.Serializable;
|
|||||||
* internal storage array is swapped.
|
* internal storage array is swapped.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.5 $ $Date: 2003/09/26 19:30:33 $
|
* @version $Revision: 1.6 $ $Date: 2003/10/13 08:11:23 $
|
||||||
*/
|
*/
|
||||||
public class ContractableDoubleArray
|
public class ContractableDoubleArray
|
||||||
extends ExpandableDoubleArray
|
extends ExpandableDoubleArray
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -59,7 +59,7 @@ import org.apache.commons.beanutils.converters.DoubleConverter;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A Default NumberTransformer for java.lang.Numbers and Numeric Strings.
|
* A Default NumberTransformer for java.lang.Numbers and Numeric Strings.
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/09/27 04:13:34 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:11:23 $
|
||||||
*/
|
*/
|
||||||
public class DefaultTransformer implements NumberTransformer {
|
public class DefaultTransformer implements NumberTransformer {
|
||||||
/** Converter used to transform objects. */
|
/** Converter used to transform objects. */
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -60,7 +60,7 @@ package org.apache.commons.math.util;
|
|||||||
* Collections API by allowing a user to select from a number of
|
* Collections API by allowing a user to select from a number of
|
||||||
* array implementations with support for various storage mechanisms
|
* array implementations with support for various storage mechanisms
|
||||||
* such as automatic expansion, contraction, and array "rolling".
|
* such as automatic expansion, contraction, and array "rolling".
|
||||||
* @version $Revision: 1.3 $ $Date: 2003/07/09 20:04:12 $
|
* @version $Revision: 1.4 $ $Date: 2003/10/13 08:11:23 $
|
||||||
*/
|
*/
|
||||||
public interface DoubleArray {
|
public interface DoubleArray {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -88,7 +88,7 @@ import java.io.Serializable;
|
|||||||
* expand the array 10 times - first from 2 -> 4. then 4 -> 8, 8 -> 16,
|
* expand the array 10 times - first from 2 -> 4. then 4 -> 8, 8 -> 16,
|
||||||
* and so on until we reach 4096 which is sufficient to hold 3546 elements.
|
* and so on until we reach 4096 which is sufficient to hold 3546 elements.
|
||||||
* </p>
|
* </p>
|
||||||
* @version $Revision: 1.6 $ $Date: 2003/09/26 19:30:33 $
|
* @version $Revision: 1.7 $ $Date: 2003/10/13 08:11:23 $
|
||||||
*/
|
*/
|
||||||
public class ExpandableDoubleArray implements Serializable, DoubleArray {
|
public class ExpandableDoubleArray implements Serializable, DoubleArray {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -82,7 +82,7 @@ package org.apache.commons.math.util;
|
|||||||
* "fixed" in memory, this implementation will never allocate, or copy
|
* "fixed" in memory, this implementation will never allocate, or copy
|
||||||
* the internal storage array to a new array instance.
|
* the internal storage array to a new array instance.
|
||||||
* </p>
|
* </p>
|
||||||
* @version $Revision: 1.7 $ $Date: 2003/09/26 19:30:33 $
|
* @version $Revision: 1.8 $ $Date: 2003/10/13 08:11:23 $
|
||||||
*/
|
*/
|
||||||
public class FixedDoubleArray implements DoubleArray {
|
public class FixedDoubleArray implements DoubleArray {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -57,7 +57,7 @@ package org.apache.commons.math.util;
|
|||||||
/**
|
/**
|
||||||
* Some useful additions to the built-in functions in {@link Math}.
|
* Some useful additions to the built-in functions in {@link Math}.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/09/17 19:29:31 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:11:23 $
|
||||||
*/
|
*/
|
||||||
public final class MathUtils {
|
public final class MathUtils {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -57,7 +57,7 @@ import org.apache.commons.math.MathException;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Subclasses implementing this interface can transform Objects to doubles.
|
* Subclasses implementing this interface can transform Objects to doubles.
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/09/17 19:19:09 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:11:23 $
|
||||||
*/
|
*/
|
||||||
public interface NumberTransformer {
|
public interface NumberTransformer {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -63,7 +63,7 @@ import java.util.Set;
|
|||||||
* It provides a means to set NumberTransformers that will be selected
|
* It provides a means to set NumberTransformers that will be selected
|
||||||
* based on the Class of the object handed to the Maps
|
* based on the Class of the object handed to the Maps
|
||||||
* <code>double transform(Object o)</code> method.
|
* <code>double transform(Object o)</code> method.
|
||||||
* @version $Revision: 1.3 $ $Date: 2003/07/09 20:04:12 $
|
* @version $Revision: 1.4 $ $Date: 2003/10/13 08:11:23 $
|
||||||
*/
|
*/
|
||||||
public class TransformerMap implements NumberTransformer {
|
public class TransformerMap implements NumberTransformer {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -57,7 +57,7 @@ package org.apache.commons.math;
|
|||||||
import junit.framework.TestCase;
|
import junit.framework.TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.1 $ $Date: 2003/09/27 04:13:34 $
|
* @version $Revision: 1.2 $ $Date: 2003/10/13 08:09:07 $
|
||||||
*/
|
*/
|
||||||
public class MathConfigurationExceptionTest extends TestCase {
|
public class MathConfigurationExceptionTest extends TestCase {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -57,7 +57,7 @@ package org.apache.commons.math;
|
|||||||
import junit.framework.TestCase;
|
import junit.framework.TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.1 $ $Date: 2003/09/27 04:13:34 $
|
* @version $Revision: 1.2 $ $Date: 2003/10/13 08:09:07 $
|
||||||
*/
|
*/
|
||||||
public class MathExceptionTest extends TestCase {
|
public class MathExceptionTest extends TestCase {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -57,7 +57,7 @@ package org.apache.commons.math;
|
|||||||
import junit.framework.Assert;
|
import junit.framework.Assert;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.2 $ $Date: 2003/09/17 19:29:32 $
|
* @version $Revision: 1.3 $ $Date: 2003/10/13 08:09:07 $
|
||||||
*/
|
*/
|
||||||
public class TestUtils {
|
public class TestUtils {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -58,7 +58,7 @@ import org.apache.commons.math.MathException;
|
|||||||
import junit.framework.TestCase;
|
import junit.framework.TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.3 $ $Date: 2003/09/27 04:13:34 $
|
* @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:07 $
|
||||||
*/
|
*/
|
||||||
public final class BisectionSolverTest extends TestCase {
|
public final class BisectionSolverTest extends TestCase {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -57,7 +57,7 @@ package org.apache.commons.math.analysis;
|
|||||||
import junit.framework.TestCase;
|
import junit.framework.TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.1 $ $Date: 2003/09/27 04:13:34 $
|
* @version $Revision: 1.2 $ $Date: 2003/10/13 08:09:07 $
|
||||||
*/
|
*/
|
||||||
public class ConvergenceExceptionTest extends TestCase {
|
public class ConvergenceExceptionTest extends TestCase {
|
||||||
/**
|
/**
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -62,7 +62,7 @@ import junit.framework.TestSuite;
|
|||||||
/**
|
/**
|
||||||
* Test the interpolation framework.
|
* Test the interpolation framework.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.3 $ $Date: 2003/09/17 19:29:27 $
|
* @version $Revision: 1.4 $ $Date: 2003/10/13 08:09:07 $
|
||||||
*/
|
*/
|
||||||
public class InterpolatorTest extends TestCase {
|
public class InterpolatorTest extends TestCase {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -58,7 +58,7 @@ import org.apache.commons.math.MathException;
|
|||||||
/**
|
/**
|
||||||
* Auxillary class for testing solvers.
|
* Auxillary class for testing solvers.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/09/17 19:29:27 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:08 $
|
||||||
*/
|
*/
|
||||||
public class QuinticFunction implements UnivariateRealFunction {
|
public class QuinticFunction implements UnivariateRealFunction {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -69,7 +69,7 @@ import junit.framework.TestSuite;
|
|||||||
* default absolute accuracy of 10E-8 for sinus and the quintic function around
|
* default absolute accuracy of 10E-8 for sinus and the quintic function around
|
||||||
* zero, and 5..10 iterations for the other zeros.
|
* zero, and 5..10 iterations for the other zeros.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/09/27 04:13:34 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:08 $
|
||||||
*/
|
*/
|
||||||
public final class RealSolverTest extends TestCase {
|
public final class RealSolverTest extends TestCase {
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. The end-user documentation included with the redistribution, if
|
* 3. The end-user documentation included with the redistribution, if
|
||||||
* any, must include the following acknowlegement:
|
* any, must include the following acknowledgement:
|
||||||
* "This product includes software developed by the
|
* "This product includes software developed by the
|
||||||
* Apache Software Foundation (http://www.apache.org/)."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* Alternately, this acknowlegement may appear in the software itself,
|
* Alternately, this acknowledgement may appear in the software itself,
|
||||||
* if and wherever such third-party acknowlegements normally appear.
|
* if and wherever such third-party acknowledgements normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
|
||||||
* Foundation" must not be used to endorse or promote products derived
|
* Foundation" must not be used to endorse or promote products derived
|
||||||
@ -63,7 +63,7 @@ import org.apache.commons.math.MathException;
|
|||||||
* which means linear approximation (Regula Falsi) will converge
|
* which means linear approximation (Regula Falsi) will converge
|
||||||
* quadratically.
|
* quadratically.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.4 $ $Date: 2003/09/17 19:29:27 $
|
* @version $Revision: 1.5 $ $Date: 2003/10/13 08:09:08 $
|
||||||
*/
|
*/
|
||||||
public class SinFunction implements UnivariateRealFunction {
|
public class SinFunction implements UnivariateRealFunction {
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user