Difference between revisions of "Commons Math"

From Free Software Directory
Jump to: navigation, search
(Debian import)
 
m (new release)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Status=
+
|Name=Apache Commons Math
|User level=
 
|Submitted by=Debian import
 
|Computer languages=Java
 
|Name=Commons math
 
|Submitted date=2013-03-20
 
 
|Short description=Java lightweight mathematics and statistics components
 
|Short description=Java lightweight mathematics and statistics components
|VCS checkout command=
+
|Full description=Commons Math is a Java library of lightweight, self-contained mathematics and statistics components.
|Full description=Commons Math is a Java library of lightweight, self-contained
 
mathematics and statistics components.
 
  
Commons Math is made up of a small set of math/stat utilities
+
Commons Math is made up of a small set of math/stat utilities addressing programming problems like the ones in the list below:  
addressing programming problems like the ones in the list below:
+
* Computing means, variances and other summary statistics for a list of  numbers   
- Computing means, variances and other summary statistics for a
+
* Fitting a line to a set of data points using linear regression   
list of  numbers  - Fitting a line to a set of data points using
+
* Finding a smooth curve that passes through a collection of points  (interpolation)   
linear regression  - Finding a smooth curve that passes through a
+
* Fitting a parametric model to a set of measurements using least-squares  methods   
collection of points  (interpolation)  - Fitting a parametric
+
* Solving equations involving real-valued functions (i.e. root-finding)   
model to a set of measurements using least-squares  methods  -
+
* Solving systems of linear equations   
Solving equations involving real-valued functions (i.e. root-
+
* SolvingOrdinary Differential Equations   
finding)  - Solving systems of linear equations  - Solving
+
* Minimizing multi-dimensional functions   
Ordinary Differential Equations  - Minimizing multi-dimensional
+
* Generating random numbers with more restrictions (e.g distribution, range)  than what is possible using the JDK   
functions  - Generating random numbers with more restrictions
+
* Generating random samples and/or datasets that are "like" the data in an  input file  - Performing statistical significance tests   
(e.g distribution, range)  than what is possible using the JDK  -
+
* Miscellaneous mathematical functions such as factorials, binomial  coefficients and "special functions" (e.g. gamma, beta functions)  
Generating random samples and/or datasets that are "like" the
 
data in an  input file  - Performing statistical significance
 
tests  - Miscellaneous mathematical functions such as factorials,
 
binomial  coefficients and "special functions" (e.g. gamma, beta
 
functions)
 
  
 
This is a part of the Apache Commons Project.
 
This is a part of the Apache Commons Project.
|Component programs=
 
 
|Homepage URL=http://commons.apache.org/math/
 
|Homepage URL=http://commons.apache.org/math/
 +
|VCS checkout command=svn checkout https://svn.apache.org/repos/asf/commons/proper/math/trunk commons-math3
 +
|Computer languages=Java
 +
|Version date=2014/05/14
 +
|Version status=stable
 +
|Version download=https://archive.apache.org/dist/commons/math/source/commons-math3-3.3-src.tar.gz
 +
|Last review by=Genium
 +
|Last review date=2014/05/29
 +
|Submitted by=Debian import
 +
|Submitted date=2013-03-20
 +
|Status=
 
|Is GNU=No
 
|Is GNU=No
}}
 
{{Import
 
|Date=2013-03-20
 
|Source=Debian import
 
|Source link=http://packages.debian.org/sid/commons-math
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 +
|License=Other
 +
|License copyright=© Copyright 2001-2011 The Apache Software Foundation
 +
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License verified date=2013-03-20
|License verified by=Debian
 
|License copyright=© Copyright 2001-2011 The Apache Software Foundation
 
 
|License=Other
 
 
|License note=License: Apache-2.0
 
|License note=License: Apache-2.0
  
Line 52: Line 43:
 
}}
 
}}
 
{{Project license
 
{{Project license
 +
|License=Other
 +
|License copyright=© Copyright (c) 2004, Ernst Hairer
 +
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License verified date=2013-03-20
|License verified by=Debian
+
|License note=License: Apache-2.0
|License copyright=© Copyright (c) 2004, Ernst Hairer
 
 
 
|License=Other
 
|License note=License: Apache-2.0 | other
 
 
 
Apache-2.0 | other  On Debian GNU/Linux system you can find the
 
complete text of the  Apache-2.0 license in `/usr/share/common-
 
licenses/Apache-2.0'  .  This implementation is basically a
 
reimplementation in Java of the
 
<http://www.unige.ch/math/folks/hairer/prog/nonstiff/odex.f>
 
fortran code by E. Hairer and G. Wanner. The redistribution
 
policy  for this code is available <a
 
<http://www.unige.ch/~hairer/prog/licence.txt>, for  convenience,
 
it is reproduced below.  .  ----------
 
http://www.unige.ch/~hairer/prog/licence.txt ----------
 
Copyright (c) 2004, Ernst Hairer  .  Redistribution and use in
 
source and binary forms, with or without  modification, are
 
permitted provided that the following conditions are  met:  .  -
 
Redistributions of source code must retain the above copyright
 
notice, this list of conditions and the following disclaimer.  .
 
- Redistributions in binary form must reproduce the above
 
copyright  notice, this list of conditions and the following
 
disclaimer in the  documentation and/or other materials provided
 
with the distribution.  .  THIS SOFTWARE IS PROVIDED BY THE
 
COPYRIGHT HOLDERS AND CONTRIBUTORS "AS  IS" AND ANY EXPRESS OR
 
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED  TO, THE IMPLIED
 
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A  PARTICULAR
 
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
 
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 
SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 
LIMITED TO,  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
 
USE, DATA, OR  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
 
AND ON ANY THEORY OF  LIABILITY, WHETHER IN CONTRACT, STRICT
 
LIABILITY, OR TORT (INCLUDING  NEGLIGENCE OR OTHERWISE) ARISING
 
IN ANY WAY OUT OF THE USE OF THIS  SOFTWARE, EVEN IF ADVISED OF
 
THE POSSIBILITY OF SUCH DAMAGE.  ----------
 
http://www.unige.ch/~hairer/prog/licence.txt ----------
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 +
|License=Other
 +
|License copyright=© Copyright Notice (1999) University of Chicago
 +
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License verified date=2013-03-20
|License verified by=Debian
+
|License note=License: Apache-2.0
|License copyright=© Copyright Notice (1999) University of Chicago
 
 
 
|License=Other
 
|License note=License: Apache-2.0 | other
 
 
 
Apache-2.0 | other  On Debian GNU/Linux system you can find the
 
complete text of the  Apache-2.0 license in `/usr/share/common-
 
licenses/Apache-2.0'  .  The resolution engine is a simple
 
translation of the MINPACK
 
<http://www.netlib.org/minpack/lmder.f> routine with minor
 
changes. The changes include the over-determined resolution and
 
the Q.R.  decomposition which has been rewritten following the
 
algorithm described in the  P. Lascaux and R. Theodor book
 
"Analyse numérique matricielle  appliquée à l'art de
 
l'ingénieur", Masson 1986. The  redistribution policy for MINPACK
 
is available  <http://www.netlib.org/minpack/disclaimer>, for
 
convenience, it  is reproduced below.  .  ----------
 
http://www.netlib.org/minpack/disclaimer ----------  Minpack
 
Copyright Notice (1999) University of Chicago.  All rights
 
reserved  .  Redistribution and use in source and binary forms,
 
with or  without modification, are permitted provided that the
 
following conditions are met:  .  1. Redistributions of source
 
code must retain the above  copyright notice, this list of
 
conditions and the following  disclaimer.  .  2. Redistributions
 
in binary form must reproduce the above  copyright notice, this
 
list of conditions and the following  disclaimer in the
 
documentation and/or other materials  provided with the
 
distribution.  .  3. The end-user documentation included with the
 
redistribution, if any, must include the following
 
acknowledgment:  .  "This product includes software developed by
 
the  University of Chicago, as Operator of Argonne National
 
Laboratory.  .  Alternately, this acknowledgment may appear in
 
the software  itself, if and wherever such third-party
 
acknowledgments  normally appear.  .  4. WARRANTY DISCLAIMER. THE
 
SOFTWARE IS SUPPLIED "AS IS"  WITHOUT WARRANTY OF ANY KIND. THE
 
COPYRIGHT HOLDER, THE  UNITED STATES, THE UNITED STATES
 
DEPARTMENT OF ENERGY, AND  THEIR EMPLOYEES: (1) DISCLAIM ANY
 
WARRANTIES, EXPRESS OR  IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
 
IMPLIED WARRANTIES  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
 
PURPOSE, TITLE  OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL
 
LIABILITY  OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
 
USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF  THE
 
SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4)  DO NOT
 
WARRANT THAT THE SOFTWARE WILL FUNCTION  UNINTERRUPTED, THAT IT
 
IS ERROR-FREE OR THAT ANY ERRORS WILL  BE CORRECTED.  .  5.
 
LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT  HOLDER,
 
THE UNITED STATES, THE UNITED STATES DEPARTMENT OF  ENERGY, OR
 
THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT,  INCIDENTAL,
 
CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF  ANY KIND OR
 
NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF  PROFITS OR LOSS OF
 
DATA, FOR ANY REASON WHATSOEVER, WHETHER  SUCH LIABILITY IS
 
ASSERTED ON THE BASIS OF CONTRACT, TORT  (INCLUDING NEGLIGENCE OR
 
STRICT LIABILITY), OR OTHERWISE,  EVEN IF ANY OF SAID PARTIES HAS
 
BEEN WARNED OF THE  POSSIBILITY OF SUCH LOSS OR DAMAGES.
 
---------- http://www.netlib.org/minpack/disclaimer ----------
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 +
|License=Other
 +
|License copyright=© Copyright (C) 2008-2011, Damien Raude-Morvan <drazzib@debian.org>
 +
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License verified date=2013-03-20
|License verified by=Debian
 
|License copyright=© Copyright (C) 2008-2011, Damien Raude-Morvan <drazzib@debian.org>
 
 
|License=Other
 
 
|License note=License: Apache-2.0
 
|License note=License: Apache-2.0
  
Line 165: Line 69:
 
{{Person
 
{{Person
 
|Real name=http://commons.apache.org/math/team-list.html
 
|Real name=http://commons.apache.org/math/team-list.html
 +
|Role=contact
 
|Resource URL=
 
|Resource URL=
|Role=contact
 
|Email=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource kind=Download
 
|Resource URL=http://www.apache.org/dist/commons/math/source/
 
|Resource URL=http://www.apache.org/dist/commons/math/source/
|Resource kind=Download
+
}}
 +
{{Software category}}
 +
{{Featured}}
 +
{{Import
 +
|Date=2013-03-20
 +
|Source=Debian import
 +
|Source link=http://packages.debian.org/sid/commons-math
 
}}
 
}}

Revision as of 09:40, 29 May 2014


[edit]

Apache Commons Math

http://commons.apache.org/math/
Java lightweight mathematics and statistics components

Commons Math is a Java library of lightweight, self-contained mathematics and statistics components.

Commons Math is made up of a small set of math/stat utilities addressing programming problems like the ones in the list below:

  • Computing means, variances and other summary statistics for a list of numbers
  • Fitting a line to a set of data points using linear regression
  • Finding a smooth curve that passes through a collection of points (interpolation)
  • Fitting a parametric model to a set of measurements using least-squares methods
  • Solving equations involving real-valued functions (i.e. root-finding)
  • Solving systems of linear equations
  • SolvingOrdinary Differential Equations
  • Minimizing multi-dimensional functions
  • Generating random numbers with more restrictions (e.g distribution, range) than what is possible using the JDK
  • Generating random samples and/or datasets that are "like" the data in an input file - Performing statistical significance tests
  • Miscellaneous mathematical functions such as factorials, binomial coefficients and "special functions" (e.g. gamma, beta functions)

This is a part of the Apache Commons Project.





Licensing

License

Verified by

Verified on

Notes

License

Other

Verified by

Debian

Verified on

20 March 2013

Notes

License: Apache-2.0

Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in `/usr/share/common-

licenses/Apache-2.0'.

License

Other

Verified by

Debian

Verified on

20 March 2013

Notes

License: Apache-2.0

Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in `/usr/share/common-

licenses/Apache-2.0'

License

Other

Verified by

Debian

Verified on

20 March 2013

Notes

License: Apache-2.0




Leaders and contributors

Contact(s)Role
http://commons.apache.org/math/team-list.html contact


Resources and communication

AudienceResource typeURI
Debian (Ref) (R)https://tracker.debian.org/pkg/commons-math
Downloadhttp://www.apache.org/dist/commons/math/source/


Software prerequisites




Entry

















"contact" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.








Date 2013-03-20
Source Debian import
Source link http://packages.debian.org/sid/commons-math

[[Category:]]



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.