Interface ConditionalExpectationEstimator

    • Method Detail

      • getConditionalExpectation

        RandomVariable getConditionalExpectation​(RandomVariable 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.