Réponses:
peut-il être 1 / E (X)?
Non, en général, ce n'est pas possible; L'inégalité de Jensen nous dit que si X
En supposant que nous avons affaire à une variable positive, s'il est clair pour vous que X
Je suis confus en appliquant l'attente au dénominateur.
Utilisez la loi du statisticien inconscient
E [ g ( X ) ] = ∫ ∞ - ∞ g ( x ) f X ( x ) d x
(dans le cas continu)
donc quand g ( X ) = 1X
Dans certains cas, l'attente peut être évaluée par inspection (par exemple avec des variables gamma aléatoires), ou en dérivant la distribution de l'inverse, ou par d'autres moyens.
Comme Glen_b le dit, c'est probablement faux, car l'inverse est une fonction non linéaire. Si vous voulez une approximation de E ( 1 / X )
E ( 1X )≈E(1E ( X ) -1E ( X ) 2 (X-E(X))+1E ( X ) 3 (X-E(X))2)== 1E ( X ) +1E(X)3Var(X)
EDIT: the maybe above is quite critical, see the comment from BioXX below.
Others have already explained that the answer to the question is NO, except trivial cases. Below we give an approach to finding E1X
First, note that ∫∞0e−txdt=1x
An alternative approach to calculating E(1/X)
To first give an intuition, what about using the discrete case in finite sample to illustrate that E(1/X)≠1/E(X)
In finite sample, using the term average for expectation is not that abusive, thus if one has on the one hand
E(X)=1N∑Ni=1Xi
and one has on the other hand
E(1/X)=1N∑Ni=11/Xi
it becomes obvious that, with N>1,
E(1/X)=1N∑Ni=11/Xi≠N∑Ni=1Xi=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)xdx≠1/∫∞−∞xf(x)dx=1/E(X).