Multivariate normal distribution , conditional probability problem

In summary, we can determine that X and Y are not independent due to the non-zero covariance value, and the probability of X being less than or equal to 5 is 0.158655 or 15.87%. Additionally, the probability of Y being less than or equal to 5, given that X is equal to 5, is 0.398942 or 39.89%.
  • #1
wuid
40
0

Homework Statement


Given X,Y RV both have normal distribution with:
[itex]μ_{x}=6[/itex],[itex]μ_{y}=4[/itex],[itex]σ_{x}=1[/itex],[itex]σ_{y}=5[/itex],ρ=0.1

a. are X,Y independent?
b. find P(X≤5)
c. find P(Y≤5|X=5)

2. The attempt at a solutiona. no -> ρ=0.1 -> cov(X,Y)≠0

b. define Z=[itex]\frac{X-6}{1}[/itex] ; Z~N(0,1)
so P(X≤5) = P(Z≤-1) = [itex]\Phi(-1)[/itex]

c. Here i have my difficulty were i able to calculate and i know :
μ=[6 4] , Ʃ=[1 0.5,0.5 25] cov matrix , [itex]Ʃ^{-1}[/itex]= [[itex]\frac{100}{99} \frac{-2}{99}, \frac{-2}{99} \frac{4}{99}[/itex]] inverse matrix.just don't how to deal with the conditional question...
 
Physics news on Phys.org
  • #2


c. To find P(Y≤5|X=5), we can use the formula for conditional probability:

P(Y≤5|X=5) = P(Y≤5 and X=5) / P(X=5)

To find the numerator, we can use the joint probability formula:

P(Y≤5 and X=5) = P(X=5) * P(Y≤5|X=5)

Since X and Y are normally distributed with means μx=6 and μy=4, respectively, and standard deviations σx=1 and σy=5, we can use the normal distribution formula to calculate the probabilities:

P(X=5) = \frac{1}{\sqrt{2\pi}} * e^{-\frac{1}{2}(\frac{5-6}{1})^2} = \frac{1}{\sqrt{2\pi}} * e^{-\frac{1}{2}(-1)^2} = \frac{1}{\sqrt{2\pi}} * e^{-\frac{1}{2}} = 0.241971

P(Y≤5|X=5) = \frac{1}{\sqrt{2\pi}} * e^{-\frac{1}{2}(\frac{5-4}{5})^2} = \frac{1}{\sqrt{2\pi}} * e^{-\frac{1}{2}(\frac{1}{5})^2} = \frac{1}{\sqrt{2\pi}} * e^{-\frac{1}{50}} = 0.398942

Therefore, the numerator is:

P(Y≤5 and X=5) = 0.241971 * 0.398942 = 0.096557

And the final answer is:

P(Y≤5|X=5) = \frac{0.096557}{0.241971} = 0.398942

So the probability of Y being less than or equal to 5, given that X is equal to 5, is approximately 0.398942 or 39.89%.
 

Related to Multivariate normal distribution , conditional probability problem

1. What is a multivariate normal distribution?

A multivariate normal distribution is a type of probability distribution that describes the behavior of multiple random variables. It is often used in statistical analysis to model data that is normally distributed and has multiple variables.

2. How is the multivariate normal distribution different from a univariate normal distribution?

While a univariate normal distribution describes the behavior of a single random variable, a multivariate normal distribution describes the behavior of multiple random variables. This means that it takes into account the correlation between the variables, whereas a univariate normal distribution assumes independence.

3. What is conditional probability in the context of multivariate normal distribution?

Conditional probability in the context of multivariate normal distribution refers to the probability of an event occurring given that another event has already occurred. In this case, it refers to the probability of a particular value for one variable, given a specific value for another variable.

4. How is conditional probability calculated in a multivariate normal distribution?

Conditional probability in a multivariate normal distribution is calculated using the conditional probability formula, which takes into account the correlation between the variables. This formula involves the use of the multivariate normal distribution function and the calculation of the conditional covariance matrix.

5. What is the application of multivariate normal distribution in science?

Multivariate normal distribution has various applications in science, including data analysis, modeling, and prediction. It is commonly used in fields such as psychology, biology, and economics to analyze and understand complex data sets. It is also used in machine learning and artificial intelligence algorithms to model and predict outcomes based on multiple variables.

Similar threads

  • Calculus and Beyond Homework Help
Replies
6
Views
653
  • Calculus and Beyond Homework Help
Replies
4
Views
889
  • Calculus and Beyond Homework Help
Replies
13
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
3K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
Replies
12
Views
457
  • Calculus and Beyond Homework Help
Replies
1
Views
145
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
411
  • Calculus and Beyond Homework Help
Replies
2
Views
766
Back
Top