Correlation of Normal Random Variables
X is a normal random variable.
A is equal to min(0, X)
B is equal to max(0, X)
What is the correlation between A and B?

171
The answer is accepted.
Join Matchmaticians Affiliate Marketing
Program to earn up to a 50% commission on every question that your affiliated users ask or answer.
- answered
- 1197 views
- $8.00
Related Questions
- A bag contains 3 red jewels and 7 black jewels. You randomly draw the jewels out one by one without replacement. What is the probability that the last red jewel was the 8th one withdrawn?
- Probability of drawing a red ball, given that the first ball drawn was blue?
- Help with statistics
- Find the odds of event b
- Statistics involving a numerical variable and a nonnumerical variable (date)
- Probability maximum value of samples from different distributions
- How to adjust for an additional variable.
- Poisson process question
Min(0,X) 0 represents what ? You might want to add something?
the minimum of 0 and X
That is min, I am asking 0 Is it another variable Y (normal variable which is 0)
oh, I see where I should've explained more. the normal distribution has a mean of zero (0). and therefore A is equal to the minimum of the mean of the distribution and X and B is the maximum of the mean and X
apologies for not being more clear about the mean there
Thanks for the clarification now.