3.1.4 Joint Moments Flashcards
(7 cards)
What is a joint moment?
A joint moment is the expected value of a function of two random variables, usually written as E[g(X, Y)].
How do you calculate a joint moment for discrete variables?
What does it mean if g(X, Y) = X?
Then E[g(X, Y)] = E[X], and you can compute it using X’s marginal distribution or via the joint distribution.
What does it mean if g(X, Y) = Y?
Then E[g(X, Y)] = E[Y], and you can compute it using Y’s marginal distribution or via the joint.
What if g(X, Y) depends on both variables?
You must use the full joint distribution to compute E[g(X, Y)].
How can you compute E[X] using the joint distribution?
E[X] = Σ_x x * (Σ_y P(X = x, Y = y)).
What’s the advantage of using the joint distribution directly for joint moments?
It avoids needing to compute marginal distributions separately.