Trending News
數學│機率論問題│請幫幫忙│20點│感恩感謝
Q:A random sample X1,X2,.....Xn of size n is taken from a Poisson distribution with a mean of λ,0<λ<∞.
(a) Show that the maximum likelihood estimator for λ is X^.
(b) Let X equal the number of flaws per 100 feet of a used computer tape.Assume that X has a Poisson distribution with a mean of λ.If 40 observations of X yielded 5 zeros ,7 ones,9 threes,5 fours,1 five,and 1 six,find the maximum likelihood estimate ofλ.
P.S:x^= ∧
X
Ans:(b)mean=89/40=2.225
1 Answer
- Go_BadgersLv 71 decade agoFavorite Answer
最大概似估計(maximum likelihood estimation)是一種統計方法,它用來求一個樣本集的相關機率密度函數的參數。
Poisson distribution 的機率密度函數:
P(X=k)=
圖片參考:http://img401.imageshack.us/img401/1968/poissonmi6...
。
概似函數(likelihood function)為
圖片參考:http://img509.imageshack.us/img509/3319/poissonmle...
,
兩邊取自然對數:
圖片參考:http://img264.imageshack.us/img264/3346/poissonmle...
,
然後對參數λ微分,並令之為零:
圖片參考:http://img252.imageshack.us/img252/846/poissonmle3...
,
就可以得到:
圖片參考:http://img264.imageshack.us/img264/7312/poissonmle...
Let X equal the number of flaws per 100 feet of a used computer tape.Assume that X has a Poisson distribution with a mean of λ.If 40 observations of X yielded 5 zeros ,7 ones, 12 twos, 9 threes,5 fours,1 five,and 1 six,find the maximum likelihood estimate ofλ. (原PO題目好像漏掉12個2。)
So, the maximum likelihood estimate ofλ= [ (7*1)+(12*2)+(9*3)+(5*4)+(1*5)+(1*6) ] / 40 = 89/40 = 2.225。