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.SimulationResultsPortfolioSimulator. simulate(int aNumberOfRealisations, int aNumberOfSteps, double aStepSize)RandomProcess.SimulationResultsPortfolioSimulator. simulate(int aNumberOfRealisations, int aNumberOfSteps, double aStepSize, int rebalancingInterval)(package private) RandomProcess.SimulationResultsPortfolioSimulator. 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.SimulationResultsMultipleValuesBasedProcess. simulate(int numberOfRealisations, int numberOfSteps, double stepSize)RandomProcess.SimulationResultsRandomProcess. simulate(int numberOfRealisations, int numberOfSteps, double stepSize)Returns an collection of sample sets.RandomProcess.SimulationResultsSingleValueBasedProcess. simulate(int numberOfRealisations, int numberOfSteps, double stepSize)
-