Estimating Theta for Beta Distribution: Method of Moments vs. MLE?

  • Thread starter Thread starter mrkb80
  • Start date Start date
  • Tags Tags
    Method Moments
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
2 replies · 3K views
mrkb80
Messages
40
Reaction score
0

Homework Statement


Let [itex]X_1,...,X_n[/itex] be iid with pdf [itex]f(x;\theta) = \theta x^{\theta-1} , 0 \le x \le 1 , 0 < \theta < \infty[/itex]

Find an estimator for [itex]\theta[/itex] by method of moments

Homework Equations


The Attempt at a Solution


I know I need to align the first moment of the beta distribution with the first moment of the sample ([itex]\bar{x}[/itex] or [itex]\dfrac{\Sigma_{i=1}^n x_i}{n}[/itex])

The beta distribution has a first moment of [itex]\dfrac{\alpha}{\alpha + \beta}[/itex]I guess my problem is figuring out what my should be alpha and beta from the given pdf, from there it is simply just [itex]\bar{x}=\dfrac{\alpha}{\alpha + \beta}[/itex] and then solving for [itex]\theta[/itex] Any advice?

I did try to take the expected value of the pdf and set it equal to x bar, but I think that is not the correct answer ( I got something like [itex]\hat{\theta}=\dfrac{\bar{x}}{1-\bar{x}}[/itex] )

I also attempted this using MLE and got something like [itex]\hat{\theta}=\dfrac{-n}{\Sigma_{i=1}^n \ln{x_i}}[/itex] but I would also like to solve this problem with method of moments.

Thanks in advance.
 
Last edited:
on Phys.org
mrkb80 said:
I know I need to align the first moment of the beta distribution with the first moment of the sample ([itex]\bar{x}[/itex] or [itex]\dfrac{\Sigma_{i=1}^n x_i}{n}[/itex])

The beta distribution has a first moment of [itex]\dfrac{\alpha}{\alpha + \beta}[/itex]


I guess my problem is figuring out what my should be alpha and beta from the given pdf, from there it is simply just [itex]\bar{x}=\dfrac{\alpha}{\alpha + \beta}[/itex] and then solving for [itex]\theta[/itex] Any advice?

I did try to take the expected value of the pdf and set it equal to x bar, but I think that is not the correct answer ( I got something like [itex]\hat{\theta}=\dfrac{\bar{x}}{1-\bar{x}}[/itex] )
If you represent it as a case of a Beta distribution, you get α=θ, β=1, yes? And that gives you the same result as you obtained directly. What makes you think it is wrong?
 
Thanks for the reply.

It just felt wrong to me because it was so far from the MLE estimate, but I know that can happen.