Uses of Class
org.ojalgo.random.SampleSet
Packages that use SampleSet
Package
Description
-
Uses of SampleSet in org.ojalgo.data
Method parameters in org.ojalgo.data with type arguments of type SampleSetModifier and TypeMethodDescriptionstatic Transformation2D
<Double> DataProcessors.newColumnsTransformer
(Function<SampleSet, UnaryFunction<Double>> definition) Creates aTransformation2D
that will apply aUnaryFunction
to each column.static Transformation2D
<Double> DataProcessors.newRowsTransformer
(Function<SampleSet, UnaryFunction<Double>> definition) -
Uses of SampleSet in org.ojalgo.data.cluster
Fields in org.ojalgo.data.cluster declared as SampleSet -
Uses of SampleSet in org.ojalgo.data.domain.finance
Methods in org.ojalgo.data.domain.finance that return SampleSetModifier and TypeMethodDescriptionstatic SampleSet
FinanceUtils.makeExcessGrowthRateSampleSet
(CalendarDateSeries<?> priceSeries, CalendarDateSeries<?> riskFreeInterestRateSeries) -
Uses of SampleSet in org.ojalgo.random
Methods in org.ojalgo.random that return SampleSetModifier and TypeMethodDescriptionstatic <T> SampleSet
Create a sample set from counting occurrences of difference values in the iterable.SampleSet.CombineableSet.getResults()
static SampleSet
SampleSet.make()
static SampleSet
SampleSet.make
(RandomNumber randomNumber, int size) RandomNumber.newSampleSet
(int numberOfSamples) FrequencyMap.sample()
SampleSet.swap
(double... samples) Replace the underlying samples and reset the sample set.static SampleSet
SampleSet.wrap
(double... samples) static SampleSet
Methods in org.ojalgo.random that return types with arguments of type SampleSetModifier and TypeMethodDescriptionSampleSet.newCollector()
static <N extends Comparable<N>>
Collector<N, SampleSet.CombineableSet<N>, SampleSet> SampleSet.newCollector
(DenseArray.Factory<N> factory) Methods in org.ojalgo.random with parameters of type SampleSetModifier and TypeMethodDescriptiondouble
SampleSet.getCorrelation
(SampleSet other) double
SampleSet.getCovariance
(SampleSet other) boolean
-
Uses of SampleSet in org.ojalgo.random.process
Methods in org.ojalgo.random.process that return SampleSetModifier and TypeMethodDescriptionRandomProcess.SimulationResults.getSampleSet
(int sampleSetIndex)