twoski
- 177
- 2
Homework Statement
Given f(x;λ) = cx^{2}e^{-λx} for x ≥ 0
Determine what c must be (as a function of λ) then determine the maximum likelihood estimator of λ.
The Attempt at a Solution
So I'm supposed to integrate this from 0 to infinity, from what i can gather.
Let u = x^{2}, du = 2xdx, dv = e^{-λx} and v = -e^{-λx} / λ
After a bit of work i end up with:
-c/λ [ x^{2}e^{-λx}|_{0}^{∞} + 2( xe^{-λx}/λ |^{∞}_{0}) ]
What throws me off is that evaluating this leaves me with -c/λ( 0 ), which has to be wrong...