Package | Description |
---|---|
org.ojalgo.data | |
org.ojalgo.random | |
org.ojalgo.random.process |
Modifier and Type | Method and Description |
---|---|
static Transformation2D<Double> |
DataProcessors.newTransformation2D(Function<SampleSet,UnaryFunction<Double>> definition) |
Modifier and Type | Method and Description |
---|---|
static SampleSet |
SampleSet.make() |
static SampleSet |
SampleSet.make(RandomNumber randomNumber,
int size) |
SampleSet |
RandomNumber.newSampleSet(int numberOfSamples) |
SampleSet |
SampleSet.swap(Access1D<?> samples)
Replace the underlying samples and reset the sample set.
|
static SampleSet |
SampleSet.wrap(Access1D<?> someSamples) |
static SampleSet |
SampleSet.wrap(double[] someSamples) |
Modifier and Type | Method and Description |
---|---|
double |
SampleSet.getCorrelation(SampleSet anotherSampleSet) |
double |
SampleSet.getCovariance(SampleSet anotherSampleSet) |
Modifier and Type | Method and Description |
---|---|
SampleSet |
RandomProcess.SimulationResults.getSampleSet(int index) |
Copyright © 2019 Optimatika. All rights reserved.