| Package | Description |
|---|---|
| org.apache.commons.math4.analysis.interpolation |
Univariate real functions interpolation algorithms.
|
| org.apache.commons.math4.distribution |
Implementations of common discrete and continuous distributions.
|
| org.apache.commons.math4.genetics |
This package provides Genetic Algorithms components and implementations.
|
| org.apache.commons.math4.ml.clustering |
Clustering algorithms.
|
| org.apache.commons.math4.ml.neuralnet |
Neural networks.
|
| org.apache.commons.math4.optim |
Generally, optimizers are algorithms that will either
minimize or
maximize
a scalar function, called the
objective
function. |
| org.apache.commons.math4.optim.nonlinear.scalar |
Algorithms for optimizing a scalar function.
|
| org.apache.commons.math4.optim.nonlinear.scalar.noderiv |
This package provides optimization algorithms that do not require derivatives.
|
| org.apache.commons.math4.optim.univariate |
One-dimensional optimization algorithms.
|
| org.apache.commons.math4.random |
Random number and random data generators.
|
| org.apache.commons.math4.stat.inference |
Classes providing hypothesis testing.
|
| org.apache.commons.math4.stat.ranking |
Classes providing rank transformations.
|
| org.apache.commons.math4.util |
Convenience routines and common data structures used throughout the commons-math library.
|
| Class and Description |
|---|
| UnitSphereRandomVectorGenerator
Generate random vectors isotropically located on the surface of a sphere.
|
| Class and Description |
|---|
| RandomGenerator
Interface extracted from
java.util.Random. |
| Class and Description |
|---|
| RandomGenerator
Interface extracted from
java.util.Random. |
| Class and Description |
|---|
| RandomGenerator
Interface extracted from
java.util.Random. |
| Class and Description |
|---|
| RandomGenerator
Interface extracted from
java.util.Random. |
| Class and Description |
|---|
| RandomVectorGenerator
This interface represents a random generator for whole vectors.
|
| Class and Description |
|---|
| RandomVectorGenerator
This interface represents a random generator for whole vectors.
|
| Class and Description |
|---|
| RandomGenerator
Interface extracted from
java.util.Random. |
| Class and Description |
|---|
| RandomGenerator
Interface extracted from
java.util.Random. |
| Class and Description |
|---|
| AbstractWell
This abstract class implements the WELL class of pseudo-random number generator
from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
|
| BitsStreamGenerator
Base class for random number generators that generates bits streams.
|
| EmpiricalDistribution
Represents an
empirical probability distribution -- a probability distribution derived
from observed data without making any assumptions about the functional form
of the population distribution that the data come from.
|
| NormalizedRandomGenerator
This interface represent a normalized random generator for
scalars.
|
| RandomDataGenerator
Generates random deviates and other random data using a
RandomGenerator
instance to generate non-secure data and a SecureRandom
instance to provide data for the nextSecureXxx methods. |
| RandomGenerator
Interface extracted from
java.util.Random. |
| RandomVectorGenerator
This interface represents a random generator for whole vectors.
|
| Class and Description |
|---|
| RandomGenerator
Interface extracted from
java.util.Random. |
| Class and Description |
|---|
| RandomGenerator
Interface extracted from
java.util.Random. |
| Class and Description |
|---|
| RandomGenerator
Interface extracted from
java.util.Random. |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.