Method of moments (statistics)

From Wikipedia, the free encyclopedia

Jump to: navigation, search

In statistics, the method of moments is a method of estimation of population parameters such as mean, variance, median, etc. (which need not be moments), by equating sample moments with unobservable population moments and then solving those equations for the quantities to be estimated.

[edit] Example

Suppose X1, ..., Xn are independent identically distributed random variables with a gamma distribution with probability density function

{x^{\alpha-1} e^{-x/\beta} \over \beta^\alpha\, \Gamma(\alpha)} \,\!

for x > 0, and 0 for x < 0.

The first moment, i.e., the expected value, of a random variable with this probability distribution is

\operatorname{E}(X_1)=\alpha\beta\,

and the second moment, i.e., the expected value of its square, is

\operatorname{E}(X_1^2)=\beta^2\alpha(\alpha+1).\,

These are the "population moments".

The first and second "sample moments" m1 and m2 are respectively

m_{1} = {X_1+\cdots+X_n \over n} \,\!

and

m_{2} = {X_1^2+\cdots+X_n^2 \over n}.\,\!

Equating the population moments with the sample moments, we get

\alpha\beta = m_{1} \,\!

and

\beta^2\alpha(\alpha+1) = m_{2}.\,\!

Solving these two equations for α and β, we get

\alpha={ m_{1}^2 
\over m_{2} - m_{1}^2}\,\!

and

\beta={ m_{2} - m_{1}^2 \over m_{1}}.\,\!

We then use these two quantities as estimates, based on the sample, of the two unobservable population parameters α and β.

[edit] Advantages and disadvantages of this method

In some respects, when estimating parameters of a known family of probability distributions, this method was superseded by Fisher's method of maximum likelihood, because maximum likelihood estimators have higher probability of being close to the quantities to be estimated.

However, in some cases, as in the above example of the gamma distribution, the likelihood equations may be intractable without computers, whereas the method-of-moments estimators can be quickly and easily calculated by hand as shown above.

Estimates by the method of moments may be used as the first approximation to the solutions of the likelihood equations, and successive improved approximations may then be found by the Newton-Raphson method. In this way the method of moments and the method of maximum likelihood are symbiotic.

In some cases, infrequent with large samples but not so infrequent with small samples, the estimates given by the method of moments are outside of the parameter space; it does not make sense to rely on them then. That problem never arises in the method of maximum likelihood. Also, estimates by the method of moments are not necessarily sufficient statistics, i.e., they sometimes fail to take into account all relevant information in the sample.

When estimating other structural parameters (e.g., parameters of a utility function, instead of parameters of a known probability distribution), appropriate probability distributions may not be known, and moment-based estimates may be preferred to MLE.

[edit] See also

Personal tools