public class PortfolioSimulator extends Object
Constructor and Description |
---|
PortfolioSimulator(Access2D<?> correlations,
List<GeometricBrownianMotion> assetProcesses) |
Modifier and Type | Method and Description |
---|---|
RandomProcess.SimulationResults |
simulate(int aNumberOfRealisations,
int aNumberOfSteps,
double aStepSize) |
RandomProcess.SimulationResults |
simulate(int aNumberOfRealisations,
int aNumberOfSteps,
double aStepSize,
int rebalancingInterval) |
public PortfolioSimulator(Access2D<?> correlations, List<GeometricBrownianMotion> assetProcesses)
public RandomProcess.SimulationResults simulate(int aNumberOfRealisations, int aNumberOfSteps, double aStepSize)
public RandomProcess.SimulationResults simulate(int aNumberOfRealisations, int aNumberOfSteps, double aStepSize, int rebalancingInterval)
Copyright © 2017 Optimatika. All rights reserved.