Module net.finmath.lib
Class MonteCarloConditionalExpectationRegression.RegressionBasisFunctionsGiven
java.lang.Object
net.finmath.montecarlo.conditionalexpectation.MonteCarloConditionalExpectationRegression.RegressionBasisFunctionsGiven
- All Implemented Interfaces:
MonteCarloConditionalExpectationRegression.RegressionBasisFunctions
- Enclosing class:
- MonteCarloConditionalExpectationRegression
public class MonteCarloConditionalExpectationRegression.RegressionBasisFunctionsGiven extends Object implements MonteCarloConditionalExpectationRegression.RegressionBasisFunctions
Wrapper to an array of RandomVariable[] implementing RegressionBasisFunctions
- Author:
- Christian Fries
-
Constructor Summary
Constructors Constructor Description RegressionBasisFunctionsGiven(RandomVariable[] basisFunctions)
-
Method Summary
Modifier and Type Method Description RandomVariable[]
getBasisFunctions()
-
Constructor Details
-
Method Details
-
getBasisFunctions
- Specified by:
getBasisFunctions
in interfaceMonteCarloConditionalExpectationRegression.RegressionBasisFunctions
-