The method of moments is a method for point estimation that involves equating population moments with sample moments to estimate unknown parameters.

Performing method of moments

To estimate unknown parameters :

  1. Express population moments in terms of parameters Write the first population raw moments as functions of the parameters:

  2. Set population moments equal to sample moments

    where is the -th sample raw moment.

  3. Solve the system of equations: Solve for to obtain the method of moments estimators .

Common approach using raw and central moments

  • First raw moment:
  • Central moments: for

For many distributions, and are sufficient.

Properties of Method of Moments Estimators

  • Consistency: Under regularity conditions, method of moments estimators are consistent
  • Simplicity: Often easier to compute than maximum likelihood estimators
  • Not always efficient: May not achieve the Rao-Cramer lower bound
  • Existence: May not always exist or be unique

Comparison with Maximum Likelihood Estimation

Method of MomentsMaximum Likelihood
Equates sample and population momentsMaximizes likelihood function
Usually simpler calculationsOften more complex calculations
May be less efficientAsymptotically efficient
Always consistent (under regularity conditions)Consistent and asymptotically normal

Important formulas

Examples

Example 1: Normal Distribution with Unknown Mean

Let

  • , with
    • unknown
    • known

We know that

  • Population moment is , and
  • Sample moment is .

Step 1: Express population moment in terms of parameter:

Step 2: Set equal to sample moment:

Step 3: Solve:

Example 2: Normal Distribution with Two Unknown Parameters

Let

  • , with
    • unknown
    • unknown

Step 1: Express population moments in terms of parameters:

Step 2: Set equal to sample moments:

Step 3: Solve: From the first equation:

Substituting into the second equation:

Using the identity :

Using the identity :

Example 3: Shifted Exponential Distribution

Let

  • be a random sample from a distribution with pdf:

f(x; \theta) =\begin{cases} e^{-(x-\theta)}, & \quad \theta \leq x < \infty, \quad -\infty < \theta < \infty \ 0 & \quad \text{otherwise} \end{cases}

- $\theta$ unknown **Step 1:** Express population moment in terms of parameter: For the shifted exponential distribution, let $Y = X - \theta$, so $Y \sim \text{Exponential}(1)$. Since $X = Y + \theta$: $$\mu_1' = E[X] = E[Y + \theta] = E[Y] + \theta = 1 + \theta$$ **Step 2:** Set equal to sample moment: $$\theta + 1 = m_1' = \frac{1}{n}\sum_{i=1}^n X_i = \bar{X}$$ **Step 3:** Solve: $$\hat{\theta} = \bar{X} - 1$$