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