Wednesday, January 11, 2017

probability - Show the following relation: mathbbE[Xqmathrm1X>a]=aqP(X>a)+qintinftyaP(X>x)xq1dx


Let X be a non negative random variable, a>0 be a constant and q1 be a positive integer. How can I show the following: E[Xq1{X>a}]=aqP(X>a)+qaP(X>x)xq1dx?



I have tried the computation using the complementary CDF trick


E[Xq1{X>a}]=aP(Xq>t)dt=qa1/qP(X>u)uq1du


which doesn't help. Any ideas appreciated.


Answer



You made two mistakes, both of which seem to be from trying to move too quickly.


First, we should have E[Xq1{X>a}]=0P(Xq1{X>a}>t)dt

and we should split the integral into two integrals, but the minimum t-value at which {Xq1{X>a}>t}={Xq>t}
is not t=a, it's actually t=aq.


Therefore, the above equality becomes E[Xq1{X>a}]=aq0P(Xq1{X>a}>t)dt+aqP(Xq>t)dt


Now simplify each of these. For the first, simplify the integrand and for the second, use substitution.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...