jar

org.apache.commons : commons-math

Maven & Gradle

Feb 26, 2011
390 usages

Commons Math · The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.

Table Of Contents

Latest Version

Download org.apache.commons : commons-math JAR file - Latest Versions:

All Versions

Download org.apache.commons : commons-math JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2
2.1
2.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window commons-math-2.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.commons.math.exception

├─ org.apache.commons.math.exception.ConvergenceException.class - [JAR]

├─ org.apache.commons.math.exception.DimensionMismatchException.class - [JAR]

├─ org.apache.commons.math.exception.MathIllegalArgumentException.class - [JAR]

├─ org.apache.commons.math.exception.MathIllegalNumberException.class - [JAR]

├─ org.apache.commons.math.exception.MathIllegalStateException.class - [JAR]

├─ org.apache.commons.math.exception.MathInternalError.class - [JAR]

├─ org.apache.commons.math.exception.MathThrowable.class - [JAR]

├─ org.apache.commons.math.exception.MathUnsupportedOperationException.class - [JAR]

├─ org.apache.commons.math.exception.NoDataException.class - [JAR]

├─ org.apache.commons.math.exception.NonMonotonousSequenceException.class - [JAR]

├─ org.apache.commons.math.exception.NotPositiveException.class - [JAR]

├─ org.apache.commons.math.exception.NotStrictlyPositiveException.class - [JAR]

├─ org.apache.commons.math.exception.NullArgumentException.class - [JAR]

├─ org.apache.commons.math.exception.NumberIsTooLargeException.class - [JAR]

├─ org.apache.commons.math.exception.NumberIsTooSmallException.class - [JAR]

├─ org.apache.commons.math.exception.OutOfRangeException.class - [JAR]

├─ org.apache.commons.math.exception.ZeroException.class - [JAR]

org.apache.commons.math.analysis.polynomials

├─ org.apache.commons.math.analysis.polynomials.PolynomialFunction.class - [JAR]

├─ org.apache.commons.math.analysis.polynomials.PolynomialFunctionLagrangeForm.class - [JAR]

├─ org.apache.commons.math.analysis.polynomials.PolynomialFunctionNewtonForm.class - [JAR]

├─ org.apache.commons.math.analysis.polynomials.PolynomialSplineFunction.class - [JAR]

├─ org.apache.commons.math.analysis.polynomials.PolynomialsUtils.class - [JAR]

org.apache.commons.math.ode.nonstiff

├─ org.apache.commons.math.ode.nonstiff.AdamsBashforthIntegrator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.AdamsIntegrator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.AdamsMoultonIntegrator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.AdamsNordsieckTransformer.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.AdaptiveStepsizeIntegrator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.ClassicalRungeKuttaIntegrator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.ClassicalRungeKuttaStepInterpolator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.DormandPrince54Integrator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.DormandPrince54StepInterpolator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.DormandPrince853Integrator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.DormandPrince853StepInterpolator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.EmbeddedRungeKuttaIntegrator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.EulerIntegrator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.EulerStepInterpolator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.GillIntegrator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.GillStepInterpolator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.GraggBulirschStoerIntegrator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.GraggBulirschStoerStepInterpolator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.HighamHall54Integrator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.HighamHall54StepInterpolator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.MidpointIntegrator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.MidpointStepInterpolator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.RungeKuttaIntegrator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.RungeKuttaStepInterpolator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.ThreeEighthesIntegrator.class - [JAR]

├─ org.apache.commons.math.ode.nonstiff.ThreeEighthesStepInterpolator.class - [JAR]

org.apache.commons.math.exception.util

├─ org.apache.commons.math.exception.util.ArgUtils.class - [JAR]

├─ org.apache.commons.math.exception.util.DummyLocalizable.class - [JAR]

├─ org.apache.commons.math.exception.util.Localizable.class - [JAR]

├─ org.apache.commons.math.exception.util.LocalizedFormats.class - [JAR]

├─ org.apache.commons.math.exception.util.MessageFactory.class - [JAR]

org.apache.commons.math.random

├─ org.apache.commons.math.random.AbstractRandomGenerator.class - [JAR]

├─ org.apache.commons.math.random.AbstractWell.class - [JAR]

├─ org.apache.commons.math.random.BitsStreamGenerator.class - [JAR]

├─ org.apache.commons.math.random.CorrelatedRandomVectorGenerator.class - [JAR]

├─ org.apache.commons.math.random.EmpiricalDistribution.class - [JAR]

├─ org.apache.commons.math.random.EmpiricalDistributionImpl.class - [JAR]

├─ org.apache.commons.math.random.GaussianRandomGenerator.class - [JAR]

├─ org.apache.commons.math.random.JDKRandomGenerator.class - [JAR]

├─ org.apache.commons.math.random.MersenneTwister.class - [JAR]

├─ org.apache.commons.math.random.NormalizedRandomGenerator.class - [JAR]

├─ org.apache.commons.math.random.RandomAdaptor.class - [JAR]

├─ org.apache.commons.math.random.RandomData.class - [JAR]

├─ org.apache.commons.math.random.RandomDataImpl.class - [JAR]

├─ org.apache.commons.math.random.RandomGenerator.class - [JAR]

├─ org.apache.commons.math.random.RandomVectorGenerator.class - [JAR]

├─ org.apache.commons.math.random.UncorrelatedRandomVectorGenerator.class - [JAR]

├─ org.apache.commons.math.random.UniformRandomGenerator.class - [JAR]

├─ org.apache.commons.math.random.UnitSphereRandomVectorGenerator.class - [JAR]

├─ org.apache.commons.math.random.ValueServer.class - [JAR]

├─ org.apache.commons.math.random.Well1024a.class - [JAR]

├─ org.apache.commons.math.random.Well19937a.class - [JAR]

├─ org.apache.commons.math.random.Well19937c.class - [JAR]

├─ org.apache.commons.math.random.Well44497a.class - [JAR]

├─ org.apache.commons.math.random.Well44497b.class - [JAR]

├─ org.apache.commons.math.random.Well512a.class - [JAR]

org.apache.commons.math.stat.correlation

├─ org.apache.commons.math.stat.correlation.Covariance.class - [JAR]

├─ org.apache.commons.math.stat.correlation.PearsonsCorrelation.class - [JAR]

├─ org.apache.commons.math.stat.correlation.SpearmansCorrelation.class - [JAR]

org.apache.commons.math.stat.descriptive.summary

├─ org.apache.commons.math.stat.descriptive.summary.Product.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.summary.Sum.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.summary.SumOfLogs.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.summary.SumOfSquares.class - [JAR]

org.apache.commons.math.geometry

├─ org.apache.commons.math.geometry.CardanEulerSingularityException.class - [JAR]

├─ org.apache.commons.math.geometry.NotARotationMatrixException.class - [JAR]

├─ org.apache.commons.math.geometry.Rotation.class - [JAR]

├─ org.apache.commons.math.geometry.RotationOrder.class - [JAR]

├─ org.apache.commons.math.geometry.Vector3D.class - [JAR]

├─ org.apache.commons.math.geometry.Vector3DFormat.class - [JAR]

org.apache.commons.math.analysis.integration

├─ org.apache.commons.math.analysis.integration.LegendreGaussIntegrator.class - [JAR]

├─ org.apache.commons.math.analysis.integration.RombergIntegrator.class - [JAR]

├─ org.apache.commons.math.analysis.integration.SimpsonIntegrator.class - [JAR]

├─ org.apache.commons.math.analysis.integration.TrapezoidIntegrator.class - [JAR]

├─ org.apache.commons.math.analysis.integration.UnivariateRealIntegrator.class - [JAR]

├─ org.apache.commons.math.analysis.integration.UnivariateRealIntegratorImpl.class - [JAR]

org.apache.commons.math.util

├─ org.apache.commons.math.util.BigReal.class - [JAR]

├─ org.apache.commons.math.util.BigRealField.class - [JAR]

├─ org.apache.commons.math.util.CompositeFormat.class - [JAR]

├─ org.apache.commons.math.util.ContinuedFraction.class - [JAR]

├─ org.apache.commons.math.util.DefaultTransformer.class - [JAR]

├─ org.apache.commons.math.util.DoubleArray.class - [JAR]

├─ org.apache.commons.math.util.FastMath.class - [JAR]

├─ org.apache.commons.math.util.MathUtils.class - [JAR]

├─ org.apache.commons.math.util.MultidimensionalCounter.class - [JAR]

├─ org.apache.commons.math.util.NumberTransformer.class - [JAR]

├─ org.apache.commons.math.util.OpenIntToDoubleHashMap.class - [JAR]

├─ org.apache.commons.math.util.OpenIntToFieldHashMap.class - [JAR]

├─ org.apache.commons.math.util.ResizableDoubleArray.class - [JAR]

├─ org.apache.commons.math.util.TransformerMap.class - [JAR]

org.apache.commons.math.stat.descriptive

├─ org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStatistic.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.AbstractUnivariateStatistic.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.AggregateSummaryStatistics.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.DescriptiveStatistics.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.MultivariateSummaryStatistics.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.StatisticalMultivariateSummary.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.StatisticalSummary.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.StatisticalSummaryValues.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.SummaryStatistics.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.SynchronizedDescriptiveStatistics.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.SynchronizedSummaryStatistics.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.UnivariateStatistic.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.WeightedEvaluation.class - [JAR]

org.apache.commons.math.linear

├─ org.apache.commons.math.linear.AbstractFieldMatrix.class - [JAR]

├─ org.apache.commons.math.linear.AbstractRealMatrix.class - [JAR]

├─ org.apache.commons.math.linear.AbstractRealVector.class - [JAR]

├─ org.apache.commons.math.linear.AnyMatrix.class - [JAR]

├─ org.apache.commons.math.linear.Array2DRowFieldMatrix.class - [JAR]

├─ org.apache.commons.math.linear.Array2DRowRealMatrix.class - [JAR]

├─ org.apache.commons.math.linear.ArrayFieldVector.class - [JAR]

├─ org.apache.commons.math.linear.ArrayRealVector.class - [JAR]

├─ org.apache.commons.math.linear.BiDiagonalTransformer.class - [JAR]

├─ org.apache.commons.math.linear.BigMatrix.class - [JAR]

├─ org.apache.commons.math.linear.BigMatrixImpl.class - [JAR]

├─ org.apache.commons.math.linear.BlockFieldMatrix.class - [JAR]

├─ org.apache.commons.math.linear.BlockRealMatrix.class - [JAR]

├─ org.apache.commons.math.linear.CholeskyDecomposition.class - [JAR]

├─ org.apache.commons.math.linear.CholeskyDecompositionImpl.class - [JAR]

├─ org.apache.commons.math.linear.DecompositionSolver.class - [JAR]

├─ org.apache.commons.math.linear.DefaultFieldMatrixChangingVisitor.class - [JAR]

├─ org.apache.commons.math.linear.DefaultFieldMatrixPreservingVisitor.class - [JAR]

├─ org.apache.commons.math.linear.DefaultRealMatrixChangingVisitor.class - [JAR]

├─ org.apache.commons.math.linear.DefaultRealMatrixPreservingVisitor.class - [JAR]

├─ org.apache.commons.math.linear.EigenDecomposition.class - [JAR]

├─ org.apache.commons.math.linear.EigenDecompositionImpl.class - [JAR]

├─ org.apache.commons.math.linear.FieldDecompositionSolver.class - [JAR]

├─ org.apache.commons.math.linear.FieldLUDecomposition.class - [JAR]

├─ org.apache.commons.math.linear.FieldLUDecompositionImpl.class - [JAR]

├─ org.apache.commons.math.linear.FieldMatrix.class - [JAR]

├─ org.apache.commons.math.linear.FieldMatrixChangingVisitor.class - [JAR]

├─ org.apache.commons.math.linear.FieldMatrixPreservingVisitor.class - [JAR]

├─ org.apache.commons.math.linear.FieldVector.class - [JAR]

├─ org.apache.commons.math.linear.InvalidMatrixException.class - [JAR]

├─ org.apache.commons.math.linear.LUDecomposition.class - [JAR]

├─ org.apache.commons.math.linear.LUDecompositionImpl.class - [JAR]

├─ org.apache.commons.math.linear.MatrixIndexException.class - [JAR]

├─ org.apache.commons.math.linear.MatrixUtils.class - [JAR]

├─ org.apache.commons.math.linear.MatrixVisitorException.class - [JAR]

├─ org.apache.commons.math.linear.NonSquareMatrixException.class - [JAR]

├─ org.apache.commons.math.linear.NotPositiveDefiniteMatrixException.class - [JAR]

├─ org.apache.commons.math.linear.NotSymmetricMatrixException.class - [JAR]

├─ org.apache.commons.math.linear.OpenMapRealMatrix.class - [JAR]

├─ org.apache.commons.math.linear.OpenMapRealVector.class - [JAR]

├─ org.apache.commons.math.linear.QRDecomposition.class - [JAR]

├─ org.apache.commons.math.linear.QRDecompositionImpl.class - [JAR]

├─ org.apache.commons.math.linear.RealMatrix.class - [JAR]

├─ org.apache.commons.math.linear.RealMatrixChangingVisitor.class - [JAR]

├─ org.apache.commons.math.linear.RealMatrixImpl.class - [JAR]

├─ org.apache.commons.math.linear.RealMatrixPreservingVisitor.class - [JAR]

├─ org.apache.commons.math.linear.RealVector.class - [JAR]

├─ org.apache.commons.math.linear.RealVectorFormat.class - [JAR]

├─ org.apache.commons.math.linear.SingularMatrixException.class - [JAR]

├─ org.apache.commons.math.linear.SingularValueDecomposition.class - [JAR]

├─ org.apache.commons.math.linear.SingularValueDecompositionImpl.class - [JAR]

├─ org.apache.commons.math.linear.SparseFieldMatrix.class - [JAR]

├─ org.apache.commons.math.linear.SparseFieldVector.class - [JAR]

├─ org.apache.commons.math.linear.SparseRealMatrix.class - [JAR]

├─ org.apache.commons.math.linear.SparseRealVector.class - [JAR]

├─ org.apache.commons.math.linear.TriDiagonalTransformer.class - [JAR]

org.apache.commons.math.complex

├─ org.apache.commons.math.complex.Complex.class - [JAR]

├─ org.apache.commons.math.complex.ComplexField.class - [JAR]

├─ org.apache.commons.math.complex.ComplexFormat.class - [JAR]

├─ org.apache.commons.math.complex.ComplexUtils.class - [JAR]

org.apache.commons.math.genetics

├─ org.apache.commons.math.genetics.AbstractListChromosome.class - [JAR]

├─ org.apache.commons.math.genetics.BinaryChromosome.class - [JAR]

├─ org.apache.commons.math.genetics.BinaryMutation.class - [JAR]

├─ org.apache.commons.math.genetics.Chromosome.class - [JAR]

├─ org.apache.commons.math.genetics.ChromosomePair.class - [JAR]

├─ org.apache.commons.math.genetics.CrossoverPolicy.class - [JAR]

├─ org.apache.commons.math.genetics.ElitisticListPopulation.class - [JAR]

├─ org.apache.commons.math.genetics.Fitness.class - [JAR]

├─ org.apache.commons.math.genetics.FixedGenerationCount.class - [JAR]

├─ org.apache.commons.math.genetics.GeneticAlgorithm.class - [JAR]

├─ org.apache.commons.math.genetics.InvalidRepresentationException.class - [JAR]

├─ org.apache.commons.math.genetics.ListPopulation.class - [JAR]

├─ org.apache.commons.math.genetics.MutationPolicy.class - [JAR]

├─ org.apache.commons.math.genetics.OnePointCrossover.class - [JAR]

├─ org.apache.commons.math.genetics.PermutationChromosome.class - [JAR]

├─ org.apache.commons.math.genetics.Population.class - [JAR]

├─ org.apache.commons.math.genetics.RandomKey.class - [JAR]

├─ org.apache.commons.math.genetics.RandomKeyMutation.class - [JAR]

├─ org.apache.commons.math.genetics.SelectionPolicy.class - [JAR]

├─ org.apache.commons.math.genetics.StoppingCondition.class - [JAR]

├─ org.apache.commons.math.genetics.TournamentSelection.class - [JAR]

org.apache.commons.math.distribution

├─ org.apache.commons.math.distribution.AbstractContinuousDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.AbstractDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.AbstractIntegerDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.BetaDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.BetaDistributionImpl.class - [JAR]

├─ org.apache.commons.math.distribution.BinomialDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.BinomialDistributionImpl.class - [JAR]

├─ org.apache.commons.math.distribution.CauchyDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.CauchyDistributionImpl.class - [JAR]

├─ org.apache.commons.math.distribution.ChiSquaredDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.ChiSquaredDistributionImpl.class - [JAR]

├─ org.apache.commons.math.distribution.ContinuousDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.DiscreteDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.Distribution.class - [JAR]

├─ org.apache.commons.math.distribution.ExponentialDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.ExponentialDistributionImpl.class - [JAR]

├─ org.apache.commons.math.distribution.FDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.FDistributionImpl.class - [JAR]

├─ org.apache.commons.math.distribution.GammaDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.GammaDistributionImpl.class - [JAR]

├─ org.apache.commons.math.distribution.HasDensity.class - [JAR]

├─ org.apache.commons.math.distribution.HypergeometricDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.HypergeometricDistributionImpl.class - [JAR]

├─ org.apache.commons.math.distribution.IntegerDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.NormalDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.NormalDistributionImpl.class - [JAR]

├─ org.apache.commons.math.distribution.PascalDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.PascalDistributionImpl.class - [JAR]

├─ org.apache.commons.math.distribution.PoissonDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.PoissonDistributionImpl.class - [JAR]

├─ org.apache.commons.math.distribution.SaddlePointExpansion.class - [JAR]

├─ org.apache.commons.math.distribution.TDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.TDistributionImpl.class - [JAR]

├─ org.apache.commons.math.distribution.WeibullDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.WeibullDistributionImpl.class - [JAR]

├─ org.apache.commons.math.distribution.ZipfDistribution.class - [JAR]

├─ org.apache.commons.math.distribution.ZipfDistributionImpl.class - [JAR]

org.apache.commons.math.fraction

├─ org.apache.commons.math.fraction.AbstractFormat.class - [JAR]

├─ org.apache.commons.math.fraction.BigFraction.class - [JAR]

├─ org.apache.commons.math.fraction.BigFractionField.class - [JAR]

├─ org.apache.commons.math.fraction.BigFractionFormat.class - [JAR]

├─ org.apache.commons.math.fraction.Fraction.class - [JAR]

├─ org.apache.commons.math.fraction.FractionConversionException.class - [JAR]

├─ org.apache.commons.math.fraction.FractionField.class - [JAR]

├─ org.apache.commons.math.fraction.FractionFormat.class - [JAR]

├─ org.apache.commons.math.fraction.ProperBigFractionFormat.class - [JAR]

├─ org.apache.commons.math.fraction.ProperFractionFormat.class - [JAR]

org.apache.commons.math.transform

├─ org.apache.commons.math.transform.FastCosineTransformer.class - [JAR]

├─ org.apache.commons.math.transform.FastFourierTransformer.class - [JAR]

├─ org.apache.commons.math.transform.FastHadamardTransformer.class - [JAR]

├─ org.apache.commons.math.transform.FastSineTransformer.class - [JAR]

├─ org.apache.commons.math.transform.RealTransformer.class - [JAR]

org.apache.commons.math.optimization.fitting

├─ org.apache.commons.math.optimization.fitting.CurveFitter.class - [JAR]

├─ org.apache.commons.math.optimization.fitting.GaussianDerivativeFunction.class - [JAR]

├─ org.apache.commons.math.optimization.fitting.GaussianFitter.class - [JAR]

├─ org.apache.commons.math.optimization.fitting.GaussianFunction.class - [JAR]

├─ org.apache.commons.math.optimization.fitting.GaussianParametersGuesser.class - [JAR]

├─ org.apache.commons.math.optimization.fitting.HarmonicCoefficientsGuesser.class - [JAR]

├─ org.apache.commons.math.optimization.fitting.HarmonicFitter.class - [JAR]

├─ org.apache.commons.math.optimization.fitting.HarmonicFunction.class - [JAR]

├─ org.apache.commons.math.optimization.fitting.ParametricGaussianFunction.class - [JAR]

├─ org.apache.commons.math.optimization.fitting.ParametricRealFunction.class - [JAR]

├─ org.apache.commons.math.optimization.fitting.PolynomialFitter.class - [JAR]

├─ org.apache.commons.math.optimization.fitting.WeightedObservedPoint.class - [JAR]

org.apache.commons.math.dfp

├─ org.apache.commons.math.dfp.Dfp.class - [JAR]

├─ org.apache.commons.math.dfp.DfpDec.class - [JAR]

├─ org.apache.commons.math.dfp.DfpField.class - [JAR]

├─ org.apache.commons.math.dfp.DfpMath.class - [JAR]

org.apache.commons.math.stat

├─ org.apache.commons.math.stat.Frequency.class - [JAR]

├─ org.apache.commons.math.stat.StatUtils.class - [JAR]

org.apache.commons.math.ode.sampling

├─ org.apache.commons.math.ode.sampling.AbstractStepInterpolator.class - [JAR]

├─ org.apache.commons.math.ode.sampling.DummyStepHandler.class - [JAR]

├─ org.apache.commons.math.ode.sampling.DummyStepInterpolator.class - [JAR]

├─ org.apache.commons.math.ode.sampling.FixedStepHandler.class - [JAR]

├─ org.apache.commons.math.ode.sampling.NordsieckStepInterpolator.class - [JAR]

├─ org.apache.commons.math.ode.sampling.StepHandler.class - [JAR]

├─ org.apache.commons.math.ode.sampling.StepInterpolator.class - [JAR]

├─ org.apache.commons.math.ode.sampling.StepNormalizer.class - [JAR]

org.apache.commons.math.ode.jacobians

├─ org.apache.commons.math.ode.jacobians.EventHandlerWithJacobians.class - [JAR]

├─ org.apache.commons.math.ode.jacobians.FirstOrderIntegratorWithJacobians.class - [JAR]

├─ org.apache.commons.math.ode.jacobians.ODEWithJacobians.class - [JAR]

├─ org.apache.commons.math.ode.jacobians.ParameterizedODE.class - [JAR]

├─ org.apache.commons.math.ode.jacobians.StepHandlerWithJacobians.class - [JAR]

├─ org.apache.commons.math.ode.jacobians.StepInterpolatorWithJacobians.class - [JAR]

org.apache.commons.math.analysis.solvers

├─ org.apache.commons.math.analysis.solvers.BisectionSolver.class - [JAR]

├─ org.apache.commons.math.analysis.solvers.BrentSolver.class - [JAR]

├─ org.apache.commons.math.analysis.solvers.LaguerreSolver.class - [JAR]

├─ org.apache.commons.math.analysis.solvers.MullerSolver.class - [JAR]

├─ org.apache.commons.math.analysis.solvers.NewtonSolver.class - [JAR]

├─ org.apache.commons.math.analysis.solvers.RiddersSolver.class - [JAR]

├─ org.apache.commons.math.analysis.solvers.SecantSolver.class - [JAR]

├─ org.apache.commons.math.analysis.solvers.UnivariateRealSolver.class - [JAR]

├─ org.apache.commons.math.analysis.solvers.UnivariateRealSolverFactory.class - [JAR]

├─ org.apache.commons.math.analysis.solvers.UnivariateRealSolverFactoryImpl.class - [JAR]

├─ org.apache.commons.math.analysis.solvers.UnivariateRealSolverImpl.class - [JAR]

├─ org.apache.commons.math.analysis.solvers.UnivariateRealSolverUtils.class - [JAR]

org.apache.commons.math.stat.clustering

├─ org.apache.commons.math.stat.clustering.Cluster.class - [JAR]

├─ org.apache.commons.math.stat.clustering.Clusterable.class - [JAR]

├─ org.apache.commons.math.stat.clustering.EuclideanIntegerPoint.class - [JAR]

├─ org.apache.commons.math.stat.clustering.KMeansPlusPlusClusterer.class - [JAR]

org.apache.commons.math.stat.descriptive.moment

├─ org.apache.commons.math.stat.descriptive.moment.FirstMoment.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.moment.FourthMoment.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.moment.GeometricMean.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.moment.Kurtosis.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.moment.Mean.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.moment.SecondMoment.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.moment.SemiVariance.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.moment.Skewness.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.moment.StandardDeviation.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.moment.ThirdMoment.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.moment.Variance.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.moment.VectorialCovariance.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.moment.VectorialMean.class - [JAR]

org.apache.commons.math.ode

├─ org.apache.commons.math.ode.AbstractIntegrator.class - [JAR]

├─ org.apache.commons.math.ode.ContinuousOutputModel.class - [JAR]

├─ org.apache.commons.math.ode.DerivativeException.class - [JAR]

├─ org.apache.commons.math.ode.ExtendedFirstOrderDifferentialEquations.class - [JAR]

├─ org.apache.commons.math.ode.FirstOrderConverter.class - [JAR]

├─ org.apache.commons.math.ode.FirstOrderDifferentialEquations.class - [JAR]

├─ org.apache.commons.math.ode.FirstOrderIntegrator.class - [JAR]

├─ org.apache.commons.math.ode.IntegratorException.class - [JAR]

├─ org.apache.commons.math.ode.MultistepIntegrator.class - [JAR]

├─ org.apache.commons.math.ode.ODEIntegrator.class - [JAR]

├─ org.apache.commons.math.ode.SecondOrderDifferentialEquations.class - [JAR]

├─ org.apache.commons.math.ode.SecondOrderIntegrator.class - [JAR]

org.apache.commons.math.stat.descriptive.rank

├─ org.apache.commons.math.stat.descriptive.rank.Max.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.rank.Median.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.rank.Min.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.rank.Percentile.class - [JAR]

org.apache.commons.math.optimization.direct

├─ org.apache.commons.math.optimization.direct.DirectSearchOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.direct.MultiDirectional.class - [JAR]

├─ org.apache.commons.math.optimization.direct.NelderMead.class - [JAR]

├─ org.apache.commons.math.optimization.direct.PowellOptimizer.class - [JAR]

org.apache.commons.math.estimation

├─ org.apache.commons.math.estimation.AbstractEstimator.class - [JAR]

├─ org.apache.commons.math.estimation.EstimatedParameter.class - [JAR]

├─ org.apache.commons.math.estimation.EstimationException.class - [JAR]

├─ org.apache.commons.math.estimation.EstimationProblem.class - [JAR]

├─ org.apache.commons.math.estimation.Estimator.class - [JAR]

├─ org.apache.commons.math.estimation.GaussNewtonEstimator.class - [JAR]

├─ org.apache.commons.math.estimation.LevenbergMarquardtEstimator.class - [JAR]

├─ org.apache.commons.math.estimation.SimpleEstimationProblem.class - [JAR]

├─ org.apache.commons.math.estimation.WeightedMeasurement.class - [JAR]

org.apache.commons.math.optimization.univariate

├─ org.apache.commons.math.optimization.univariate.AbstractUnivariateRealOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.univariate.BracketFinder.class - [JAR]

├─ org.apache.commons.math.optimization.univariate.BrentOptimizer.class - [JAR]

org.apache.commons.math.stat.regression

├─ org.apache.commons.math.stat.regression.AbstractMultipleLinearRegression.class - [JAR]

├─ org.apache.commons.math.stat.regression.GLSMultipleLinearRegression.class - [JAR]

├─ org.apache.commons.math.stat.regression.MultipleLinearRegression.class - [JAR]

├─ org.apache.commons.math.stat.regression.OLSMultipleLinearRegression.class - [JAR]

├─ org.apache.commons.math.stat.regression.SimpleRegression.class - [JAR]

org.apache.commons.math.stat.ranking

├─ org.apache.commons.math.stat.ranking.NaNStrategy.class - [JAR]

├─ org.apache.commons.math.stat.ranking.NaturalRanking.class - [JAR]

├─ org.apache.commons.math.stat.ranking.RankingAlgorithm.class - [JAR]

├─ org.apache.commons.math.stat.ranking.TiesStrategy.class - [JAR]

org.apache.commons.math.optimization.linear

├─ org.apache.commons.math.optimization.linear.AbstractLinearOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.linear.LinearConstraint.class - [JAR]

├─ org.apache.commons.math.optimization.linear.LinearObjectiveFunction.class - [JAR]

├─ org.apache.commons.math.optimization.linear.LinearOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.linear.NoFeasibleSolutionException.class - [JAR]

├─ org.apache.commons.math.optimization.linear.Relationship.class - [JAR]

├─ org.apache.commons.math.optimization.linear.SimplexSolver.class - [JAR]

├─ org.apache.commons.math.optimization.linear.SimplexTableau.class - [JAR]

├─ org.apache.commons.math.optimization.linear.UnboundedSolutionException.class - [JAR]

org.apache.commons.math.ode.events

├─ org.apache.commons.math.ode.events.CombinedEventsManager.class - [JAR]

├─ org.apache.commons.math.ode.events.EventException.class - [JAR]

├─ org.apache.commons.math.ode.events.EventHandler.class - [JAR]

├─ org.apache.commons.math.ode.events.EventState.class - [JAR]

org.apache.commons.math

├─ org.apache.commons.math.ArgumentOutsideDomainException.class - [JAR]

├─ org.apache.commons.math.ConvergenceException.class - [JAR]

├─ org.apache.commons.math.ConvergingAlgorithm.class - [JAR]

├─ org.apache.commons.math.ConvergingAlgorithmImpl.class - [JAR]

├─ org.apache.commons.math.DimensionMismatchException.class - [JAR]

├─ org.apache.commons.math.DuplicateSampleAbscissaException.class - [JAR]

├─ org.apache.commons.math.Field.class - [JAR]

├─ org.apache.commons.math.FieldElement.class - [JAR]

├─ org.apache.commons.math.FunctionEvaluationException.class - [JAR]

├─ org.apache.commons.math.MathConfigurationException.class - [JAR]

├─ org.apache.commons.math.MathException.class - [JAR]

├─ org.apache.commons.math.MathRuntimeException.class - [JAR]

├─ org.apache.commons.math.MaxEvaluationsExceededException.class - [JAR]

├─ org.apache.commons.math.MaxIterationsExceededException.class - [JAR]

org.apache.commons.math.special

├─ org.apache.commons.math.special.Beta.class - [JAR]

├─ org.apache.commons.math.special.Erf.class - [JAR]

├─ org.apache.commons.math.special.Gamma.class - [JAR]

org.apache.commons.math.optimization.general

├─ org.apache.commons.math.optimization.general.AbstractLeastSquaresOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.general.AbstractScalarDifferentiableOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.general.ConjugateGradientFormula.class - [JAR]

├─ org.apache.commons.math.optimization.general.GaussNewtonOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.general.LevenbergMarquardtOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.general.NonLinearConjugateGradientOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.general.Preconditioner.class - [JAR]

org.apache.commons.math.stat.inference

├─ org.apache.commons.math.stat.inference.ChiSquareTest.class - [JAR]

├─ org.apache.commons.math.stat.inference.ChiSquareTestImpl.class - [JAR]

├─ org.apache.commons.math.stat.inference.OneWayAnova.class - [JAR]

├─ org.apache.commons.math.stat.inference.OneWayAnovaImpl.class - [JAR]

├─ org.apache.commons.math.stat.inference.TTest.class - [JAR]

├─ org.apache.commons.math.stat.inference.TTestImpl.class - [JAR]

├─ org.apache.commons.math.stat.inference.TestUtils.class - [JAR]

├─ org.apache.commons.math.stat.inference.UnknownDistributionChiSquareTest.class - [JAR]

org.apache.commons.math.analysis

├─ org.apache.commons.math.analysis.BinaryFunction.class - [JAR]

├─ org.apache.commons.math.analysis.BivariateRealFunction.class - [JAR]

├─ org.apache.commons.math.analysis.ComposableFunction.class - [JAR]

├─ org.apache.commons.math.analysis.DifferentiableMultivariateRealFunction.class - [JAR]

├─ org.apache.commons.math.analysis.DifferentiableMultivariateVectorialFunction.class - [JAR]

├─ org.apache.commons.math.analysis.DifferentiableUnivariateMatrixFunction.class - [JAR]

├─ org.apache.commons.math.analysis.DifferentiableUnivariateRealFunction.class - [JAR]

├─ org.apache.commons.math.analysis.DifferentiableUnivariateVectorialFunction.class - [JAR]

├─ org.apache.commons.math.analysis.MultivariateMatrixFunction.class - [JAR]

├─ org.apache.commons.math.analysis.MultivariateRealFunction.class - [JAR]

├─ org.apache.commons.math.analysis.MultivariateVectorialFunction.class - [JAR]

├─ org.apache.commons.math.analysis.TrivariateRealFunction.class - [JAR]

├─ org.apache.commons.math.analysis.UnivariateMatrixFunction.class - [JAR]

├─ org.apache.commons.math.analysis.UnivariateRealFunction.class - [JAR]

├─ org.apache.commons.math.analysis.UnivariateVectorialFunction.class - [JAR]

org.apache.commons.math.analysis.interpolation

├─ org.apache.commons.math.analysis.interpolation.BicubicSplineFunction.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.BicubicSplineInterpolatingFunction.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.BicubicSplineInterpolator.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.BivariateRealGridInterpolator.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.DividedDifferenceInterpolator.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.LinearInterpolator.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.LoessInterpolator.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.MicrosphereInterpolatingFunction.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.MicrosphereInterpolator.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.MultivariateRealInterpolator.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.NevilleInterpolator.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.SmoothingBicubicSplineInterpolator.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.SmoothingPolynomialBicubicSplineInterpolator.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.SplineInterpolator.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.TricubicSplineFunction.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.TricubicSplineInterpolatingFunction.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.TricubicSplineInterpolator.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.TrivariateRealGridInterpolator.class - [JAR]

├─ org.apache.commons.math.analysis.interpolation.UnivariateRealInterpolator.class - [JAR]

org.apache.commons.math.optimization

├─ org.apache.commons.math.optimization.DifferentiableMultivariateRealOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.DifferentiableMultivariateVectorialOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.GoalType.class - [JAR]

├─ org.apache.commons.math.optimization.LeastSquaresConverter.class - [JAR]

├─ org.apache.commons.math.optimization.MultiStartDifferentiableMultivariateRealOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.MultiStartDifferentiableMultivariateVectorialOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.MultiStartMultivariateRealOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.MultiStartUnivariateRealOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.MultivariateRealOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.OptimizationException.class - [JAR]

├─ org.apache.commons.math.optimization.RealConvergenceChecker.class - [JAR]

├─ org.apache.commons.math.optimization.RealPointValuePair.class - [JAR]

├─ org.apache.commons.math.optimization.SimpleRealPointChecker.class - [JAR]

├─ org.apache.commons.math.optimization.SimpleScalarValueChecker.class - [JAR]

├─ org.apache.commons.math.optimization.SimpleVectorialPointChecker.class - [JAR]

├─ org.apache.commons.math.optimization.SimpleVectorialValueChecker.class - [JAR]

├─ org.apache.commons.math.optimization.UnivariateRealOptimizer.class - [JAR]

├─ org.apache.commons.math.optimization.VectorialConvergenceChecker.class - [JAR]

├─ org.apache.commons.math.optimization.VectorialPointValuePair.class - [JAR]

Advertisement

Dependencies from Group

Jul 23, 2023
21.1k usages
Jul 05, 2019
3.3k usages
Sep 24, 2022
2.6k usages
Mar 18, 2023
2.6k usages
Mar 17, 2016
2.3k usages

Discover Dependencies

Nov 17, 2013
4 usages
7 stars
Aug 21, 2023
668 usages
8.4k stars
Apr 02, 2021
7 usages
110 stars
Aug 10, 2023
536 usages
5.5k stars
Jun 18, 2023
76 usages
Sep 19, 2021
30 usages
186 stars
1 usages
1.4k stars
Mar 09, 2019
6.9k stars
68 usages
23.7k stars
Jun 03, 2023
298 usages
11.7k stars