Library
Apache Jakarta Commons Math version 1.1
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.
Statistics
Packages
Comments
Books
Packages
NameDescription
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.
Search