jar

commons-math : commons-math

Maven & Gradle

Feb 25, 2008
42 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 commons-math : commons-math JAR file - Latest Versions:

All Versions

Download commons-math : commons-math JAR file - All Versions:

Version Vulnerabilities Size Updated
20040218.045431
20040118.003950
20040118.003354
1.2
1.1
1.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-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

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.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.AbstractStepInterpolator.class - [JAR]

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

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

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

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

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

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

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

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

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

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

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

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

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

├─ org.apache.commons.math.ode.EulerStepInterpolator.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.FixedStepHandler.class - [JAR]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

org.apache.commons.math.random

├─ org.apache.commons.math.random.AbstractRandomGenerator.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.NormalizedRandomGenerator.class - [JAR]

├─ org.apache.commons.math.random.NotPositiveDefiniteMatrixException.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.ValueServer.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.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.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.stat.regression

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

org.apache.commons.math.util

├─ 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.MathUtils.class - [JAR]

├─ org.apache.commons.math.util.NumberTransformer.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.DescriptiveStatistics.class - [JAR]

├─ org.apache.commons.math.stat.descriptive.DescriptiveStatisticsImpl.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.SummaryStatisticsImpl.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.complex

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

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

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

org.apache.commons.math.linear

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

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

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

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

├─ org.apache.commons.math.linear.MatrixUtils.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.RealMatrixImpl.class - [JAR]

org.apache.commons.math

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

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

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

├─ org.apache.commons.math.DuplicateSampleAbscissaException.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.MaxIterationsExceededException.class - [JAR]

├─ org.apache.commons.math.MessagesResources_fr.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.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.DistributionFactory.class - [JAR]

├─ org.apache.commons.math.distribution.DistributionFactoryImpl.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.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.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.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.transform

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

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

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

org.apache.commons.math.fraction

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

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

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

├─ org.apache.commons.math.fraction.ProperFractionFormat.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.TestFactory.class - [JAR]

├─ org.apache.commons.math.stat.inference.TestFactoryImpl.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.BisectionSolver.class - [JAR]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

├─ org.apache.commons.math.analysis.UnivariateRealSolverUtils.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.optimization

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

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

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

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

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

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

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

Advertisement

Dependencies from Group

Feb 25, 2008
42 usages

Discover Dependencies

Feb 05, 2023
15 usages
776 stars
May 29, 2023
8 usages
540 stars
Jul 13, 2023
6 usages
82 stars
Sep 30, 2017
138 stars
May 16, 2015
2 usages
7 stars
May 28, 2015
2 usages
0 stars
Aug 13, 2016
1 usages
1 stars
Jan 25, 2016
2 usages
Jul 01, 2017
2 usages
4.5k stars