Library:Apache Jakarta Commons Math
Version:1.1
Compatibility:JDK 1.4
Interfaces in library Apache Jakarta Commons Math.
NamePackageDescription
BigMatrixorg.apache.commons.math.linearInterface defining a real-valued matrix with basic algebraic operations, using BigDecimal representations for the entries.
BinomialDistributionorg.apache.commons.math.distributionThe Binomial Distribution.
CauchyDistributionorg.apache.commons.math.distributionCauchy Distribution.
ChiSquaredDistributionorg.apache.commons.math.distributionThe Chi-Squared Distribution.
ChiSquareTestorg.apache.commons.math.stat.inferenceAn interface for Chi-Square tests.
ContinuousDistributionorg.apache.commons.math.distributionBase interface for continuous distributions.
DifferentiableUnivariateRealFunctionorg.apache.commons.math.analysisExtension of UnivariateRealFunction representing a differentiable univariate real function.
DiscreteDistributionorg.apache.commons.math.distributionBase interface for discrete distributions.
Distributionorg.apache.commons.math.distributionBase interface for probability distributions.
DoubleArrayorg.apache.commons.math.utilProvides a standard interface for double arrays.
EmpiricalDistributionorg.apache.commons.math.randomRepresents an empirical probability distribution -- a probability distribution derived from observed data without making any assumptions about the functional form of the population distribution that the data come from.
ExponentialDistributionorg.apache.commons.math.distributionThe Exponential Distribution.
FDistributionorg.apache.commons.math.distributionF-Distribution.
GammaDistributionorg.apache.commons.math.distributionThe Gamma Distribution.
HypergeometricDistributionorg.apache.commons.math.distributionThe Hypergeometric Distribution.
IntegerDistributionorg.apache.commons.math.distributionInterface for discrete distributions of integer-valued random variables.
NormalDistributionorg.apache.commons.math.distributionNormal (Gauss) Distribution.
NumberTransformerorg.apache.commons.math.utilSubclasses implementing this interface can transform Objects to doubles.
PoissonDistributionorg.apache.commons.math.distributionInterface representing the Poisson Distribution.
RandomDataorg.apache.commons.math.randomRandom data generation utilities.
RandomGeneratororg.apache.commons.math.randomInterface extracted from java.util.Random.
RealMatrixorg.apache.commons.math.linearInterface defining a real-valued matrix with basic algebraic operations.
StatisticalSummaryorg.apache.commons.math.stat.descriptiveReporting interface for basic univariate statistics.
StorelessUnivariateStatisticorg.apache.commons.math.stat.descriptiveExtends the definition of UnivariateStatistic with increment(double) and incrementAll(double[]) methods for adding values and updating internal state.
TDistributionorg.apache.commons.math.distributionStudent's t-Distribution.
TTestorg.apache.commons.math.stat.inferenceAn interface for Student's t-tests.
UnivariateRealFunctionorg.apache.commons.math.analysisAn interface representing a univariate real function.
UnivariateRealInterpolatororg.apache.commons.math.analysisInterface representing a univariate real interpolating function.
UnivariateRealSolverorg.apache.commons.math.analysisInterface for (univariate real) rootfinding algorithms.
UnivariateStatisticorg.apache.commons.math.stat.descriptiveBase evaluation interface implemented by all statistics.
WeibullDistributionorg.apache.commons.math.distributionWeibull Distribution.
Search