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