public interface FactorDriftInterface
| Modifier and Type | Method and Description |
|---|---|
RandomVariableInterface[] |
getFactorDrift(int timeIndex,
RandomVariableInterface[] realizationPredictor)
The interface describes how an additional factor drift may be specified for the generation of a process (see e.g.
|
RandomVariableInterface |
getFactorDriftDeterminant(int timeIndex,
RandomVariableInterface[] realizationPredictor)
The interface describes how an additional factor drift may be specified for the generation of a process (see e.g.
|
RandomVariableInterface[] |
getFactorScaling(int timeIndex,
RandomVariableInterface[] realizationPredictor)
The interface describes how an additional factor scaling may be specified for the generation of a process (see e.g.
|
RandomVariableInterface[] getFactorScaling(int timeIndex, RandomVariableInterface[] realizationPredictor)
timeIndex - The time index (associated with the process time discretization).realizationPredictor - The realization predictor (in case we use a predictor corrector scheme).RandomVariableInterface[] getFactorDrift(int timeIndex, RandomVariableInterface[] 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.RandomVariableInterface getFactorDriftDeterminant(int timeIndex, RandomVariableInterface[] realizationPredictor)
timeIndex - The time index (associated with the process time discretization).realizationPredictor - The realization predictor (in case we use a predictor corrector scheme).Copyright © 2015. All rights reserved.