What is the maximum likelihood estimator for a given density function?

sara_87
Messages
748
Reaction score
0

Homework Statement



pdf: f(x)=ax^(a-1) ; 0<x<1, a>0
estimate a by maximum likelihood

Homework Equations


let L be maximum likelihood
L=(a(x[1])^(a-1))(a(x[2])^(a-1))...(a(x[n])^(a-1))

The Attempt at a Solution



Im trying to make this into a nicer expression:
L=a^n... (now I am stuck)

Any help would be v much appreciated.
Thank you.
 
Physics news on Phys.org
Remember that if your density is f(x), then the likelihood function for an i.i.d. sample is

<br /> L(x_1, \dots, x_n) = \prod_{i=1}^n f(x_i)<br />

For the density you give this is

<br /> L(x_1, \dots, x_n) = \prod_{i=1}^n a x_i^{a-1} = a^n \prod_{i=1}^n x_i^{a-1} <br />

What do you know about simplifying a product of different bases when each is raised to the same power?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top