public class RegressionBasisFunctionsFromProducts extends Object implements RegressionBasisFunctionsProvider
| Constructor and Description |
|---|
RegressionBasisFunctionsFromProducts(List<AbstractMonteCarloProduct> products) |
| 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.
|
public RegressionBasisFunctionsFromProducts(List<AbstractMonteCarloProduct> products)
public RandomVariable[] getBasisFunctions(double evaluationTime, MonteCarloSimulationModel model)
RegressionBasisFunctionsProvidergetBasisFunctions in interface RegressionBasisFunctionsProviderevaluationTime - The evaluation time \( t \) at which the basis function should be observed.model - The Monte-Carlo model used to derive the basis function.Copyright © 2019. All rights reserved.