Class RegressionBasisFunctionsFromProducts

java.lang.Object
net.finmath.montecarlo.conditionalexpectation.RegressionBasisFunctionsFromProducts
All Implemented Interfaces:
RegressionBasisFunctionsProvider

public class RegressionBasisFunctionsFromProducts
extends Object
implements RegressionBasisFunctionsProvider
An implementation of an RegressionBasisFunctionsProvider using a list of AbstractMonteCarloProduct-s. The getBasisFunctions method will perform a check if the products getValue method returns an \( \mathcal{F}_{t} \)-measurable random variable if called with evaluationTime being \( t \). If this test fails an IllegalArgumentException exception is thrown.
Version:
1.0
Author:
Christian Fries