How to Compute the Mean of a Non-linear Estimator?

  • Context: Graduate 
  • Thread starter Thread starter mnb96
  • Start date Start date
  • Tags Tags
    Mean Non-linear
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 5K views
mnb96
Messages
711
Reaction score
5
Hi,
let's suppose we are given N statistically independent samples [itex]x_1,\ldots,x_n[/itex] from a certain distribution [itex]f_X(x;\theta)[/itex] depending on a parameter [itex]\theta[/itex].
We are also given an estimator for [itex]\theta[/itex] defined as follows:

[tex]\hat{\theta}}(N) = \min\{ x_i \\ : \\ i=1..N \}[/tex]

How am I supposed to compute [tex]E\{ \hat{\theta}(N) \}[/tex]?

I tried to apply the definition of mean-value as follows, but I can't go any further:

[tex]\int_{\mathbb{R}}\ldots\int_{\mathbb{R}} \min\{ x_1,\ldots,x_N \} \\ f_X(x_1)\ldots f_X(x_N)dx_1\ldots dx_N[/tex]

Any idea?
 
Physics news on Phys.org
Get the pdf of the minimum, and then compute the expected value with respect to that.
 
Thanks.
I did as you suggested and succesfully solved the problem.