Paketname | libcommons-math-java |
Beschreibung | Java lightweight mathematics and statistics components |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.1-1 |
Sektion | java |
Priorität | optional |
Installierte Größe | 896 Byte |
Hängt ab von | |
Empfohlene Pakete | |
Paketbetreuer | Debian Java maintainers |
Quelle | commons-math |
Paketgröße | 745314 Byte |
Prüfsumme MD5 | df54c892b081becd2b1844dbc715155a |
Prüfsumme SHA1 | 7ae16ee3f3dbff3464809ecb9771198c634d4fa1 |
Prüfsumme SHA256 | ae53d899cf432f4f2262df05b0545ea7a3f0b609ea680a124f2cf24b8332df3e |
Link zum Herunterladen | libcommons-math-java_2.1-1_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.
|