org.ojalgo.random.process.simulator
Interface ProcessSimulator
- All Known Implementing Classes:
- DiffusionSimulator, MultidimensionalSimulator
public interface ProcessSimulator
Method Summary |
SampleSet[] |
simulate(int aNumberOfRealisations,
double aStepSize,
int aNumberOfSimulationSteps)
Deprecated. v30 Use the other method |
SampleSet[] |
simulate(int aNumberOfRealisations,
int aNumberOfSimulationSteps)
|
simulate
@Deprecated
SampleSet[] simulate(int aNumberOfRealisations,
double aStepSize,
int aNumberOfSimulationSteps)
- Deprecated. v30 Use the other method
simulate
SampleSet[] simulate(int aNumberOfRealisations,
int aNumberOfSimulationSteps)