Uses of Package
org.apache.commons.math3.util
Packages that use org.apache.commons.math3.util
Package
Description
Numerical integration (quadrature) algorithms for univariate real functions.
Gauss family of quadrature schemes.
Implementations of common discrete and continuous distributions.
Specialized exceptions for algorithms errors.
This package provides algorithms that minimize the residuals
between observations and model values.
Linear algebra support.
Neural networks.
This package provides classes to solve Ordinary Differential Equations problems.
Generally, optimizers are algorithms that will either
minimize
or
maximize
a scalar function, called the
objective
function
.All classes and sub-packages of this package are deprecated.
This package provides optimization algorithms that don't require derivatives.
Generic univariate summary statistic objects.
Summary statistics based on moments.
Summary statistics based on ranks.
Other summary statistics.
Convenience routines and common data structures used throughout the commons-math library.
-
Classes in org.apache.commons.math3.util used by org.apache.commons.math3.analysis.integration
-
Classes in org.apache.commons.math3.util used by org.apache.commons.math3.analysis.integration.gauss
-
Classes in org.apache.commons.math3.util used by org.apache.commons.math3.distribution
-
Classes in org.apache.commons.math3.util used by org.apache.commons.math3.exception
-
Classes in org.apache.commons.math3.util used by org.apache.commons.math3.fitting.leastsquares
-
Classes in org.apache.commons.math3.util used by org.apache.commons.math3.linearClassDescriptionThe root class from which all events occurring while running an
IterationManager
should be derived.This abstract class provides a general framework for managing iterative algorithms.Iterator class for the map. -
Classes in org.apache.commons.math3.util used by org.apache.commons.math3.ml.neuralnet
-
Classes in org.apache.commons.math3.util used by org.apache.commons.math3.odeClassDescriptionDeprecated.Use
IntegerSequence.Incrementor
instead.Utility that increments a counter until a maximum is reached, at which point, the instance will by default throw aMaxCountExceededException
. -
Classes in org.apache.commons.math3.util used by org.apache.commons.math3.optim
-
Classes in org.apache.commons.math3.util used by org.apache.commons.math3.optimization
-
Classes in org.apache.commons.math3.util used by org.apache.commons.math3.optimization.direct
-
Classes in org.apache.commons.math3.util used by org.apache.commons.math3.stat.descriptiveClassDescriptionReal-valued function that operate on an array or a part of it.
-
Classes in org.apache.commons.math3.util used by org.apache.commons.math3.stat.descriptive.momentClassDescriptionReal-valued function that operate on an array or a part of it.
-
Classes in org.apache.commons.math3.util used by org.apache.commons.math3.stat.descriptive.rankClassDescriptionA Simple Kth selector implementation to pick up the Kth ordered element from a work array containing the input numbers.Real-valued function that operate on an array or a part of it.A strategy to pick a pivoting index of an array for doing partitioning.
-
Classes in org.apache.commons.math3.util used by org.apache.commons.math3.stat.descriptive.summaryClassDescriptionReal-valued function that operate on an array or a part of it.
-
Classes in org.apache.commons.math3.util used by org.apache.commons.math3.utilClassDescriptionArbitrary precision decimal number.Representation of real numbers with arbitrary precision field.This class wraps a
double
value in an object.The field of double precision floating-point numbers.Provides a standard interface for double arrays.Deprecated.UseIntegerSequence.Incrementor
instead.Deprecated.Defines a method to be called at counter exhaustion.Utility that increments a counter until a maximum is reached, at which point, the instance will by default throw aMaxCountExceededException
.Defines a method to be called at counter exhaustion.Generates a sequence of integers.The root class from which all events occurring while running anIterationManager
should be derived.The listener interface for receiving events occurring in an iterative algorithm.Real-valued function that operate on an array or a part of it.Specification of ordering direction.Specification for indicating that some operation applies before or after a given index.Perform iteration over the multidimensional counter.Subclasses implementing this interface can transform Objects to doubles.Open addressed map from int to double.Iterator class for the map.Open addressed map from int to FieldElement.Iterator class for the map.Generic pair.A strategy to pick a pivoting index of an array for doing partitioning.A variable lengthDoubleArray
implementation that automatically handles expanding and contracting its internal storage array as elements are added and removed.Specification of expansion algorithm.
IntegerSequence.Incrementor
instead.