Wednesday, October 5, 2016

probability theory - Proof that E(FX(X/sigma))=frac12 for every positive sigma



Define X to be continuous random variable symmetric about zero with cdf FX and let σ>0 denote a constant. Now show the following:
E[FX(Xσ)]=0.5
How can one prove this claim? Since the cdf FX isn't necessarily linear, we can't place the expectation into the cdf, which would render the problem trivial. Additionally, I've concluded that the cdf is convex from to 0 and concave from 0 to as it is symmetric about zero. This means we can't use Jensen's inequality either. What am I missing?


Answer



Let f be the PDF of X, which should be symmetric about the origin; i.e. f(x)=f(x). Then, the CDF is
F(x)=xf(t)dt
The symmetry of f means that
F(x)=xf(t)dt=xf(t)dt=xf(t)dt=f(t)dtxf(t)dt=1F(x)
The expected value is
E(F(X/σ))=f(x)F(x/σ)dx=f(x)F(x/σ)dx=f(x)(1F(x/σ))dx=12f(x)dx=12
Explanation:
(3): formula for expected value
(4): substitute xx
(5): symmetry of f and (2)
(6): average (3) and (5)
(7): f is a PDF


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...