public interface RandomProcess<D extends Distribution>
Modifier and Type | Interface and Description |
---|---|
static class |
RandomProcess.SimulationResults |
Modifier and Type | Method and Description |
---|---|
D |
getDistribution(double evaluationPoint) |
RandomProcess.SimulationResults |
simulate(int numberOfRealisations,
int numberOfSteps,
double stepSize) |
D getDistribution(double evaluationPoint)
evaluationPoint
- How far into the future?RandomProcess.SimulationResults simulate(int numberOfRealisations, int numberOfSteps, double stepSize)
Copyright © 2019 Optimatika. All rights reserved.