Statistics: Difference between revisions

428 bytes added ,  18 December 2019
Line 2: Line 2:


==Estimation==
==Estimation==
===Method of Moments Estimator===
Sometimes referred to as MME or MMO
* Calculate your population moments in terms of your parameters
** <math>E(X) = g(\theta)</math>
* Then invert to get your parameters as a function of your moments
** <math>\theta = g(E(X))</math>
* Replace population moments with sample moments
** <math>E(X) \rightarrow \bar{x}</math>
** <math>E(X^2) \rightarrow \frac{1}{n}\sum(x_i - \bar{x})^2</math>
===Maximum Likelihood Estimator===
===Maximum Likelihood Estimator===
(MLE)
(MLE)