|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ojalgo.random.process.MultidimensionalProcess
@Deprecated public final class MultidimensionalProcess
MultidimensionalProcess
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.ojalgo.random.process.RandomProcess |
---|
RandomProcess.SimulationResults |
Constructor Summary | |
---|---|
MultidimensionalProcess(List<? extends org.ojalgo.random.process.AbstractProcess<?>> someProcs)
Deprecated. |
|
MultidimensionalProcess(List<? extends org.ojalgo.random.process.AbstractProcess<?>> someProcs,
Access2D<?> aCorrelationsMatrix)
Deprecated. |
|
MultidimensionalProcess(List<? extends org.ojalgo.random.process.AbstractProcess<?>> someProcs,
Access2D<?> aCorrelationsMatrix,
Aggregator anAggregator)
Deprecated. |
|
MultidimensionalProcess(List<? extends org.ojalgo.random.process.AbstractProcess<?>> someProcs,
Aggregator anAggregator)
Deprecated. |
Method Summary | |
---|---|
Distribution |
getDistribution(double aStepSize)
Deprecated. Calling this method repeatedly gives the same ressult, unless you call RandomProcess.step(double) inbetween. |
SimpleArray.Primitive |
getValue()
Deprecated. |
void |
setValue(Access1D<?> aValue)
Deprecated. |
RandomProcess.SimulationResults |
simulate(int aNumberOfRealisations,
int aNumberOfSteps,
double aStepSize)
Deprecated. |
double |
step(double aStepSize)
Deprecated. Calling this method repeatedly gives different, random, ressults. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultidimensionalProcess(List<? extends org.ojalgo.random.process.AbstractProcess<?>> someProcs)
public MultidimensionalProcess(List<? extends org.ojalgo.random.process.AbstractProcess<?>> someProcs, Access2D<?> aCorrelationsMatrix)
public MultidimensionalProcess(List<? extends org.ojalgo.random.process.AbstractProcess<?>> someProcs, Access2D<?> aCorrelationsMatrix, Aggregator anAggregator)
public MultidimensionalProcess(List<? extends org.ojalgo.random.process.AbstractProcess<?>> someProcs, Aggregator anAggregator)
Method Detail |
---|
public Distribution getDistribution(double aStepSize)
RandomProcess
getDistribution
in interface RandomProcess<Distribution>
aStepSize
- How far into the future?
public SimpleArray.Primitive getValue()
public void setValue(Access1D<?> aValue)
public RandomProcess.SimulationResults simulate(int aNumberOfRealisations, int aNumberOfSteps, double aStepSize)
simulate
in interface RandomProcess<Distribution>
public double step(double aStepSize)
RandomProcess
step
in interface RandomProcess<Distribution>
aStepSize
- How far into the future?
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |