thesandbox
- 10
- 0
Homework Statement
X1,X2,...,Xk ~iid Bin(n,p) find the MME (Method of Moments Estimator) for p
Homework Equations
E[X] = n⋅p
Var[X] = n⋅p⋅(1-p)
Var(X) = E[X2] - [E[X]]2
The Attempt at a Solution
Does this look correct?
n⋅p⋅(1-p) = E[X2] - n2⋅p2
E[X2] = n⋅p⋅(1-p) + n2⋅p2
\bar{X}=n⋅p
\bar{X}2 = n⋅p⋅(1-p) + n2⋅p2
\bar{X}2 = \bar{X}⋅(1-p) + \bar{X}⋅\bar{X}
\hat{p} = ((\bar{X})2 + \bar{X} - \bar{X}2) / \bar{X}
Thanks.
Last edited: