For which joint distributions is a conditional expectation an additive

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
estebanox
Messages
26
Reaction score
0
I know that, for a random vector (X,Y,Z) jointly normally distributed, the conditional expectation E[X|Y=y,Z=z] is an additive function of y and z

For what other distributions is this true?
 
Physics news on Phys.org
The class of elliptical distributions (see ``Multivariate Statistical Theory'' by Robb Muirhead for an introductory discussion) has the property I believe you want. Specifically, if
[tex] \mathbf{X} = \begin{bmatrix} \mathbf{X_1} \\ \mathbf{X_2} \end{bmatrix},%<br /> \mathbf{\mu} = \begin{pmatrix} \mathbf{\mu_1} \\ \mathbf{\mu_2} \end{pmatrix},%<br /> V = \begin{bmatrix} V_{11} & V_{12} \\ V_{21} & V_{22} \end{bmatrix}[/tex]

then

[tex] E[\mathbf{X_1} \mid \mathbf{X_2}] = \mathbf{\mu_1} + V_{12} V_{22}^{-1} \left(%<br /> \mathbf{X_2} - \mathbf{\mu_2}\right)[/tex]

- the same type of relationship demonstrated by multivariate normal distributions.
 
Last edited:
  • Like
Likes   Reactions: 1 person
Yes. That's exactly what I need. Thanks a lot!