I wanted to know if there is a way to calculate the mean of a multivariate normal distribution when a certain variable is held constant. For example, if I had a continuous bivariate normal distribution of variables $x$ and $y$, s.t. $X \sim N_2(\mu, \Sigma)$, how can I find the mean of $y$ when $x=\alpha$? Is there a simple calculus approach?
Asked
Active
Viewed 19 times
0

kjetil b halvorsen
- 63,378
- 26
- 142
- 467
-
1That's the conditional marginal distribution of $y$, denoted as $P(y|x=\alpha)$. – Spätzle Aug 17 '21 at 05:15