2
2
Pilani Campus
4
BITS Pilani, Pilani Campus
Desirable Properties
1. ˆ to be unbiased for .
2. ˆ to have a small variance for large sample size.
(MVUE: Minimum Variance Unbiased Estimator)
Unbiased estimator:
A point estimator ˆ is an unbiased estimator for a
population parameter if E ˆ = .
5 BITS Pilani, Pilani Campus
Point Estimator
Comments.
1. The sample mean, X , is an unbiased estimator for .
2. The sample variance, S , is an unbiased estimator for .
2 2
Standard error of sample mean X
n
Theorem :
Let X 1 , X 2 , ..., X n be a random sample from a normal population
with mean and standard deviation . Then the estimator ˆ X
is the MVUE for .
x 1e ; x 0, 0, 0
f x; ,
0 ; otherwise
12 BITS Pilani, Pilani Campus
Maximum Likelihood Estimation
1. MLE is the most widely used parameter estimation method as on today.
2. The basic principle is to maximize the likelihood of the parameters,
denoted by L | x , as a function of the model parameters .
3. Note that the can be a single parameter or a vector of parameters;
1 , 2 , , p .
n
4. The likelihood function L | x is defined as L | x f xi ;
i 1
m
nm xi
m
xi
i 1 0
L '( p) i 1
L( p ) p 1 p
m
m
nm xi p xi (1 p )
i 1 i 1
m
Xi X
Step 3 : The estimator of p is then obtained as pˆ i 1
nm n
Why does this estimator maximize likelihood function?
15 BITS Pilani, Pilani Campus
Examples: MLE
Ex.3. Use MLE to estimate parameters of exponential distribution
x
1
f x; e ; x 0, 0
Sol.
Step 1 : The log likelihood function for exponential distribution is
n
xi
ln L | x ln L ; x1 , x2 ,..., xn n ln
i 1
Step 2 : The corresponding log likelihood equation is
ln L 0
1 n
Step 3 : The estimator of is then obtained as ˆ X i
n i 1
16 BITS Pilani, Pilani Campus
Examples: MLE
HW.7. Use MLE to estimate the parameter of Poisson distribution.
X X
n
2
i
n 1 2
ˆ X and ˆ
2 i 1
S .
n n
f t; , exp ; t 0, 0
t 2 2
Sol.
Step 1 : The log likelihood function is
ln L | t ln L , ; t1 , t2 ,..., tn
n ln n ln 1 ln ti i
n n
t
i 1 i 1
Step 2 : The corresponding log likelihood equations are
ln L 0 and ln L 0
21 BITS Pilani, Pilani Campus
Examples: MLE
This gives
1 n
ln L , ; t1 , t2 ,..., tn 0 ti 0
n i 1
n n ti ti
ln L , ; t1 , t2 ,..., tn 0 1 ln 0
i 1
Step 3 : The estimates of and are then obtained from
n
1 1 n i ln ti
t
1 n
1
ln ti i 1
0 and ti
n i 1 n
n i 1
i
t
i 1
Let ˆ1 ,ˆ2 , , ˆm be the MLEs of the parameters 1 , 2 , , m . Then the
MLE of any function h 1 , 2 , , m of these parameters is the function
h ˆ1 ,ˆ2 ,
, ˆm of the MLEs.