- What does the expectation operator do?
- How do you find the expectation of a function?
- How do you find the expected value of XY?
What does the expectation operator do?
The expectation operator takes a random variable and gives you its average value, the variance operator takes a random variable and gives you its variance. You should get used to using the expectation and variance operators.
How do you find the expectation of a function?
To find the expected value, E(X), or mean μ of a discrete random variable X, simply multiply each value of the random variable by its probability and add the products. The formula is given as E ( X ) = μ = ∑ x P ( x ) .
How do you find the expected value of XY?
To obtain E(XY), in each cell of the joint probability distribution table, we multiply each joint probability by its corresponding X and Y values: E(XY) = x1y1p(x1,y1) + x1y2p(x1,y2) + x2y1p(x2,y1) + x2y2p(x2,y2).