VirtualDataSet API

Packages 
Package Description
io.virtdata.continuous.common  
io.virtdata.continuous.int_double  
io.virtdata.continuous.long_double  
io.virtdata.discrete.common  
io.virtdata.discrete.int_int  
io.virtdata.discrete.int_long  
io.virtdata.discrete.long_int  
io.virtdata.discrete.long_long  
org.apache.commons
This package is an import of some org.apache.commons source trees.
org.apache.commons.math4
Common classes used throughout the commons-math library.
org.apache.commons.math4.analysis
Parent package for common numerical analysis procedures, including root finding, function interpolation and integration.
org.apache.commons.math4.analysis.differentiation
This package holds the main interfaces and basic building block classes dealing with differentiation.
org.apache.commons.math4.analysis.function
The function package contains function objects that wrap the methods contained in Math, as well as common mathematical functions such as the gaussian and sinc functions.
org.apache.commons.math4.analysis.integration
Numerical integration (quadrature) algorithms for univariate real functions.
org.apache.commons.math4.analysis.integration.gauss
Gauss family of quadrature schemes.
org.apache.commons.math4.analysis.interpolation
Univariate real functions interpolation algorithms.
org.apache.commons.math4.analysis.polynomials
Univariate real polynomials implementations, seen as differentiable univariate real functions.
org.apache.commons.math4.analysis.solvers
Root finding algorithms, for univariate real functions.
org.apache.commons.math4.distribution
Implementations of common discrete and continuous distributions.
org.apache.commons.math4.distribution.fitting
Fitting of parameters against distributions.
org.apache.commons.math4.exception
Specialized exceptions for algorithms errors.
org.apache.commons.math4.exception.util
Classes supporting exception localization.
org.apache.commons.math4.fraction
Fraction number type and fraction number formatting.
org.apache.commons.math4.linear
Linear algebra support.
org.apache.commons.math4.random
Random Data Generation
org.apache.commons.math4.stat
Data storage, manipulation and summary routines.
org.apache.commons.math4.stat.correlation
Correlations/Covariance computations.
org.apache.commons.math4.stat.descriptive
Generic univariate summary statistic objects.
org.apache.commons.math4.stat.descriptive.moment
Summary statistics based on moments.
org.apache.commons.math4.stat.descriptive.rank
Summary statistics based on ranks.
org.apache.commons.math4.stat.descriptive.summary
Other summary statistics.
org.apache.commons.math4.stat.inference
Classes providing hypothesis testing.
org.apache.commons.math4.stat.interval
Classes providing binomial proportion confidence interval construction.
org.apache.commons.math4.stat.ranking
Classes providing rank transformations.
org.apache.commons.math4.stat.regression
Statistical routines involving multivariate data.
org.apache.commons.math4.util
Convenience routines and common data structures used throughout the commons-math library.
org.apache.commons.numbers.arrays
Array utilities.
org.apache.commons.numbers.combinatorics
Combinatorics.
org.apache.commons.numbers.complex
Complex numbers.
org.apache.commons.numbers.complex.streams
Complex numbers collections.
org.apache.commons.numbers.core
Basic utilities.
org.apache.commons.numbers.fraction
Fraction number type and fraction number formatting.
org.apache.commons.numbers.gamma
Γ (Gamma) and Β (Beta) family of functions.
org.apache.commons.rng
Randomness providers API
org.apache.commons.rng.core
org.apache.commons.rng.core.source32
Concrete algorithms for int-based sources of randomness
org.apache.commons.rng.core.source64
Concrete algorithms for long-based sources of randomness
org.apache.commons.rng.core.util
Utilities
org.apache.commons.rng.sampling
Samplers
org.apache.commons.rng.sampling.distribution
Distribution samplers
org.apache.commons.rng.simple
Randomness providers
org.apache.commons.rng.simple.internal
Utilities for seed conversion.
org.apache.commons.statistics.distribution
Implementations of common discrete and continuous distributions.