MCPcopy Create free account

hub / github.com/apache/commons-math / types & classes

Types & classes1,311 in github.com/apache/commons-math

ClassAbs
Absolute value function. @since 3.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/function/Abs.java:28
ClassAbstractConvergenceChecker
Base class for all convergence checker implementations. @param <PAIR> Type of (point, value) pair. @since 3.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/AbstractConvergenceChecker.java:26
ClassAbstractCurveFitter
Base class that contains common code for fitting parametric univariate real functions <code>y = f(p<sub>i</sub>;x)</code>, where {@code x} is the inde
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/fitting/AbstractCurveFitter.java:53
ClassAbstractEmbeddedRungeKuttaFieldIntegratorTest
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/ode/nonstiff/AbstractEmbeddedRungeKuttaFieldIntegratorTest.java:47
ClassAbstractEvaluation
An implementation of {@link Evaluation} that is designed for extension. All of the methods implemented here use the methods that are left unimplemente
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/fitting/leastsquares/AbstractEvaluation.java:35
ClassAbstractFieldIntegrator
Base class managing common boilerplate for all integrators. @param <T> the type of the field elements @since 3.6
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/AbstractFieldIntegrator.java:50
ClassAbstractFieldMatrix
Basic implementation of {@link FieldMatrix} methods regardless of the underlying storage. <p>All the methods implemented here use {@link #getEntry(int
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/AbstractFieldMatrix.java:43
ClassAbstractFieldStepInterpolator
This abstract class represents an interpolator over the last step during an ODE integration. <p>The various ODE integrators provide objects extending
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/sampling/AbstractFieldStepInterpolator.java:40
ClassAbstractIntegerDistribution
Base class for integer-valued discrete distributions. Default implementations are provided for some of the methods that do not vary from distribution
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/distribution/AbstractIntegerDistribution.java:34
ClassAbstractIntegerDistributionTest
Test cases for AbstractIntegerDistribution default implementations.
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/distribution/AbstractIntegerDistributionTest.java:26
ClassAbstractIntegrator
Base class managing common boilerplate for all integrators. @since 2.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/AbstractIntegrator.java:48
ClassAbstractLeastSquaresOptimizerAbstractTest
Some of the unit tests are re-implementations of the MINPACK <a href="https://www.netlib.org/minpack/ex/file17">file17</a> and <a href="https://www.ne
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/fitting/leastsquares/AbstractLeastSquaresOptimizerAbstractTest.java:51
ClassAbstractListChromosome
Chromosome represented by an immutable list of a fixed length. @param <T> type of the representation list @since 2.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/genetics/AbstractListChromosome.java:30
ClassAbstractMultipleLinearRegression
Abstract base class for implementations of MultipleLinearRegression. @since 2.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/regression/AbstractMultipleLinearRegression.java:37
ClassAbstractMultivariateRealDistribution
Base class for multivariate probability distributions. @since 3.1
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/distribution/AbstractMultivariateRealDistribution.java:28
ClassAbstractOptimizationProblem
Base class for implementing optimization problems. It contains the boiler-plate code for counting the number of evaluations of the objective function
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/AbstractOptimizationProblem.java:31
ClassAbstractParameterizable
This abstract class provides boilerplate parameters list. @since 3.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/AbstractParameterizable.java:28
ClassAbstractPolynomialSolver
Base class for solvers. @since 3.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/solvers/AbstractPolynomialSolver.java:27
ClassAbstractRealDistribution
Base class for probability distributions on the reals. Default implementations are provided for some of the methods that do not vary from distribution
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/distribution/AbstractRealDistribution.java:45
ClassAbstractRealMatrix
Basic implementation of RealMatrix methods regardless of the underlying storage. <p>All the methods implemented here use {@link #getEntry(int, int)} t
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/AbstractRealMatrix.java:40
ClassAbstractRungeKuttaFieldIntegratorTest
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/ode/nonstiff/AbstractRungeKuttaFieldIntegratorTest.java:52
ClassAbstractStepInterpolator
This abstract class represents an interpolator over the last step during an ODE integration. <p>The various ODE integrators provide objects extending
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/sampling/AbstractStepInterpolator.java:43
ClassAbstractStorelessUnivariateStatistic
Abstract base class for implementations of the {@link StorelessUnivariateStatistic} interface. <p> Provides default {@code evaluate(double[],...)} and
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/AbstractStorelessUnivariateStatistic.java:33
ClassAbstractUnivariateDifferentiableSolver
Provide a default implementation for several functions useful to generic solvers. @since 3.1
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/solvers/AbstractUnivariateDifferentiableSolver.java:30
ClassAbstractUnivariateSolver
Base class for solvers. @since 3.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/solvers/AbstractUnivariateSolver.java:27
ClassAbstractUnivariateStatistic
Abstract base class for implementations of the {@link UnivariateStatistic} interface. <p> Provides a default implementation of <code>evaluate(double[]
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/AbstractUnivariateStatistic.java:32
ClassAbstractUnivariateStatisticTest
Test cases for {@link AbstractUnivariateStatistic}.
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/stat/descriptive/AbstractUnivariateStatisticTest.java:26
ClassAccurateMath
Portable alternative to {@link Math} and {@link StrictMath}. <p> Caveat: At the time of implementation, the {@code AccurateMath} functions were often
commons-math-core/src/main/java/org/apache/commons/math4/core/jdkmath/AccurateMath.java:67
ClassAccurateMathCalc
Class used to compute the classical functions tables. @since 3.0
commons-math-core/src/main/java/org/apache/commons/math4/core/jdkmath/AccurateMathCalc.java:25
ClassAccurateMathLiteralArrays
Utility class for loading tabulated data used by {@link AccurateMath}.
commons-math-core/src/main/java/org/apache/commons/math4/core/jdkmath/AccurateMathLiteralArrays.java:24
ClassAccurateMathStrictComparisonTest
Test to compare AccurateMath results against StrictMath results for boundary values. <p> Running all tests independently: <br> {@code mvn test -Dtest=
commons-math-legacy-core/src/test/java/org/apache/commons/math4/legacy/core/jdkmath/AccurateMathStrictComparisonTest.java:46
ClassAccurateMathTest
commons-math-legacy-core/src/test/java/org/apache/commons/math4/legacy/core/jdkmath/AccurateMathTest.java:43
ClassAcos
Arc-cosine function. @since 3.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/function/Acos.java:29
ClassAcosh
Hyperbolic arc-cosine function. @since 3.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/function/Acosh.java:29
EnumAction
Enumerate for actions to be performed when an event occurs.
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/events/EventHandler.java:53
EnumAction
Enumerates for actions to be performed when an event occurs during ODE integration. @since 3.6
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/events/Action.java:23
ClassAdamsBashforthFieldIntegrator
This class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations. <p>Adams-Bashforth methods (in fact due to Adams alon
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/nonstiff/AdamsBashforthFieldIntegrator.java:146
ClassAdamsBashforthFieldIntegratorTest
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/ode/nonstiff/AdamsBashforthFieldIntegratorTest.java:28
ClassAdamsBashforthIntegrator
This class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations. <p>Adams-Bashforth methods (in fact due to Adams alon
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/nonstiff/AdamsBashforthIntegrator.java:143
ClassAdamsBashforthIntegratorTest
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/ode/nonstiff/AdamsBashforthIntegratorTest.java:44
ClassAdamsFieldIntegrator
Base class for {@link AdamsBashforthFieldIntegrator Adams-Bashforth} and {@link AdamsMoultonFieldIntegrator Adams-Moulton} integrators. @param <T> the
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/nonstiff/AdamsFieldIntegrator.java:38
ClassAdamsFieldIntegratorAbstractTest
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/ode/nonstiff/AdamsFieldIntegratorAbstractTest.java:43
ClassAdamsFieldStepInterpolator
This class implements an interpolator for Adams integrators using Nordsieck representation. <p>This interpolator computes dense output around the cur
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/nonstiff/AdamsFieldStepInterpolator.java:41
ClassAdamsIntegrator
Base class for {@link AdamsBashforthIntegrator Adams-Bashforth} and {@link AdamsMoultonIntegrator Adams-Moulton} integrators. @since 2.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/nonstiff/AdamsIntegrator.java:33
ClassAdamsMoultonFieldIntegrator
This class implements implicit Adams-Moulton integrators for Ordinary Differential Equations. <p>Adams-Moulton methods (in fact due to Adams alone) a
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/nonstiff/AdamsMoultonFieldIntegrator.java:161
ClassAdamsMoultonFieldIntegratorTest
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/ode/nonstiff/AdamsMoultonFieldIntegratorTest.java:28
ClassAdamsMoultonIntegrator
This class implements implicit Adams-Moulton integrators for Ordinary Differential Equations. <p>Adams-Moulton methods (in fact due to Adams alone) a
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/nonstiff/AdamsMoultonIntegrator.java:158
ClassAdamsMoultonIntegratorTest
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/ode/nonstiff/AdamsMoultonIntegratorTest.java:42
ClassAdamsNordsieckFieldTransformer
Transformer to Nordsieck vectors for Adams integrators. <p>This class is used by {@link AdamsBashforthIntegrator Adams-Bashforth} and {@link AdamsMoul
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/nonstiff/AdamsNordsieckFieldTransformer.java:133
ClassAdamsNordsieckTransformer
Transformer to Nordsieck vectors for Adams integrators. <p>This class is used by {@link AdamsBashforthIntegrator Adams-Bashforth} and {@link AdamsMoul
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/nonstiff/AdamsNordsieckTransformer.java:131
ClassAdamsNordsieckTransformerTest
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/ode/nonstiff/AdamsNordsieckTransformerTest.java:27
ClassAdaptiveStepsizeFieldIntegrator
This abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations. <p>These algorithms perform integ
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/nonstiff/AdaptiveStepsizeFieldIntegrator.java:69
ClassAdaptiveStepsizeIntegrator
This abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations. <p>These algorithms perform integ
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/nonstiff/AdaptiveStepsizeIntegrator.java:65
ClassAdd
Add the two operands. @since 3.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/function/Add.java:27
ClassAggregateSummaryStatistics
<p> An aggregator for {@code SummaryStatistics} from several data sets or data set partitions. In its simplest usage mode, the client creates an inst
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/AggregateSummaryStatistics.java:52
ClassAggregateSummaryStatisticsTest
Test cases for {@link AggregateSummaryStatistics}
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/stat/descriptive/AggregateSummaryStatisticsTest.java:38
ClassAggregatingSummaryStatistics
A SummaryStatistics that also forwards all values added to it to a second {@code SummaryStatistics} for aggregation. @since 2.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/AggregateSummaryStatistics.java:301
ClassAkimaSplineInterpolator
Computes a cubic spline interpolation for the data set using the Akima algorithm, as originally formulated by Hiroshi Akima in his 1970 paper "A New M
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/interpolation/AkimaSplineInterpolator.java:54
ClassAkimaSplineInterpolatorTest
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/analysis/interpolation/AkimaSplineInterpolatorTest.java:38
EnumAllowedSolution
Enumerates the kinds of solutions that a {@link BracketedUnivariateSolver (bracketed univariate real) root-finding algorithm} may accept as solutions.
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/solvers/AllowedSolution.java:40
InterfaceAnyMatrix
Interface defining very basic matrix operations. @since 2.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/AnyMatrix.java:27
ClassApplicationProperties
commons-math-legacy/src/test/maxima/special/RealFunctionValidation/RealFunctionValidation.java:50
ClassArgUtils
Utility class for transforming the list of arguments passed to constructors of exceptions.
commons-math-legacy-exception/src/main/java/org/apache/commons/math4/legacy/exception/util/ArgUtils.java:27
ClassArgUtilsTest
Test for {@link ArgUtils}.
commons-math-legacy-exception/src/test/java/org/apache/commons/math4/legacy/exception/util/ArgUtilsTest.java:29
ClassArray2DRowFieldMatrix
Implementation of {@code FieldMatrix<T>} using a {@link FieldElement}[][] array to store entries. <p> As specified in the {@link FieldMatrix} interfac
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/Array2DRowFieldMatrix.java:44
ClassArray2DRowRealMatrix
Implementation of {@link RealMatrix} using a {@code double[][]} array to store entries.
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/Array2DRowRealMatrix.java:32
ClassArray2DRowRealMatrixTest
Test cases for the {@link Array2DRowRealMatrix} class.
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/linear/Array2DRowRealMatrixTest.java:36
ClassArrayFieldVector
This class implements the {@link FieldVector} interface with a {@link FieldElement} array. @param <T> the type of the field elements @since 2.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/ArrayFieldVector.java:40
ClassArrayFieldVectorTest
Test cases for the {@link ArrayFieldVector} class.
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/linear/ArrayFieldVectorTest.java:38
ClassArrayRealVector
This class implements the {@link RealVector} interface with a double array. @since 2.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/ArrayRealVector.java:37
ClassArrayRealVectorTest
Test cases for the {@link ArrayRealVector} class.
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/linear/ArrayRealVectorTest.java:28
ClassAsin
Arc-sine function. @since 3.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/function/Asin.java:29
ClassAsinh
Hyperbolic arc-sine function. @since 3.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/function/Asinh.java:29
ClassAtan
Arc-tangent function. @since 3.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/function/Atan.java:29
ClassAtan2
Arc-tangent function. @since 3.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/function/Atan2.java:28
ClassAtanh
Hyperbolic arc-tangent function. @since 3.0
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/function/Atanh.java:29
ClassBOBYQAOptimizer
Powell's BOBYQA algorithm. This implementation is translated and adapted from the Fortran version available <a href="https://plato.asu.edu/ftp/other_s
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/BOBYQAOptimizer.java:50
ClassBOBYQAOptimizerTest
Test for {@link BOBYQAOptimizer}.
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/BOBYQAOptimizerTest.java:38
ClassBadPercentile
"Bad" test percentile implementation - no setQuantile method.
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/stat/descriptive/DescriptiveStatisticsTest.java:489
ClassBadStepInterpolator
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/ode/sampling/DummyStepInterpolatorTest.java:119
ClassBardFunction
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/fitting/leastsquares/MinpackTest.java:863
ClassBaseAbstractUnivariateIntegrator
Provide a default implementation for several generic functions. @since 1.2
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/integration/BaseAbstractUnivariateIntegrator.java:33
ClassBaseAbstractUnivariateSolver
Provide a default implementation for several functions useful to generic solvers. The default values for relative and function tolerances are 1e-14 an
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/solvers/BaseAbstractUnivariateSolver.java:38
ClassBaseMultiStartMultivariateOptimizer
Base class multi-start optimizer for a multivariate function. <br> This class wraps an optimizer in order to use it several times in turn with differe
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/BaseMultiStartMultivariateOptimizer.java:37
ClassBaseMultivariateOptimizer
Base class for implementing optimizers for multivariate functions. It contains the boiler-plate code for initial guess and bounds specifications. <em>
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/BaseMultivariateOptimizer.java:34
ClassBaseOptimizer
Base class for implementing optimizers. It contains the boiler-plate code for counting the number of evaluations of the objective function and the num
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/BaseOptimizer.java:37
ClassBaseOptimizerTest
Tests for {@link BaseOptimizer}.
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/BaseOptimizerTest.java:25
ClassBaseRuleFactory
Base class for rules that determines the integration nodes and their weights. Subclasses must implement the {@link #computeRule(int) computeRule} meth
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/integration/gauss/BaseRuleFactory.java:37
ClassBaseRuleFactoryTest
Test for {@link BaseRuleFactory}.
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/analysis/integration/gauss/BaseRuleFactoryTest.java:37
ClassBaseSecantSolver
Base class for all bracketing <em>Secant</em>-based methods for root-finding (approximating a zero of a univariate real function). <p>Implementation
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/solvers/BaseSecantSolver.java:48
ClassBaseSecantSolverAbstractTest
Base class for root-finding algorithms tests derived from {@link BaseSecantSolver}.
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/analysis/solvers/BaseSecantSolverAbstractTest.java:34
InterfaceBaseUnivariateSolver
Interface for (univariate real) rootfinding algorithms. Implementations will search for only one zero in the given interval. This class is not intend
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/solvers/BaseUnivariateSolver.java:39
ClassBasis
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/OptimTestUtils.java:120
ClassBesselJ
This class provides computation methods related to Bessel functions of the first kind. Detailed descriptions of these functions are available in <a hr
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/special/BesselJ.java:57
ClassBesselJResult
Encapsulates the results returned by {@link BesselJ#rjBesl(double, double, int)}. <p> {@link #getVals()} returns the computed function values. {@link
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/special/BesselJ.java:193
ClassBesselJTest
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/special/BesselJTest.java:25
ClassBevingtonProblem
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/fitting/leastsquares/BevingtonProblem.java:26
ClassBiDiagonalTransformer
Class transforming any matrix to bi-diagonal shape. <p>Any m &times; n matrix A can be written as the product of three matrices: A = U &times; B &time
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/BiDiagonalTransformer.java:37
ClassBiDiagonalTransformerTest
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/linear/BiDiagonalTransformerTest.java:24
ClassBiQuadratic
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/MultivariateFunctionMappingAdapterTest.java:146
next →1–100 of 1,311, ranked by callers