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 aTransformation2Dthat will apply aUnaryFunctionto 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 SampleSetFinanceUtils.makeExcessGrowthRateSampleSet(CalendarDateSeries<?> priceSeries, CalendarDateSeries<?> riskFreeInterestRateSeries) -
Uses of SampleSet in org.ojalgo.random
Classes in org.ojalgo.random that implement interfaces with type arguments of type SampleSetModifier and TypeClassDescriptionstatic final classSampleSet.CombineableSet<N extends Comparable<N>>Methods in org.ojalgo.random that return SampleSetModifier and TypeMethodDescriptionstatic <T> SampleSetCreate a sample set from counting occurrences of difference values in the iterable.SampleSet.CombineableSet.getResults()static SampleSetSampleSet.make()static SampleSetSampleSet.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 SampleSetSampleSet.wrap(double... samples) static SampleSetMethods in org.ojalgo.random that return types with arguments of type SampleSetModifier and TypeMethodDescriptionstatic Collector<Double, SampleSet.CombineableSet<Double>, SampleSet> SampleSet.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 TypeMethodDescriptiondoubleSampleSet.getCorrelation(SampleSet other) doubleSampleSet.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)