Değişkenin karşılıklı beklentisi


Yanıtlar:


27

1 / E (X) olabilir mi?

Hayır, genel olarak yapamaz; Jensen eşitsizliği , eğer X rastgele bir değişken ve φ dışbükey bir fonksiyon ise olduğunu söyler φ(E[X])E[φ(X)]. Eğer X daha sonra, sıkı bir şekilde pozitif olan 1/X , yani konveks olan E[1/X]1/E[X] ve bir katı dışbükey bir işlev için, eşitlik halinde oluşur Xsıfır varyansı vardır ... bu yüzden ilgilenmeye meyilli olduğumuz durumlarda, ikisi genellikle eşit değildir.

Olumlu bir değişkenle uğraştığımızı varsayarsak, X ve 1/X ters ilişkili olacağı açıksa ( Cov(X,1/X)0 ), bu E(X1/X)E(X)E(1/X)0 bu E ( X ) E ( 1 / X ) anlamına gelirE(X)E(1/X)1 , böyleceE(1/X)1/E(X) .

Payda beklentisini uygulama konusunda kafam karıştı.

Bilinçsiz istatistikçinin yasasını kullanın

E[g(X)]=g(x)fX(x)dx

(sürekli durumda)

yani g(X)=1X ,E[1X]=f(x)xdx

Bazı durumlarda, beklenti muayene (örn. Gamma rasgele değişkenleri ile) veya tersin dağılımının türetilmesi veya başka yollarla değerlendirilebilir.


14

Glen_b'in söylediği gibi bu muhtemelen yanlıştır, çünkü karşılıklı doğrusal olmayan bir işlevdir. Eğer bir yaklaşma istiyorsanız E(1/X) belki etrafında bir Taylor açılımını kullanabilirsiniz E(X) :

E(1X)E(1E(X)1E(X)2(XE(X))+1E(X)3(XE(X))2)==1E(X)+1E(X)3Var(X)
dağılımı eğer sadece ortalama ve X varyans gereken çok veXsimetrik olan bu yaklaşım çok doğru olabilir.

EDIT: belki yukarıda oldukça kritik, aşağıdaki BioXX yorum bakınız.


oh evet evet ... Bu gerçeği anlayamadığım için çok üzgünüm ... Bir q daha var ... Bu her türlü işleve uygulanabilir mi ??? aslında takılıp ... Nasıl bir beklentisi olabilir | x | açısından çıkarılabilir E ( x ) ve V ( X )|x||x|E(x)V(x)
Sandipan Karmakar

2
Bunun için kullanabileceğinizi sanmıyorum çünkü bu işlev ayırt edilemez. Sorunu vakalara bölmek ve E ( | X | ) = E ( X | X > 0 ) p ( X > 0 ) + E ( - X | X < 0 ) p ( X < 0 ) , I tahmin. |X|E(|X|)=E(X|X>0)p(X>0)+E(X|X<0)p(X<0)
Matteo Fasiolo

1
@MatteoFasiolo dağılımının simetrisinin (veya eksikliğinin) Taylor yaklaşımının doğruluğu üzerinde neden bir etkisi olduğunu açıklayabilir misiniz ? Bunun nedenini açıklayan beni işaret edebileceğiniz bir kaynağınız var mı? X
Aaron Hendrickson

1
@AaronHendrickson my reasoning is simply that the next term in the expansion is proportional to E{(XE(X))3} which is related to the skewness of the distribution of X. Skewness is an asymmetry measure. However, zero skewness does not guarantee symmetry and I am not sure whether symmetry guarantees zero skewness. Hence, this is all heuristic and there might be plenty of counterexamples.
Matteo Fasiolo

4
I don't understand how this solution gets so many upvotes. For a single random variable X there is no justificiation about the quality of this approximation. The third derivative f(x)=1/x is not bounded. Moreover the remainder of the approx. is 1/6f(ξ)(Xμ)3 where ξ is itself a random variable between X and μ. The remainder won't vanish in general and may be very huge. Taylor approx. may only be useful if one has sequence of random variables Xnμ=Op(an) where an0. Even then uniform integrability is needed additionally if interested in the expectation.
BloXX

8

Others have already explained that the answer to the question is NO, except trivial cases. Below we give an approach to finding E1X when X>0 with probability one, and the moment generating function MX(t)=EetX do exist. An application of this method (and a generalization) is given in Expected value of 1/x when x follows a Beta distribution, we will here also give a simpler example.

First, note that 0etxdt=1x (simple calculus exercise). Then, write

E(1X)=0x1f(x)dx=0(0etxdt)f(x)dx=0(0etxf(x)dx)dt=0MX(t)dt
A simple application: Let X have the exponential distribution with rate 1, that is, with density ex,x>0 and moment generating function MX(t)=11t,t<1. Then 0MX(t)dt=011+tdt=ln(1+t)|0=, so definitely do not converge, and is very different from 1EX=11=1.

7

An alternative approach to calculating E(1/X) knowing X is a positive random variable is through its moment generating function E[eλX]. Since by elementary calculas

0eλxdλ=1x
we have, by Fubini's theorem
0E[eλX]dλ=E[1X].

2
The idea here is right, but the details wrong. Pleasecheck
kjetil b halvorsen

1
@Kjetil I don't see what the problem is: apart from the inconsequential differences of using tX instead of tX in the definition of the MGF and naming the variable t instead of λ, the answer you just posted is identical to this one.
whuber

1
You are right, the problems was less than I thought. Still this answer would be better withm some more details. I will upvote this tomorrow ( when I have new votes)
kjetil b halvorsen

1

To first give an intuition, what about using the discrete case in finite sample to illustrate that E(1/X)1/E(X) (putting aside cases such as E(X)=0)?

In finite sample, using the term average for expectation is not that abusive, thus if one has on the one hand

E(X)=1Ni=1NXi

and one has on the other hand

E(1/X)=1Ni=1N1/Xi

it becomes obvious that, with N>1,

E(1/X)=1Ni=1N1/XiNi=1NXi=1/E(X)

Which leads to say that, basically, E(1/X)1/E(X) since the inverse of the (discrete) sum is not the (discrete) sum of inverses.

Analogously in the asymptotic 0-centered continuous case, one has

E(1/X)=f(x)xdx1/xf(x)dx=1/E(X).

Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.