Finding the MLE for a Given Probability Using iid PDF

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
4 replies · 2K views
cse63146
Messages
435
Reaction score
0

Homework Statement



Suppose X1...Xn are iid and have PDF [tex]f(x; \theta) = \frac{1}{\theta} e^{\frac{-x}{\theta}} \ \ \ 0<x<\infty[/tex]

Find the MLE of P(X<2).

Homework Equations





The Attempt at a Solution



I know the MLE of theta is [tex]\overline{X}[/tex]

so would [tex]P(X<2) = 1 - \frac{1}{\overline{X}} e^{\frac{-2}{\overline{X}}}[/tex]?

Thank you in advance.
 
Physics news on Phys.org
nope, i think you should use the integral of pdf. the pdf is like the puntual probability of value x.
 
you mean:

[tex]1 - e^{\frac{-2}{\overline{X}}}[/tex]