org.apache.commons.math.ode.AbstractIntegrator.addEndTimeChecker(double, double, CombinedEventsManager)
as of 2.2, this method is not used any more
|
org.apache.commons.math.stat.Frequency.addValue(Integer)
to be removed in math 3.0
|
org.apache.commons.math.stat.Frequency.addValue(Object)
|
org.apache.commons.math.util.MathUtils.checkOrder(double[], int, boolean)
as of 2.2 (please use the new checkOrder method). To be removed in 3.0.
|
org.apache.commons.math.optimization.univariate.AbstractUnivariateRealOptimizer.checkResultComputed()
in 2.2 (no alternative).
|
org.apache.commons.math.optimization.univariate.AbstractUnivariateRealOptimizer.clearResult()
in 2.2 (no alternative).
|
org.apache.commons.math.optimization.univariate.AbstractUnivariateRealOptimizer.computeObjectiveValue(UnivariateRealFunction, double)
|
org.apache.commons.math.MathRuntimeException.createArithmeticException(String, Object...)
|
org.apache.commons.math.MathRuntimeException.createArrayIndexOutOfBoundsException(String, Object...)
|
org.apache.commons.math.linear.MatrixUtils.createBigIdentityMatrix(int)
|
org.apache.commons.math.linear.MatrixUtils.createBigMatrix(BigDecimal[][])
|
org.apache.commons.math.linear.MatrixUtils.createBigMatrix(BigDecimal[][], boolean)
|
org.apache.commons.math.linear.MatrixUtils.createBigMatrix(double[][])
|
org.apache.commons.math.linear.MatrixUtils.createBigMatrix(String[][])
|
org.apache.commons.math.linear.MatrixUtils.createColumnBigMatrix(BigDecimal[])
|
org.apache.commons.math.linear.MatrixUtils.createColumnBigMatrix(double[])
|
org.apache.commons.math.linear.MatrixUtils.createColumnBigMatrix(String[])
|
org.apache.commons.math.MathRuntimeException.createConcurrentModificationException(String, Object...)
|
org.apache.commons.math.MathRuntimeException.createEOFException(String, Object...)
|
org.apache.commons.math.MathRuntimeException.createIllegalArgumentException(String, Object...)
|
org.apache.commons.math.MathRuntimeException.createIllegalStateException(String, Object...)
|
org.apache.commons.math.MathRuntimeException.createNoSuchElementException(String, Object...)
|
org.apache.commons.math.MathRuntimeException.createNullPointerException(Localizable, Object...)
in 2.2. Checks for "null" must not be performed in Commons-Math.
|
org.apache.commons.math.MathRuntimeException.createNullPointerException(String, Object...)
|
org.apache.commons.math.MathRuntimeException.createParseException(int, String, Object...)
|
org.apache.commons.math.linear.MatrixUtils.createRowBigMatrix(BigDecimal[])
|
org.apache.commons.math.linear.MatrixUtils.createRowBigMatrix(double[])
|
org.apache.commons.math.linear.MatrixUtils.createRowBigMatrix(String[])
|
org.apache.commons.math.MathRuntimeException.createUnsupportedOperationException(Localizable, Object...)
|
org.apache.commons.math.distribution.GammaDistributionImpl.density(Double) |
org.apache.commons.math.distribution.NormalDistributionImpl.density(Double) |
org.apache.commons.math.distribution.ChiSquaredDistributionImpl.density(Double) |
org.apache.commons.math.distribution.ExponentialDistributionImpl.density(Double)
- use density(double)
|
org.apache.commons.math.distribution.BetaDistributionImpl.density(Double) |
org.apache.commons.math.util.MathUtils.equals(float[], float[])
as of 2.2 this method considers that NaN == NaN . In release
3.0, the semantics will change in order to comply with IEEE754 where it
is specified that NaN != NaN .
New methods have been added for those cases where the old semantics is
useful (see e.g. equalsIncludingNaN .
|
org.apache.commons.math.util.MathUtils.equals(float, float)
as of 2.2 his method considers that NaN == NaN . In release
3.0, the semantics will change in order to comply with IEEE754 where it
is specified that NaN != NaN .
New methods have been added for those cases wher the old semantics is
useful (see e.g. equalsIncludingNaN .
|
org.apache.commons.math.stat.inference.TestUtils.getChiSquareTest()
2.2 will be removed in 3.0
|
org.apache.commons.math.stat.Frequency.getCount(Object)
|
org.apache.commons.math.stat.Frequency.getCumFreq(Object)
|
org.apache.commons.math.stat.Frequency.getCumPct(Object)
|
org.apache.commons.math.linear.AbstractRealMatrix.getDeterminant() |
org.apache.commons.math.linear.RealMatrix.getDeterminant()
|
org.apache.commons.math.stat.inference.TestUtils.getOneWayAnova()
2.2 will be removed in 3.0
|
org.apache.commons.math.MathException.getPattern()
|
org.apache.commons.math.MathRuntimeException.getPattern()
|
org.apache.commons.math.stat.Frequency.getPct(Object)
|
org.apache.commons.math.analysis.solvers.LaguerreSolver.getPolynomialFunction()
as of 2.0 the function is not stored anymore within the instance.
|
org.apache.commons.math.linear.OpenMapRealVector.getSparcity()
|
org.apache.commons.math.stat.inference.TestUtils.getTTest()
2.2 will be removed in 3.0
|
org.apache.commons.math.stat.inference.TestUtils.getUnknownDistributionChiSquareTest()
2.2 will be removed in 3.0
|
org.apache.commons.math.util.ResizableDoubleArray.getValues()
|
org.apache.commons.math.analysis.integration.RombergIntegrator.integrate(double, double) |
org.apache.commons.math.analysis.integration.LegendreGaussIntegrator.integrate(double, double) |
org.apache.commons.math.analysis.integration.SimpsonIntegrator.integrate(double, double) |
org.apache.commons.math.analysis.integration.TrapezoidIntegrator.integrate(double, double) |
org.apache.commons.math.analysis.integration.UnivariateRealIntegrator.integrate(double, double)
|
org.apache.commons.math.linear.AbstractRealMatrix.inverse() |
org.apache.commons.math.linear.RealMatrix.inverse()
|
org.apache.commons.math.linear.AbstractRealMatrix.isSingular() |
org.apache.commons.math.linear.RealMatrix.isSingular()
|
org.apache.commons.math.linear.AbstractRealMatrix.luDecompose()
|
org.apache.commons.math.linear.RealVector.mapAbs()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapAbsToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapAcos()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapAcosToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapAsin()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapAsinToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapAtan()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapAtanToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapCbrt()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapCbrtToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapCeil()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapCeilToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapCos()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapCosh()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapCoshToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapCosToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapExp()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapExpm1()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapExpm1ToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapExpToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapFloor()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapFloorToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapInv()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapInvToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapLog()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapLog10()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapLog10ToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapLog1p()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapLog1pToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapLogToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapPow(double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapPowToSelf(double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapRint()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapRintToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapSignum()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapSignumToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapSin()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapSinh()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapSinhToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapSinToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapSqrt()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapSqrtToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapTan()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapTanh()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapTanhToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapTanToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapUlp()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.linear.RealVector.mapUlpToSelf()
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.util.MathUtils.nextAfter(double, double)
|
org.apache.commons.math.util.MathUtils.scalb(double, int)
|
org.apache.commons.math.distribution.GammaDistributionImpl.setAlpha(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.BetaDistribution.setAlpha(double)
as of 2.1
|
org.apache.commons.math.distribution.BetaDistributionImpl.setAlpha(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.GammaDistribution.setAlpha(double)
as of v2.1
|
org.apache.commons.math.distribution.GammaDistributionImpl.setBeta(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.BetaDistribution.setBeta(double)
as of 2.1
|
org.apache.commons.math.distribution.BetaDistributionImpl.setBeta(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.GammaDistribution.setBeta(double)
as of v2.1
|
org.apache.commons.math.stat.inference.TestUtils.setChiSquareTest(ChiSquareTest)
2.2 will be removed in 3.0 - not compatible with use from multiple threads
|
org.apache.commons.math.stat.inference.TestUtils.setChiSquareTest(TTest)
2.2 will be removed in 3.0 - not compatible with use from multiple threads
|
org.apache.commons.math.distribution.TDistribution.setDegreesOfFreedom(double)
as of v2.1
|
org.apache.commons.math.distribution.TDistributionImpl.setDegreesOfFreedom(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.ChiSquaredDistributionImpl.setDegreesOfFreedom(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.ChiSquaredDistribution.setDegreesOfFreedom(double)
as of v2.1
|
org.apache.commons.math.distribution.FDistributionImpl.setDenominatorDegreesOfFreedom(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.FDistribution.setDenominatorDegreesOfFreedom(double)
as of v2.1
|
org.apache.commons.math.stat.inference.TTestImpl.setDistribution(TDistribution)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.stat.regression.SimpleRegression.setDistribution(TDistribution)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.distribution.ZipfDistribution.setExponent(double)
as of v2.1
|
org.apache.commons.math.distribution.ZipfDistributionImpl.setExponent(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.ChiSquaredDistributionImpl.setGamma(GammaDistribution)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.PoissonDistribution.setMean(double)
as of v2.1
|
org.apache.commons.math.distribution.NormalDistribution.setMean(double)
as of v2.1
|
org.apache.commons.math.distribution.NormalDistributionImpl.setMean(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.ExponentialDistribution.setMean(double)
as of v2.1
|
org.apache.commons.math.distribution.ExponentialDistributionImpl.setMean(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.PoissonDistributionImpl.setMean(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.CauchyDistributionImpl.setMedian(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.CauchyDistribution.setMedian(double)
as of v2.1
|
org.apache.commons.math.distribution.PoissonDistributionImpl.setNormal(NormalDistribution)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.ZipfDistribution.setNumberOfElements(int)
as of v2.1
|
org.apache.commons.math.distribution.ZipfDistributionImpl.setNumberOfElements(int)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.HypergeometricDistributionImpl.setNumberOfSuccesses(int)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.HypergeometricDistribution.setNumberOfSuccesses(int)
as of v2.1
|
org.apache.commons.math.distribution.PascalDistribution.setNumberOfSuccesses(int)
as of v2.1
|
org.apache.commons.math.distribution.PascalDistributionImpl.setNumberOfSuccesses(int)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.BinomialDistribution.setNumberOfTrials(int)
as of v2.1
|
org.apache.commons.math.distribution.BinomialDistributionImpl.setNumberOfTrials(int)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.FDistributionImpl.setNumeratorDegreesOfFreedom(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.FDistribution.setNumeratorDegreesOfFreedom(double)
as of v2.1
|
org.apache.commons.math.stat.inference.TestUtils.setOneWayAnova(OneWayAnova)
2.2 will be removed in 3.0 - not compatible with use from multiple threads
|
org.apache.commons.math.distribution.HypergeometricDistributionImpl.setPopulationSize(int)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.HypergeometricDistribution.setPopulationSize(int)
as of v2.1
|
org.apache.commons.math.distribution.BinomialDistribution.setProbabilityOfSuccess(double)
as of v2.1
|
org.apache.commons.math.distribution.PascalDistribution.setProbabilityOfSuccess(double)
as of v2.1
|
org.apache.commons.math.distribution.BinomialDistributionImpl.setProbabilityOfSuccess(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.PascalDistributionImpl.setProbabilityOfSuccess(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.optimization.univariate.AbstractUnivariateRealOptimizer.setResult(double, double, int)
in 2.2 (no alternative).
|
org.apache.commons.math.distribution.HypergeometricDistributionImpl.setSampleSize(int)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.HypergeometricDistribution.setSampleSize(int)
as of v2.1
|
org.apache.commons.math.distribution.CauchyDistributionImpl.setScale(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.WeibullDistributionImpl.setScale(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.WeibullDistribution.setScale(double)
as of v2.1
|
org.apache.commons.math.distribution.CauchyDistribution.setScale(double)
as of v2.1
|
org.apache.commons.math.distribution.WeibullDistributionImpl.setShape(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.distribution.WeibullDistribution.setShape(double)
as of v2.1
|
org.apache.commons.math.distribution.NormalDistribution.setStandardDeviation(double)
as of v2.1
|
org.apache.commons.math.distribution.NormalDistributionImpl.setStandardDeviation(double)
as of 2.1 (class will become immutable in 3.0)
|
org.apache.commons.math.stat.inference.TestUtils.setUnknownDistributionChiSquareTest(UnknownDistributionChiSquareTest)
2.2 will be removed in 3.0 - not compatible with use from multiple threads
|
org.apache.commons.math.analysis.solvers.LaguerreSolver.solve(Complex[], Complex)
in 2.2.
|
org.apache.commons.math.linear.AbstractRealMatrix.solve(double[]) |
org.apache.commons.math.linear.RealMatrix.solve(double[])
|
org.apache.commons.math.analysis.solvers.UnivariateRealSolver.solve(double, double)
|
org.apache.commons.math.analysis.solvers.BisectionSolver.solve(double, double) |
org.apache.commons.math.analysis.solvers.MullerSolver.solve(double, double) |
org.apache.commons.math.analysis.solvers.RiddersSolver.solve(double, double) |
org.apache.commons.math.analysis.solvers.BrentSolver.solve(double, double) |
org.apache.commons.math.analysis.solvers.LaguerreSolver.solve(double, double) |
org.apache.commons.math.analysis.solvers.SecantSolver.solve(double, double) |
org.apache.commons.math.analysis.solvers.NewtonSolver.solve(double, double) |
org.apache.commons.math.analysis.solvers.UnivariateRealSolver.solve(double, double, double)
|
org.apache.commons.math.analysis.solvers.BisectionSolver.solve(double, double, double) |
org.apache.commons.math.analysis.solvers.MullerSolver.solve(double, double, double) |
org.apache.commons.math.analysis.solvers.RiddersSolver.solve(double, double, double) |
org.apache.commons.math.analysis.solvers.BrentSolver.solve(double, double, double) |
org.apache.commons.math.analysis.solvers.LaguerreSolver.solve(double, double, double) |
org.apache.commons.math.analysis.solvers.SecantSolver.solve(double, double, double) |
org.apache.commons.math.analysis.solvers.NewtonSolver.solve(double, double, double) |
org.apache.commons.math.linear.AbstractRealMatrix.solve(RealMatrix) |
org.apache.commons.math.linear.RealMatrix.solve(RealMatrix)
|
org.apache.commons.math.analysis.solvers.UnivariateRealSolver.solve(UnivariateRealFunction, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.BisectionSolver.solve(UnivariateRealFunction, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.MullerSolver.solve(UnivariateRealFunction, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.RiddersSolver.solve(UnivariateRealFunction, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.BrentSolver.solve(UnivariateRealFunction, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.LaguerreSolver.solve(UnivariateRealFunction, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.SecantSolver.solve(UnivariateRealFunction, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.NewtonSolver.solve(UnivariateRealFunction, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.BisectionSolver.solve(UnivariateRealFunction, double, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.MullerSolver.solve(UnivariateRealFunction, double, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.RiddersSolver.solve(UnivariateRealFunction, double, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.BrentSolver.solve(UnivariateRealFunction, double, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.LaguerreSolver.solve(UnivariateRealFunction, double, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.SecantSolver.solve(UnivariateRealFunction, double, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.NewtonSolver.solve(UnivariateRealFunction, double, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.MullerSolver.solve2(double, double)
|
org.apache.commons.math.analysis.solvers.MullerSolver.solve2(UnivariateRealFunction, double, double)
in 2.2 (to be removed in 3.0).
|
org.apache.commons.math.analysis.solvers.LaguerreSolver.solveAll(Complex[], Complex)
in 2.2.
|
org.apache.commons.math.analysis.solvers.LaguerreSolver.solveAll(double[], double)
in 2.2.
|