ผลต่างระหว่างรุ่นของ "Probstat/notes/parameter estimation"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 29: แถว 29:
 
<center>
 
<center>
 
<math>\hat{\theta}=g(M_1,M_2,\ldots,M_r)</math>
 
<math>\hat{\theta}=g(M_1,M_2,\ldots,M_r)</math>
 +
</center>
 +
 +
'''EX1:''' We show how to estimate the variance with the method of moments.  Recall that the variance
 +
 +
<center>
 +
<math>Var(X) = g(E[X],E[X^2]) = E[X^2] - E[X]^2.</math>
 +
</center>
 +
 +
We first estimate the first moment <math>M_1 = \frac{\sum_{i=1}^n X}{n}</math> and the second moment <math>M_2 = \frac{\sum_{i=1}^n X^2}{n}</math>.  The estimator is
 +
 +
<center>
 +
<math>\hat{\theta} = M_2 - M_1^2 = \left(\frac{\sum_{i=1}^n X^2}{n}\right) - \left(\frac{\sum_{i=1}^n X}{n}\right)^2</math>
 
</center>
 
</center>
  

รุ่นแก้ไขเมื่อ 09:36, 6 ธันวาคม 2557

This is part of probstat.

Previously we tried to estimate the population means and variances using the sample means and variances. In this section, we shall see the justification why what we did makes sense.

There are many ways to estimate parameters.

Method of moments estimators

See also wikipedia article.

This is probably the simplest estimators. However, they are often biased (as we shall show in the example).

Definition: For a random variable , is called the k-th moment of . Note that the first moment is the mean . The variance of a random variable depends on the first and the second moments.

If we want to estimate a parameter , using the method of moments, we start by writing the parameter as a function of the moments, i.e.,

We then estimate the sample moments

for . Our estimate is thus

EX1: We show how to estimate the variance with the method of moments. Recall that the variance

We first estimate the first moment and the second moment . The estimator is

Maximum likelihood estimators

Bayes estimators