Maximum Likelihood Estimator, Single Observation

bitty
Messages
11
Reaction score
0

Homework Statement


An observation X has density function: f(x,/theta)=6x/(t^3)*(t-x) where t is a parameter: 0<x<t.

Given the single observation X, determine the maximum likelihood estimator for t.


Homework Equations


Included below


The Attempt at a Solution

For a sample size of n, the likelihood function is
L(t)=product[6x_i/(t^3)*(t-x_i)] from i=1 to n.
To maximize a product, we take the log L[t] and differentiate with respect to t and equate to 0.

d/dt [Log[t]=3/t+Sum[1/(t-x_i)] for i=1 to n.
However, I don't know how to solve 3/t+Sum[1/(t-x_i)]=0 for t since there is a t on the denominator in the sum. Is there a way to do this?

Or have I misinterpreted the question? Since the question says, "Given a single observation X" am I not supposed to take the product over n samples but rather set n=1 when finding my likelihood function, which would then be L(t)=6x/(t^3)*(t-x) without a product?

*I accidentally posted this in the incorrect section (pre-Calc) so I apologize for the double post.
 
Physics news on Phys.org
It sounds like you don't need the sum, i.e., n=1 indeed
 
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