Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.apache.commons.math
,
org.apache.commons.math.analysis
,
org.apache.commons.math.complex
,
org.apache.commons.math.distribution
,
org.apache.commons.math.estimation
,
org.apache.commons.math.fraction
,
org.apache.commons.math.geometry
,
org.apache.commons.math.linear
,
org.apache.commons.math.ode
,
org.apache.commons.math.optimization
,
org.apache.commons.math.random
,
org.apache.commons.math.special
,
org.apache.commons.math.stat
,
org.apache.commons.math.stat.descriptive
,
org.apache.commons.math.stat.descriptive.moment
,
org.apache.commons.math.stat.descriptive.rank
,
org.apache.commons.math.stat.descriptive.summary
,
org.apache.commons.math.stat.inference
,
org.apache.commons.math.stat.regression
,
org.apache.commons.math.transform
,
org.apache.commons.math.util
Class Hierarchy
java.lang.Object
org.apache.commons.math.distribution.
AbstractDistribution
(implements org.apache.commons.math.distribution.
Distribution
, java.io.Serializable)
org.apache.commons.math.distribution.
AbstractContinuousDistribution
(implements org.apache.commons.math.distribution.
ContinuousDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
CauchyDistributionImpl
(implements org.apache.commons.math.distribution.
CauchyDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
ChiSquaredDistributionImpl
(implements org.apache.commons.math.distribution.
ChiSquaredDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
ExponentialDistributionImpl
(implements org.apache.commons.math.distribution.
ExponentialDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
FDistributionImpl
(implements org.apache.commons.math.distribution.
FDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
GammaDistributionImpl
(implements org.apache.commons.math.distribution.
GammaDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
NormalDistributionImpl
(implements org.apache.commons.math.distribution.
NormalDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
TDistributionImpl
(implements java.io.Serializable, org.apache.commons.math.distribution.
TDistribution
)
org.apache.commons.math.distribution.
WeibullDistributionImpl
(implements java.io.Serializable, org.apache.commons.math.distribution.
WeibullDistribution
)
org.apache.commons.math.distribution.
AbstractIntegerDistribution
(implements org.apache.commons.math.distribution.
IntegerDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
BinomialDistributionImpl
(implements org.apache.commons.math.distribution.
BinomialDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
HypergeometricDistributionImpl
(implements org.apache.commons.math.distribution.
HypergeometricDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
PascalDistributionImpl
(implements org.apache.commons.math.distribution.
PascalDistribution
, java.io.Serializable)
org.apache.commons.math.distribution.
PoissonDistributionImpl
(implements org.apache.commons.math.distribution.
PoissonDistribution
, java.io.Serializable)
org.apache.commons.math.estimation.
AbstractEstimator
(implements org.apache.commons.math.estimation.
Estimator
)
org.apache.commons.math.estimation.
GaussNewtonEstimator
(implements java.io.Serializable)
org.apache.commons.math.estimation.
LevenbergMarquardtEstimator
(implements java.io.Serializable)
org.apache.commons.math.random.
AbstractRandomGenerator
(implements org.apache.commons.math.random.
RandomGenerator
)
org.apache.commons.math.ode.
AbstractStepInterpolator
(implements org.apache.commons.math.ode.
StepInterpolator
)
org.apache.commons.math.ode.
DummyStepInterpolator
org.apache.commons.math.ode.
GraggBulirschStoerStepInterpolator
org.apache.commons.math.ode.
RungeKuttaStepInterpolator
org.apache.commons.math.ode.
ClassicalRungeKuttaStepInterpolator
org.apache.commons.math.ode.
DormandPrince54StepInterpolator
org.apache.commons.math.ode.
DormandPrince853StepInterpolator
org.apache.commons.math.ode.
EulerStepInterpolator
org.apache.commons.math.ode.
GillStepInterpolator
org.apache.commons.math.ode.
HighamHall54StepInterpolator
org.apache.commons.math.ode.
MidpointStepInterpolator
org.apache.commons.math.ode.
ThreeEighthesStepInterpolator
org.apache.commons.math.stat.descriptive.
AbstractUnivariateStatistic
(implements java.io.Serializable, org.apache.commons.math.stat.descriptive.
UnivariateStatistic
)
org.apache.commons.math.stat.descriptive.
AbstractStorelessUnivariateStatistic
(implements java.io.Serializable, org.apache.commons.math.stat.descriptive.
StorelessUnivariateStatistic
)
org.apache.commons.math.stat.descriptive.moment.
FirstMoment
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
SecondMoment
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
ThirdMoment
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
FourthMoment
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
GeometricMean
org.apache.commons.math.stat.descriptive.moment.
Kurtosis
org.apache.commons.math.stat.descriptive.rank.
Max
org.apache.commons.math.stat.descriptive.moment.
Mean
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.rank.
Min
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.summary.
Product
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
Skewness
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
StandardDeviation
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.summary.
Sum
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.summary.
SumOfLogs
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.summary.
SumOfSquares
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
Variance
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.rank.
Percentile
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.rank.
Median
(implements java.io.Serializable)
org.apache.commons.math.ode.
AdaptiveStepsizeIntegrator
(implements org.apache.commons.math.ode.
FirstOrderIntegrator
)
org.apache.commons.math.ode.
EmbeddedRungeKuttaIntegrator
org.apache.commons.math.ode.
DormandPrince54Integrator
org.apache.commons.math.ode.
DormandPrince853Integrator
org.apache.commons.math.ode.
HighamHall54Integrator
org.apache.commons.math.ode.
GraggBulirschStoerIntegrator
org.apache.commons.math.special.
Beta
(implements java.io.Serializable)
org.apache.commons.math.linear.
BigMatrixImpl
(implements org.apache.commons.math.linear.
BigMatrix
, java.io.Serializable)
org.apache.commons.math.stat.inference.
ChiSquareTestImpl
(implements org.apache.commons.math.stat.inference.
UnknownDistributionChiSquareTest
)
org.apache.commons.math.complex.
Complex
(implements java.io.Serializable)
org.apache.commons.math.complex.
ComplexUtils
org.apache.commons.math.util.
ContinuedFraction
(implements java.io.Serializable)
org.apache.commons.math.ode.
ContinuousOutputModel
(implements java.io.Serializable, org.apache.commons.math.ode.
StepHandler
)
org.apache.commons.math.random.
CorrelatedRandomVectorGenerator
(implements org.apache.commons.math.random.
RandomVectorGenerator
)
org.apache.commons.math.util.
DefaultTransformer
(implements org.apache.commons.math.util.
NumberTransformer
, java.io.Serializable)
org.apache.commons.math.stat.descriptive.
DescriptiveStatistics
(implements java.io.Serializable, org.apache.commons.math.stat.descriptive.
StatisticalSummary
)
org.apache.commons.math.stat.descriptive.
DescriptiveStatisticsImpl
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.
SynchronizedDescriptiveStatistics
org.apache.commons.math.optimization.
DirectSearchOptimizer
org.apache.commons.math.optimization.
MultiDirectional
org.apache.commons.math.optimization.
NelderMead
org.apache.commons.math.distribution.
DistributionFactory
org.apache.commons.math.distribution.
DistributionFactoryImpl
org.apache.commons.math.analysis.
DividedDifferenceInterpolator
(implements java.io.Serializable, org.apache.commons.math.analysis.
UnivariateRealInterpolator
)
org.apache.commons.math.ode.
DummyStepHandler
(implements java.io.Serializable, org.apache.commons.math.ode.
StepHandler
)
org.apache.commons.math.random.
EmpiricalDistributionImpl
(implements org.apache.commons.math.random.
EmpiricalDistribution
, java.io.Serializable)
org.apache.commons.math.random.
EmpiricalDistributionImpl.DataAdapter
org.apache.commons.math.random.
EmpiricalDistributionImpl.ArrayDataAdapter
org.apache.commons.math.random.
EmpiricalDistributionImpl.StreamDataAdapter
org.apache.commons.math.random.
EmpiricalDistributionImpl.DataAdapterFactory
org.apache.commons.math.special.
Erf
(implements java.io.Serializable)
org.apache.commons.math.estimation.
EstimatedParameter
(implements java.io.Serializable)
org.apache.commons.math.transform.
FastCosineTransformer
(implements java.io.Serializable)
org.apache.commons.math.transform.
FastFourierTransformer
(implements java.io.Serializable)
org.apache.commons.math.transform.
FastSineTransformer
(implements java.io.Serializable)
org.apache.commons.math.ode.
FirstOrderConverter
(implements org.apache.commons.math.ode.
FirstOrderDifferentialEquations
)
java.text.Format (implements java.lang.Cloneable, java.io.Serializable)
org.apache.commons.math.complex.
ComplexFormat
(implements java.io.Serializable)
org.apache.commons.math.fraction.
FractionFormat
(implements java.io.Serializable)
org.apache.commons.math.fraction.
ProperFractionFormat
org.apache.commons.math.stat.
Frequency
(implements java.io.Serializable)
org.apache.commons.math.stat.
Frequency.NaturalComparator
(implements java.util.Comparator<T>, java.io.Serializable)
org.apache.commons.math.special.
Gamma
(implements java.io.Serializable)
org.apache.commons.math.random.
GaussianRandomGenerator
(implements org.apache.commons.math.random.
NormalizedRandomGenerator
)
org.apache.commons.math.util.
MathUtils
org.apache.commons.math.linear.
MatrixUtils
org.apache.commons.math.stat.descriptive.
MultivariateSummaryStatistics
(implements java.io.Serializable, org.apache.commons.math.stat.descriptive.
StatisticalMultivariateSummary
)
org.apache.commons.math.stat.descriptive.
SynchronizedMultivariateSummaryStatistics
org.apache.commons.math.analysis.
NevilleInterpolator
(implements java.io.Serializable, org.apache.commons.math.analysis.
UnivariateRealInterpolator
)
java.lang.Number (implements java.io.Serializable)
org.apache.commons.math.fraction.
Fraction
(implements java.lang.Comparable<T>)
org.apache.commons.math.stat.inference.
OneWayAnovaImpl
(implements org.apache.commons.math.stat.inference.
OneWayAnova
)
org.apache.commons.math.stat.inference.
OneWayAnovaImpl.AnovaStats
org.apache.commons.math.optimization.
PointCostPair
org.apache.commons.math.analysis.
PolynomialFunction
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
, java.io.Serializable)
org.apache.commons.math.analysis.
PolynomialFunctionLagrangeForm
(implements java.io.Serializable, org.apache.commons.math.analysis.
UnivariateRealFunction
)
org.apache.commons.math.analysis.
PolynomialFunctionNewtonForm
(implements java.io.Serializable, org.apache.commons.math.analysis.
UnivariateRealFunction
)
org.apache.commons.math.analysis.
PolynomialSplineFunction
(implements org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
, java.io.Serializable)
org.apache.commons.math.linear.
QRDecompositionImpl
(implements org.apache.commons.math.linear.
QRDecomposition
)
java.util.Random (implements java.io.Serializable)
org.apache.commons.math.random.
JDKRandomGenerator
(implements org.apache.commons.math.random.
RandomGenerator
)
org.apache.commons.math.random.
RandomAdaptor
(implements org.apache.commons.math.random.
RandomGenerator
)
org.apache.commons.math.random.
RandomDataImpl
(implements org.apache.commons.math.random.
RandomData
, java.io.Serializable)
org.apache.commons.math.linear.
RealMatrixImpl
(implements org.apache.commons.math.linear.
RealMatrix
, java.io.Serializable)
org.apache.commons.math.util.
ResizableDoubleArray
(implements org.apache.commons.math.util.
DoubleArray
, java.io.Serializable)
java.util.ResourceBundle
java.util.ListResourceBundle
org.apache.commons.math.
MessagesResources_fr
org.apache.commons.math.geometry.
Rotation
(implements java.io.Serializable)
org.apache.commons.math.geometry.
RotationOrder
org.apache.commons.math.ode.
RungeKuttaIntegrator
(implements org.apache.commons.math.ode.
FirstOrderIntegrator
)
org.apache.commons.math.ode.
ClassicalRungeKuttaIntegrator
org.apache.commons.math.ode.
EulerIntegrator
org.apache.commons.math.ode.
GillIntegrator
org.apache.commons.math.ode.
MidpointIntegrator
org.apache.commons.math.ode.
ThreeEighthesIntegrator
org.apache.commons.math.estimation.
SimpleEstimationProblem
(implements org.apache.commons.math.estimation.
EstimationProblem
)
org.apache.commons.math.stat.regression.
SimpleRegression
(implements java.io.Serializable)
org.apache.commons.math.analysis.
SplineInterpolator
(implements org.apache.commons.math.analysis.
UnivariateRealInterpolator
)
org.apache.commons.math.stat.descriptive.
StatisticalSummaryValues
(implements java.io.Serializable, org.apache.commons.math.stat.descriptive.
StatisticalSummary
)
org.apache.commons.math.stat.
StatUtils
org.apache.commons.math.ode.
StepNormalizer
(implements org.apache.commons.math.ode.
StepHandler
)
org.apache.commons.math.stat.descriptive.
SummaryStatistics
(implements java.io.Serializable, org.apache.commons.math.stat.descriptive.
StatisticalSummary
)
org.apache.commons.math.stat.descriptive.
SummaryStatisticsImpl
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.
SynchronizedSummaryStatistics
org.apache.commons.math.ode.
SwitchingFunctionsHandler
org.apache.commons.math.ode.
SwitchState
(implements java.io.Serializable)
org.apache.commons.math.stat.inference.
TestFactory
org.apache.commons.math.stat.inference.
TestFactoryImpl
org.apache.commons.math.stat.inference.
TestUtils
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
org.apache.commons.math.
MathException
org.apache.commons.math.geometry.
CardanEulerSingularityException
org.apache.commons.math.
ConvergenceException
org.apache.commons.math.fraction.
FractionConversionException
org.apache.commons.math.
MaxIterationsExceededException
org.apache.commons.math.optimization.
CostException
org.apache.commons.math.ode.
DerivativeException
org.apache.commons.math.
DimensionMismatchException
org.apache.commons.math.
DuplicateSampleAbscissaException
org.apache.commons.math.estimation.
EstimationException
org.apache.commons.math.
FunctionEvaluationException
org.apache.commons.math.
ArgumentOutsideDomainException
org.apache.commons.math.ode.
IntegratorException
org.apache.commons.math.
MathConfigurationException
(implements java.io.Serializable)
org.apache.commons.math.geometry.
NotARotationMatrixException
org.apache.commons.math.random.
NotPositiveDefiniteMatrixException
java.lang.RuntimeException
org.apache.commons.math.linear.
InvalidMatrixException
org.apache.commons.math.linear.
MatrixIndexException
org.apache.commons.math.util.
TransformerMap
(implements org.apache.commons.math.util.
NumberTransformer
, java.io.Serializable)
org.apache.commons.math.stat.inference.
TTestImpl
(implements org.apache.commons.math.stat.inference.
TTest
)
org.apache.commons.math.random.
UncorrelatedRandomVectorGenerator
(implements org.apache.commons.math.random.
RandomVectorGenerator
)
org.apache.commons.math.random.
UniformRandomGenerator
(implements org.apache.commons.math.random.
NormalizedRandomGenerator
)
org.apache.commons.math.analysis.
UnivariateRealIntegratorImpl
(implements java.io.Serializable, org.apache.commons.math.analysis.
UnivariateRealIntegrator
)
org.apache.commons.math.analysis.
RombergIntegrator
org.apache.commons.math.analysis.
SimpsonIntegrator
org.apache.commons.math.analysis.
TrapezoidIntegrator
org.apache.commons.math.analysis.
UnivariateRealSolverFactory
org.apache.commons.math.analysis.
UnivariateRealSolverFactoryImpl
org.apache.commons.math.analysis.
UnivariateRealSolverImpl
(implements java.io.Serializable, org.apache.commons.math.analysis.
UnivariateRealSolver
)
org.apache.commons.math.analysis.
BisectionSolver
org.apache.commons.math.analysis.
BrentSolver
org.apache.commons.math.analysis.
LaguerreSolver
org.apache.commons.math.analysis.
MullerSolver
org.apache.commons.math.analysis.
NewtonSolver
org.apache.commons.math.analysis.
RiddersSolver
org.apache.commons.math.analysis.
SecantSolver
(implements java.io.Serializable)
org.apache.commons.math.analysis.
UnivariateRealSolverUtils
org.apache.commons.math.random.
ValueServer
org.apache.commons.math.geometry.
Vector3D
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
VectorialCovariance
(implements java.io.Serializable)
org.apache.commons.math.stat.descriptive.moment.
VectorialMean
(implements java.io.Serializable)
org.apache.commons.math.estimation.
WeightedMeasurement
(implements java.io.Serializable)
Interface Hierarchy
org.apache.commons.math.linear.
BigMatrix
org.apache.commons.math.stat.inference.
ChiSquareTest
org.apache.commons.math.stat.inference.
UnknownDistributionChiSquareTest
org.apache.commons.math.optimization.
ConvergenceChecker
org.apache.commons.math.optimization.
CostFunction
org.apache.commons.math.distribution.
Distribution
org.apache.commons.math.distribution.
BinomialDistribution
org.apache.commons.math.distribution.
CauchyDistribution
org.apache.commons.math.distribution.
ChiSquaredDistribution
org.apache.commons.math.distribution.
ContinuousDistribution
org.apache.commons.math.distribution.
CauchyDistribution
org.apache.commons.math.distribution.
ChiSquaredDistribution
org.apache.commons.math.distribution.
ExponentialDistribution
org.apache.commons.math.distribution.
FDistribution
org.apache.commons.math.distribution.
GammaDistribution
org.apache.commons.math.distribution.
NormalDistribution
org.apache.commons.math.distribution.
TDistribution
org.apache.commons.math.distribution.
WeibullDistribution
org.apache.commons.math.distribution.
DiscreteDistribution
org.apache.commons.math.distribution.
BinomialDistribution
org.apache.commons.math.distribution.
HypergeometricDistribution
org.apache.commons.math.distribution.
IntegerDistribution
org.apache.commons.math.distribution.
BinomialDistribution
org.apache.commons.math.distribution.
HypergeometricDistribution
org.apache.commons.math.distribution.
PascalDistribution
org.apache.commons.math.distribution.
PoissonDistribution
org.apache.commons.math.distribution.
PascalDistribution
org.apache.commons.math.distribution.
PoissonDistribution
org.apache.commons.math.distribution.
ExponentialDistribution
org.apache.commons.math.distribution.
FDistribution
org.apache.commons.math.distribution.
GammaDistribution
org.apache.commons.math.distribution.
HypergeometricDistribution
org.apache.commons.math.distribution.
IntegerDistribution
org.apache.commons.math.distribution.
BinomialDistribution
org.apache.commons.math.distribution.
HypergeometricDistribution
org.apache.commons.math.distribution.
PascalDistribution
org.apache.commons.math.distribution.
PoissonDistribution
org.apache.commons.math.distribution.
NormalDistribution
org.apache.commons.math.distribution.
PascalDistribution
org.apache.commons.math.distribution.
PoissonDistribution
org.apache.commons.math.distribution.
TDistribution
org.apache.commons.math.distribution.
WeibullDistribution
org.apache.commons.math.util.
DoubleArray
org.apache.commons.math.random.
EmpiricalDistribution
org.apache.commons.math.estimation.
EstimationProblem
org.apache.commons.math.estimation.
Estimator
org.apache.commons.math.ode.
FirstOrderDifferentialEquations
org.apache.commons.math.ode.
FirstOrderIntegrator
org.apache.commons.math.ode.
FixedStepHandler
org.apache.commons.math.random.
NormalizedRandomGenerator
org.apache.commons.math.stat.inference.
OneWayAnova
org.apache.commons.math.linear.
QRDecomposition
org.apache.commons.math.random.
RandomData
org.apache.commons.math.random.
RandomVectorGenerator
org.apache.commons.math.linear.
RealMatrix
org.apache.commons.math.ode.
SecondOrderDifferentialEquations
org.apache.commons.math.ode.
SecondOrderIntegrator
java.io.Serializable
java.io.Externalizable
org.apache.commons.math.ode.
StepInterpolator
org.apache.commons.math.util.
NumberTransformer
org.apache.commons.math.random.
RandomGenerator
org.apache.commons.math.ode.
StepInterpolator
org.apache.commons.math.stat.descriptive.
StorelessUnivariateStatistic
org.apache.commons.math.ode.
SwitchingFunction
org.apache.commons.math.stat.descriptive.
UnivariateStatistic
org.apache.commons.math.stat.descriptive.
StorelessUnivariateStatistic
org.apache.commons.math.stat.descriptive.
StatisticalMultivariateSummary
org.apache.commons.math.stat.descriptive.
StatisticalSummary
org.apache.commons.math.ode.
StepHandler
org.apache.commons.math.stat.inference.
TTest
org.apache.commons.math.analysis.
UnivariateRealFunction
org.apache.commons.math.analysis.
DifferentiableUnivariateRealFunction
org.apache.commons.math.analysis.
UnivariateRealIntegrator
org.apache.commons.math.analysis.
UnivariateRealInterpolator
org.apache.commons.math.analysis.
UnivariateRealSolver
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes