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. -
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.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[] someSamples) static SampleSet
Methods in org.ojalgo.random with parameters of type SampleSetModifier and TypeMethodDescriptiondouble
SampleSet.getCorrelation
(SampleSet anotherSampleSet) double
SampleSet.getCovariance
(SampleSet anotherSampleSet) boolean
-
Uses of SampleSet in org.ojalgo.random.process
Methods in org.ojalgo.random.process that return SampleSetModifier and TypeMethodDescriptionRandomProcess.SimulationResults.getSampleSet
(int sampleSetIndex)