Exponential distribution likelihood

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
Merka
Messages
2
Reaction score
0
In general what do you do when some kind of data is missing from some data that follows exponential distribution. For example, say 3 observations are made by an instrument where x1=5, x2=3, but for x3 the instrument can not give a specific answer because it can't measure past 10. So the only info we have about x3 is that x3>10. How can we come up with a likelihood function of lambda for this data (which is exponential distributed)? do we just use x3=10, or what?
 
Physics news on Phys.org
This is censored data (since we know there were 3 observations):

do the likelihood function as follows:

f(5)*f(3)*(1 - F(10))