Determining which estimator to use (stats)

  • Thread starter Thread starter jasper90
  • Start date Start date
  • Tags Tags
    Stats
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 · 2K views
jasper90
Messages
16
Reaction score
0
Consider a uniform distribution on the interval 0≤ X ≤ θ. We are interested in estimated θ from a random sample of draws for the PDF. Two potential estimators are:

θ1 = (2/n) Ʃ Yi

and

θ2 = (n/θ)(y/θ)^(n-1)

which estimator would you prefer and why? What statistical properties did you use to decide?

Uniform distribution f(x)= 1/(B-A) for alpha < X < Beta

We use method of moments estimator and max likelihood estimator
 
Physics news on Phys.org
I really don't know. Every problem we have done in class was done the reverse way.

Like, I know for max likelihood estimator, we take the Ln of f(x) and then derive it. Then we set to 0 and solve for our estimator. But I have never had to choose one. I tried reversing the process, but it is definitely wrong.

I know I would be replacing B with θ1 and θ2.