Finding E(ln x) and Var(ln x): Cramer-Rao Lower Bound

  • Context: Graduate 
  • Thread starter Thread starter safina
  • Start date Start date
  • Tags Tags
    Logarithm Natural
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
safina
Messages
26
Reaction score
0
May I ask how to find the [tex]E\left(ln x\right)[/tex] and [tex]Var\left(ln x)[/tex]?
The [tex]X_{i}[/tex] are random sample from the [tex]f\left(x; \theta\right) = \theta x^{\theta - 1}I_{\left(0, 1\right)}\left(x\right)[/tex] where [tex]\theta > 0[/tex].

I need the information in finally solving the Cramer-Rao lower bound for the variance of an unbiased estimator of a function of [tex]\theta[/tex]. And also for checking if I have an unbiased estimator.
 
on Phys.org
safina said:
May I ask how to find the [tex]E\left(ln x\right)[/tex] and [tex]Var\left(ln x)[/tex]?

A random variable X has a lognormal distribution if [tex]X=e^{Y}[/tex] where Y is normally distributed with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex].

Then: [tex]E(X)=e^{\mu+\sigma/2}, Var(X)=e^{2(\mu+\sigma)}-e^{2\mu+\sigma}[/tex]

The moment generating function is: [tex]E(X^n)=e^{n\mu+(n^2\sigma^2/2)}[/tex]

Note the moments of the lognormal distribution do not uniquely define the distribution and a finite mgf only exists on the interval [tex](-\infty,0][/tex]

EDIT:: You can assign other distributions to Y, but without specification, I don't think there's a single answer to your question. The lognormal is the default under the Central Limit Theorem..
 
Last edited:
Let g(x)= ln x. For E[g(x)] see the inner product definition here. For Var[g(x)], look under continuous case here with g(x) replacing x and [itex]\mu[/itex] is interpreted as E[g(x)]; alternatively see the delta method.
 
That is, Var[g(x)] = integral of ( g(x) - E[g(x)] )^2 f(x), over x's domain.

Alternatively, [tex] <br /> Var[g(x)] = E\left[g(x)^2\right] - \left(E[g(x)]\right)^2 <br /> = \int{g(x)^2 f(x) dx} - \left(\int {g(x)f(x)dx}\right)^2<br /> [/tex]

where each integral is over the domain of x.
 
Last edited: