The geometric mean of a sequence of positive numbers x1 xn
Solution
Given X1,X2,……,Xn are n i.i.d random variables (r.v.) from exponential distribution with mean i.e. their common pdf is
f(x) = exp(-x/ )/ , if x>0 , >0
Now G= (X1 X2 …..Xn)1/n
(a)
E[G] = E(X1 X2 …..Xn)1/n
= {E(X11/n)E(X21/n)…..E(Xn1/n)} Since they are i.i.d
= {E(X11/n)}n
= { 1/n gamma(1+1/n)}n
= {gamma(1+1/n)}n
Hence G is biased for .
(b)
An unbiased estimator T of is given by
T= G/{gamma(1+1/n)}n
(c)
Y= lnX
E[Y] = E[ln X]
= Integration(from=0,to=, lnx*f(x)dx)
=int(0, ,(lnx*exp(-x/ ))/ )
= -.577216 if =1
If not equal to 1 E[Y] cannot have a closed form.
(d)
E[Ybar]
=E[SUM(Yi)/n]
=SUM(E[Yi])/n
=n*E[Y1]/n Since Ys are i.i.d
=E[Y1]
Now lim(n tends to ,E[Ybar]) not equal to ln.
Hence Ybar is not consistent for ln.
(e)
E[G] = {gamma(1+1/n)}n which tends to as n tends to .
Now E[G2] = E(X1 X2 …..Xn)2/n
= {E(X12/n)E(X22/n)…..E(Xn2/n)} Since they are i.i.d
= {E(X12/n)}n
= { 2/n gamma(1+2/n)}n
= 2 {gamma(1+2/n)}n
Therefore,
Var(G) = E[G2] – E2[G]
= 2 [ {gamma(1+2/n)}n – {gamma(1+1/n)}n ]
tends to 0 as n tends to .
Hence G is consistent for .

