public interface RegressionBasisFunctionsProvider
Modifier and Type | Method and Description |
---|---|
RandomVariable[] |
getBasisFunctions(double evaluationTime,
MonteCarloSimulationModel model)
Provides a set of \( \mathcal{F}_{t} \)-measurable random variables which can serve as regression basis functions.
|
RandomVariable[] getBasisFunctions(double evaluationTime, MonteCarloSimulationModel model) throws CalculationException
evaluationTime
- The evaluation time \( t \) at which the basis function should be observed.model
- The Monte-Carlo model used to derive the basis function.CalculationException
- Thrown if derivation of the basis function fails.Copyright © 2020. All rights reserved.