Apache Jakarta Commons Math
Add to favorites
JDK version:1.4
Web site:http://jakarta.apache.org/commons/math/ [License]
Commons Math is a library of lightweight, self-contained mathematics and statistics components addressing the most common problems not available in the Java programming language or Commons Lang.
Packages
org.apache.commons.mathCommon classes used throughout the commons-math library.
org.apache.commons.math.analysisImplementations of common numerical analysis procedures, including root finding and function interpolation.
org.apache.commons.math.complexComplex number type and implementations of complex transcendental functions.
org.apache.commons.math.distributionImplementations of common discrete and continuous distributions.
org.apache.commons.math.fractionFraction number type and fraction number formatting.
org.apache.commons.math.linearLinear algebra support.
org.apache.commons.math.randomRandom number and random data generators.
org.apache.commons.math.specialImplementations of special functions such as Beta and Gamma.
org.apache.commons.math.statData storage, manipulation and summary routines.
org.apache.commons.math.stat.descriptiveGeneric univariate summary statistic objects.
org.apache.commons.math.stat.descriptive.momentSummary statistics based on moments.
org.apache.commons.math.stat.descriptive.rankSummary statistics based on ranks.
org.apache.commons.math.stat.descriptive.summaryOther summary statistics.
org.apache.commons.math.stat.inferenceClasses providing hypothesis testing and confidence interval construction.
org.apache.commons.math.stat.regressionStatistical routines involving multivariate data.
org.apache.commons.math.utilConvenience routines and common data structures used throughout the commons-math library.