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 aTransformation2Dthat will apply aUnaryFunctionto 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 SampleSetPointDistanceCache. 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 SampleSetFinanceUtils. 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> SampleSetSampleSet. from(java.lang.Iterable<T> keys)Create a sample set from counting occurrences of difference values in the iterable.SampleSetSampleSet.CombineableSet. getResults()static SampleSetSampleSet. make()static SampleSetSampleSet. make(RandomNumber randomNumber, int size)SampleSetRandomNumber. newSampleSet(int numberOfSamples)SampleSetFrequencyMap. sample()SampleSetSampleSet. swap(double... samples)SampleSetSampleSet. swap(Access1D<?> samples)Replace the underlying samples and reset the sample set.static SampleSetSampleSet. wrap(double... samples)static SampleSetSampleSet. 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 doubleSampleSet. getCorrelation(SampleSet other)doubleSampleSet. getCovariance(SampleSet other)booleanFrequencyMap.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 SampleSetRandomProcess.SimulationResults. getSampleSet(int sampleSetIndex)
-