Uses of Class
org.ojalgo.random.SampleSet
-
Packages that use SampleSet Package Description org.ojalgo.data 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. -
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.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[] someSamples)
static SampleSet
SampleSet. wrap(Access1D<?> someSamples)
Methods in org.ojalgo.random with parameters of type SampleSet Modifier and Type Method Description double
SampleSet. getCorrelation(SampleSet anotherSampleSet)
double
SampleSet. getCovariance(SampleSet anotherSampleSet)
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)
-