Uses of Class
org.ojalgo.random.process.RandomProcess.SimulationResults
-
Packages that use RandomProcess.SimulationResults Package Description org.ojalgo.data.domain.finance.portfolio.simulator org.ojalgo.random.process -
-
Uses of RandomProcess.SimulationResults in org.ojalgo.data.domain.finance.portfolio.simulator
Methods in org.ojalgo.data.domain.finance.portfolio.simulator that return RandomProcess.SimulationResults Modifier and Type Method Description RandomProcess.SimulationResults
PortfolioSimulator. simulate(int aNumberOfRealisations, int aNumberOfSteps, double aStepSize)
RandomProcess.SimulationResults
PortfolioSimulator. simulate(int aNumberOfRealisations, int aNumberOfSteps, double aStepSize, int rebalancingInterval)
(package private) RandomProcess.SimulationResults
PortfolioSimulator. simulate(int aNumberOfRealisations, int aNumberOfSteps, double aStepSize, java.lang.Integer rebalancingInterval)
-
Uses of RandomProcess.SimulationResults in org.ojalgo.random.process
Methods in org.ojalgo.random.process that return RandomProcess.SimulationResults Modifier and Type Method Description RandomProcess.SimulationResults
MultipleValuesBasedProcess. simulate(int numberOfRealisations, int numberOfSteps, double stepSize)
RandomProcess.SimulationResults
RandomProcess. simulate(int numberOfRealisations, int numberOfSteps, double stepSize)
Returns an collection of sample sets.RandomProcess.SimulationResults
SingleValueBasedProcess. simulate(int numberOfRealisations, int numberOfSteps, double stepSize)
-