Paketname | libcommons-math-java |
Beschreibung | Java lightweight mathematics and statistics components |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 2.0-3 |
Sektion | universe/java |
Priorität | optional |
Installierte Größe | 828 Byte |
Hängt ab von | |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | commons-math |
Paketgröße | 687328 Byte |
Prüfsumme MD5 | e9810c4b254d680df97336a414d64bd2 |
Prüfsumme SHA1 | 26ed9a8e7a5a35dd7bb1510cda7124018c1daf1a |
Prüfsumme SHA256 | 96a1a409c07c136d82843c97a9fb944aaffad96dda3f31f8f07751faeed84880 |
Link zum Herunterladen | libcommons-math-java_2.0-3_all.deb |
Ausführliche Beschreibung | 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
- Solving Ordinary 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.
|