Uses of Class
org.apache.commons.math3.random.EmpiricalDistribution.DataAdapter
-
Packages that use EmpiricalDistribution.DataAdapter Package Description org.apache.commons.math3.random Random number and random data generators. -
-
Uses of EmpiricalDistribution.DataAdapter in org.apache.commons.math3.random
Subclasses of EmpiricalDistribution.DataAdapter in org.apache.commons.math3.random Modifier and Type Class Description private class
EmpiricalDistribution.ArrayDataAdapter
DataAdapter
for data provided as array of doubles.private class
EmpiricalDistribution.StreamDataAdapter
DataAdapter
for data provided through some input streamMethods in org.apache.commons.math3.random with parameters of type EmpiricalDistribution.DataAdapter Modifier and Type Method Description private void
EmpiricalDistribution. fillBinStats(EmpiricalDistribution.DataAdapter da)
Fills binStats array (second pass through data file).
-