public interface FactorDriftInterface
| Modifier and Type | Method and Description |
|---|---|
RandomVariable[] |
getFactorDrift(int timeIndex,
RandomVariable[] realizationPredictor)
The interface describes how an additional factor drift may be specified for the generation of a process (see e.g.
|
RandomVariable |
getFactorDriftDeterminant(int timeIndex,
RandomVariable[] realizationPredictor)
The interface describes how an additional factor drift may be specified for the generation of a process (see e.g.
|
RandomVariable[] |
getFactorScaling(int timeIndex,
RandomVariable[] realizationPredictor)
The interface describes how an additional factor scaling may be specified for the generation of a process (see e.g.
|
RandomVariable[] getFactorScaling(int timeIndex, RandomVariable[] realizationPredictor)
timeIndex - The time index (associated with the process time discretization).realizationPredictor - The realization predictor (in case we use a predictor corrector scheme).RandomVariable[] getFactorDrift(int timeIndex, RandomVariable[] realizationPredictor) throws CalculationException
timeIndex - The time index (associated with the process time discretization).realizationPredictor - The realization predictor (in case we use a predictor corrector scheme).CalculationException - Thrown if the valuation fails, specific cause may be available via the cause() method.RandomVariable getFactorDriftDeterminant(int timeIndex, RandomVariable[] realizationPredictor)
timeIndex - The time index (associated with the process time discretization).realizationPredictor - The realization predictor (in case we use a predictor corrector scheme).Copyright © 2019. All rights reserved.