CRLB for p: Find E[x] with Maclaurin Series

  • Thread starter Thread starter neznam
  • Start date Start date
  • Tags Tags
    Maclaurin Urgent
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
neznam
Messages
15
Reaction score
0
Random Sampe of size n from distribution with pdf
f(x;p)={(lnp)^x}/px! for x=0,1,...; p>1 and 0 otherwise

Find CRLB for p?

My problem is finding E[x] which is somekind of maclaurin series but can't figure out which one?

Please any suggestions?

Thanks
 
Physics news on Phys.org
E[x] = [1*(lnp)^1]/p*1!+[2*(lnp)^2]/p*2!+[3*(lnp)^3]/p*3!+...

Once I have the expected value E[X] of this distribution I will be able to find the CRLB as well which is defined to be in this case

1/(n*[d/dp ln f(x;p)]^2

Any help is appreciated
 
So my main problem is figuring out the E[X] and as a hint of this problem it is saying to use Maclaurin series.
 
If you factor a 1/p out from your original f then you got z^k/k! (where I'm writing z=ln(p) and k=x to make it look more like a maclaurin series. Do you recognize what function that is? The expectation value is then associated with the maclaurin series k*z^k/k!=z^k/(k-1)!. Can you modify the function you recognized to get the second series?
 
sum of z^k/k! is e^k, so is it sum of z^k/(k-1)! will be e^(k-1)?
 
Ok i think i got it

E[x]=[(lnp)/p]*e(lnp)=lnp

Thanks so much