JavaScript is disabled on your browser.
finMath lib documentation
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Known Implementing Classes:
MonteCarloConditionalExpectationRegression
public interface ConditionalExpectationEstimatorInterface
The interface which has to be implemented by a fixed conditional expectation operator,
i.e., E( · | Z ) for a fixed Z.
Author:
Christian Fries
Method Detail
getConditionalExpectation
RandomVariableInterface getConditionalExpectation(RandomVariableInterface randomVariable)
Return the conditional expectation of a given random variable.
The definition of the filtration time is part of the object implementing this interface.
Parameters:
randomVariable
- Given random variable.
Returns:
The conditional expectation of randomVariable
.
Copyright © 2017 Christian P. Fries.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2017. All rights reserved.