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?

195
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
- 1950 views
- $8.00
Related Questions
- Currently studying a grad level Statistical Inference course. I'd just like some clarification regarding how to obtain the Rao-Cramer Lower Bound for a statistic.
- Quantitative reasoning
- How do we describe an intuitive arithmetic mean that gives the following? (I can't type more than 200 letters)
- Why is the t-test for two independent samples $\ t^* = \frac{(\bar{x}_1 - \bar{x}_2)}{\sqrt{\frac{S_1^2}{n_1} + \frac{S_2^2}{n_2}}}$?
- Very quick question - which statistical test to use?
- What is the normal probability distribution function?
- Probability of having a disease given a series of test results
- How do I compare categorical data with multiple uneven populations?
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.