Uses of Class
org.ojalgo.random.process.GeometricBrownianMotion
-
Packages that use GeometricBrownianMotion Package Description org.ojalgo.data.domain.finance org.ojalgo.data.domain.finance.portfolio Classes in this package relate to modelling of financial investment portfolios, and Modern Portfolio Theory.org.ojalgo.data.domain.finance.portfolio.simulator org.ojalgo.random.process -
-
Uses of GeometricBrownianMotion in org.ojalgo.data.domain.finance
Methods in org.ojalgo.data.domain.finance that return GeometricBrownianMotion Modifier and Type Method Description static GeometricBrownianMotionFinanceUtils. estimateExcessDiffusionProcess(CalendarDateSeries<?> priceSeries, CalendarDateSeries<?> riskFreeInterestRateSeries, CalendarDateUnit timeUnit) -
Uses of GeometricBrownianMotion in org.ojalgo.data.domain.finance.portfolio
Methods in org.ojalgo.data.domain.finance.portfolio that return GeometricBrownianMotion Modifier and Type Method Description GeometricBrownianMotionFinancePortfolio. forecast() -
Uses of GeometricBrownianMotion in org.ojalgo.data.domain.finance.portfolio.simulator
Fields in org.ojalgo.data.domain.finance.portfolio.simulator with type parameters of type GeometricBrownianMotion Modifier and Type Field Description private Process1D<GeometricBrownianMotion>PortfolioSimulator. myProcessConstructor parameters in org.ojalgo.data.domain.finance.portfolio.simulator with type arguments of type GeometricBrownianMotion Constructor Description PortfolioSimulator(Access2D<?> correlations, java.util.List<GeometricBrownianMotion> assetProcesses) -
Uses of GeometricBrownianMotion in org.ojalgo.random.process
Methods in org.ojalgo.random.process that return GeometricBrownianMotion Modifier and Type Method Description GeometricBrownianMotionGeometricBrownianMotion. convert(double convertionFactor)static GeometricBrownianMotionGeometricBrownianMotion. estimate(Access1D<?> seriesOfSamples, double samplePeriod)static GeometricBrownianMotionGeometricBrownianMotion. make(double expected, double variance)Assuming initial value = 1.0 and horizon = 1.0.static GeometricBrownianMotionGeometricBrownianMotion. make(double expected, double variance, double horizon)Assuming initial value = 1.0.static GeometricBrownianMotionGeometricBrownianMotion. make(double initialValue, double expectedFutureValue, double aVariance, double aHorizon)
-