When dealing with bivariate normal distribution, we might be interested in the probability of one variable given a fixed value of the other variable. This calls for the use of conditional distribution. Here, we wish to find \( P(106 < Y < 124 | X = 3.2) \), or the probability that Y is between 106 and 124, provided that X is equal to 3.2.
A fascinating property of the bivariate normal distribution is that the conditional distribution of Y given a specific value of X is also normally distributed. The new conditional mean, \( \mu_{y|x} \), shifts based on the deviation of X from its mean, scaled by the correlation between X and Y and their respective standard deviations. The formula is:
- \( \mu_{y|x} = \mu_{y} + \rho \cdot \frac{\sigma_{y}}{\sigma_{x}} \cdot (x - \mu_{x}) \)
Additionally, the variance of this conditional distribution is shrunken, affected by \( \rho^2 \), the square of the correlation coefficient:
- \( \sigma_{y|x}^{2} = \sigma_{y}^{2} \cdot (1 - \rho^{2}) \)
Computing this gives you a new distribution for Y conditioned on X. Using these, you can standardize Y again, this time while considering the conditional mean and variance. This gives the probability of Y falling in your specified range, given that X equals 3.2.