Package | Description |
---|---|
org.apache.commons.math.analysis.interpolation |
Univariate real functions interpolation algorithms.
|
org.apache.commons.math.distribution |
Implementations of common discrete and continuous distributions.
|
org.apache.commons.math.genetics |
This package provides Genetic Algorithms components and implementations.
|
org.apache.commons.math.optimization |
This package provides common interfaces for the optimization algorithms
provided in sub-packages.
|
org.apache.commons.math.random |
Random number and random data generators.
|
org.apache.commons.math.stat.ranking |
Classes providing rank transformations.
|
Class and Description |
---|
UnitSphereRandomVectorGenerator
Generate random vectors isotropically located on the surface of a sphere.
|
Class and Description |
---|
RandomDataImpl
Implements the
RandomData interface using a RandomGenerator
instance to generate non-secure data and a SecureRandom
instance to provide data for the nextSecureXxx methods. |
Class and Description |
---|
RandomGenerator
Interface extracted from
java.util.Random . |
Class and Description |
---|
RandomGenerator
Interface extracted from
java.util.Random . |
RandomVectorGenerator
This interface represents a random generator for whole vectors.
|
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.
|
RandomData
Random data generation utilities.
|
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 . |
Copyright © 2003–2015. All rights reserved.