Library:Apache Jakarta Commons Math
Version:1.1
Compatibility:JDK 1.4
Classes in library Apache Jakarta Commons Math.
NamePackageDescription
AbstractContinuousDistributionorg.apache.commons.math.distributionBase class for continuous distributions.
AbstractDistributionorg.apache.commons.math.distributionBase class for probability distributions.
AbstractIntegerDistributionorg.apache.commons.math.distributionBase class for integer-valued discrete distributions.
AbstractRandomGeneratororg.apache.commons.math.randomAbstract class implementing the RandomGenerator interface.
AbstractStorelessUnivariateStatisticorg.apache.commons.math.stat.descriptiveAbstract implementation of the StorelessUnivariateStatistic interface.
AbstractUnivariateStatisticorg.apache.commons.math.stat.descriptiveAbstract base class for all implementations of the UnivariateStatistic interface.
Betaorg.apache.commons.math.specialThis is a utility class that provides computation methods related to the Beta family of functions.
BigMatrixImplorg.apache.commons.math.linearImplementation of BigMatrix using a BigDecimal[][] array to store entries and LU decompostion to support linear system solution and inverse.
BinomialDistributionImplorg.apache.commons.math.distributionThe default implementation of BinomialDistribution .
BisectionSolverorg.apache.commons.math.analysisImplements the bisection algorithm for finding zeros of univariate real functions.
BrentSolverorg.apache.commons.math.analysisImplements the Brent algorithm for finding zeros of real univariate functions.
CauchyDistributionImplorg.apache.commons.math.distributionDefault implementation of CauchyDistribution .
ChiSquaredDistributionImplorg.apache.commons.math.distributionThe default implementation of ChiSquaredDistribution
ChiSquareTestImplorg.apache.commons.math.stat.inferenceImplements Chi-Square test statistics defined in the ChiSquareTest interface.
Complexorg.apache.commons.math.complexRepresentation of a Complex number - a number which has both a real and imaginary part.
ComplexFormatorg.apache.commons.math.complexFormats a Complex number in cartesian format "Re(c) + Im(c)i".
ComplexUtilsorg.apache.commons.math.complexStatic implementations of common Complex -valued functions.
ContinuedFractionorg.apache.commons.math.utilProvides a generic means to evaluate continued fractions.
DefaultTransformerorg.apache.commons.math.utilA Default NumberTransformer for java.lang.Numbers and Numeric Strings.
DescriptiveStatisticsorg.apache.commons.math.stat.descriptiveAbstract factory class for univariate statistical summaries.
DescriptiveStatisticsImplorg.apache.commons.math.stat.descriptiveDefault implementation of DescriptiveStatistics .
DistributionFactoryorg.apache.commons.math.distributionThis factory provids the means to create common statistical distributions.
DistributionFactoryImplorg.apache.commons.math.distributionA concrete distribution factory.
EmpiricalDistributionImplorg.apache.commons.math.randomImplements EmpiricalDistribution interface.
Erforg.apache.commons.math.specialThis is a utility class that provides computation methods related to the error functions.
ExponentialDistributionImplorg.apache.commons.math.distributionThe default implementation of ExponentialDistribution .
FDistributionImplorg.apache.commons.math.distributionDefault implementation of FDistribution .
FirstMomentorg.apache.commons.math.stat.descriptive.momentComputes the first moment (arithmetic mean).
FourthMomentorg.apache.commons.math.stat.descriptive.momentComputes a statistic related to the Fourth Central Moment.
Fractionorg.apache.commons.math.fractionRepresentation of a rational number.
FractionFormatorg.apache.commons.math.fractionFormats a Fraction number in proper format or improper format.
Frequencyorg.apache.commons.math.statMaintains a frequency distribution.
Gammaorg.apache.commons.math.specialThis is a utility class that provides computation methods related to the Gamma family of functions.
GammaDistributionImplorg.apache.commons.math.distributionThe default implementation of GammaDistribution .
GeometricMeanorg.apache.commons.math.stat.descriptive.momentReturns the geometric mean of the available values.
HypergeometricDistributionImplorg.apache.commons.math.distributionThe default implementation of HypergeometricDistribution .
JDKRandomGeneratororg.apache.commons.math.randomExtension of java.util.Random to implement RandomGenerator .
Kurtosisorg.apache.commons.math.stat.descriptive.momentComputes the Kurtosis of the available values.
MathUtilsorg.apache.commons.math.utilSome useful additions to the built-in functions in Math .
MatrixUtilsorg.apache.commons.math.linearA collection of static methods that operate on or return matrices.
Maxorg.apache.commons.math.stat.descriptive.rankReturns the maximum of the available values.
Meanorg.apache.commons.math.stat.descriptive.momentReturns the arithmetic mean of the available values.
Medianorg.apache.commons.math.stat.descriptive.rankReturns the median of the available values.
Minorg.apache.commons.math.stat.descriptive.rankReturns the minimum of the available values.
NewtonSolverorg.apache.commons.math.analysisImplements Newton's Method for finding zeros of real univariate functions.
NormalDistributionImplorg.apache.commons.math.distributionDefault implementation of NormalDistribution .
Percentileorg.apache.commons.math.stat.descriptive.rankProvides percentile computation.
PoissonDistributionImplorg.apache.commons.math.distributionImplementation for the PoissonDistribution .
PolynomialFunctionorg.apache.commons.math.analysisImmutable representation of a real polynomial function with real coefficients.
PolynomialSplineFunctionorg.apache.commons.math.analysisRepresents a polynomial spline function.
Productorg.apache.commons.math.stat.descriptive.summaryReturns the product of the available values.
ProperFractionFormatorg.apache.commons.math.fractionFormats a Fraction number in proper format.
RandomAdaptororg.apache.commons.math.randomExtension of java.util.Random wrapping a RandomGenerator .
RandomDataImplorg.apache.commons.math.randomImplements the RandomData interface using a RandomGenerator instance to generate non-secure data and a SecureRandom instance to provide data for the nextSecureXxx methods.
RealMatrixImplorg.apache.commons.math.linearImplementation of RealMatrix using a double[][] array to store entries and LU decompostion to support linear system solution and inverse.
ResizableDoubleArrayorg.apache.commons.math.util

A variable length DoubleArray implementation that automatically handles expanding and contracting its internal storage array as elements are added and removed.

SecantSolverorg.apache.commons.math.analysisImplements a modified version of the secant method for approximating a zero of a real univariate function.
SecondMomentorg.apache.commons.math.stat.descriptive.momentComputes a statistic related to the Second Central Moment.
SimpleRegressionorg.apache.commons.math.stat.regressionEstimates an ordinary least squares regression model with one independent variable.
Skewnessorg.apache.commons.math.stat.descriptive.momentComputes the skewness of the available values.
SplineInterpolatororg.apache.commons.math.analysisComputes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.
StandardDeviationorg.apache.commons.math.stat.descriptive.momentComputes the sample standard deviation.
StatisticalSummaryValuesorg.apache.commons.math.stat.descriptiveValue object representing the results of a univariate statistical summary.
StatUtilsorg.apache.commons.math.statStatUtils provides static methods for computing statistics based on data stored in double[] arrays.
Sumorg.apache.commons.math.stat.descriptive.summaryReturns the sum of the available values.
SummaryStatisticsorg.apache.commons.math.stat.descriptiveAbstract factory class for univariate statistical summaries.
SummaryStatisticsImplorg.apache.commons.math.stat.descriptiveProvides a default SummaryStatistics implementation.
SumOfLogsorg.apache.commons.math.stat.descriptive.summaryReturns the sum of the natural logs for this collection of values.
SumOfSquaresorg.apache.commons.math.stat.descriptive.summaryReturns the sum of the squares of the available values.
TDistributionImplorg.apache.commons.math.distributionDefault implementation of TDistribution .
TestFactoryorg.apache.commons.math.stat.inferenceAbstract factory to create inference test instances.
TestFactoryImplorg.apache.commons.math.stat.inferenceA concrete inference test factory.
TestUtilsorg.apache.commons.math.stat.inferenceA collection of static methods to create inference test instances or to perform inference tests.
ThirdMomentorg.apache.commons.math.stat.descriptive.momentComputes a statistic related to the Third Central Moment.
TransformerMaporg.apache.commons.math.utilThis TansformerMap automates the transformation of of mixed object types.
TTestImplorg.apache.commons.math.stat.inferenceImplements t-test statistics defined in the TTest interface.
UnivariateRealSolverFactoryorg.apache.commons.math.analysisAbstract factory class used to create UnivariateRealSolver instances.
UnivariateRealSolverFactoryImplorg.apache.commons.math.analysisA concrete UnivariateRealSolverFactory .
UnivariateRealSolverImplorg.apache.commons.math.analysisProvide a default implementation for several functions useful to generic solvers.
UnivariateRealSolverUtilsorg.apache.commons.math.analysisUtility routines for UnivariateRealSolver objects.
ValueServerorg.apache.commons.math.randomGenerates values for use in simulation applications.
Varianceorg.apache.commons.math.stat.descriptive.momentComputes the variance of the available values.
WeibullDistributionImplorg.apache.commons.math.distributionDefault implementation of WeibullDistribution .
Search