How to get the covariance of x and |x|----cov(x,|x|)? under the condition of continuous X or discrete X, thanks!
thanks for your quick reply, The context is that the E(X) is the given, but E(|x|) is unknown, when X, as a random variable, can be located in both the positive interval[0,inf) and negative interval(-inf,0), what's the results of Cov(X,|x|)? I encounter a problem that is X is a random variable, so it can jump between positive and negative case, so whether we can simply consider the covariance in the two case? if not, what's the result? Thanks!
thanks for your quick reply, The context is that the E(X) has been given, but E(|x|) is unknown. When X, as a random variable, can be located in both the positive interval[0,inf) and negative interval(-inf,0), what's the results of Cov(X,|x|)? I encounter a problem that is X is a random variable, so it can jump between positive and negative case, so whether we can simply consider the covariance in positive case x>0 and negative case x<0 separately? if not, what's the result? Thanks!
Hello,
You can't consider it if X>0 or not. You have to condition by it.
Okay, let's setif
and
if
. In other words
(it's a random variable following a simple discrete distribution, let's say p is the probability that it equals 1)
Then
Now let's consider a conditional covariance. (sorry, I love using conditional expectations)
.
Since sgn(X) is indeed sgn(X)-measurable, we can pull it out from the expectations :
So, which is an expectation with respect to sgn(X)'s distribution (meaning that sgn(X) is the sole remaining random variable in the expectation).
So this gives, where p is, as said before,
That's the furthest one can go with the provided information. And it doesn't matter whether X is discrete or continuous.
acctually, http://latex.codecogs.com/png.latex?Var[X|sgn(X)]=Var[X] this equation is not hold when I use integration to solve cov(x,|x|), the two final results are not consistent...please check it again to avoid future mistake...