1 STATISTICAL INFERENCE PART I POINT ESTIMATION. 2 STATISTICAL INFERENCE Determining certain unknown...

Preview:

Citation preview

1

STATISTICAL INFERENCEPART I

POINT ESTIMATION

2

STATISTICAL INFERENCE

• Determining certain unknown properties of a probability distribution on the basis of a sample (usually, a r.s.) obtained from that distribution

Point Estimation:Interval Estimation:

Hypothesis Testing:

5 3 8

0

1

: 5

: 5

H

H

( )

3

STATISTICAL INFERENCE

• Parameter Space ( or ): The set of all possible values of an unknown parameter, ; .

• A pdf with unknown parameter: f(x; ), .

• Estimation: Where in , is likely to be?

{ f(x; ), } The family of pdfs

4

STATISTICAL INFERENCE• Statistic: A function of rvs (usually a

sample rvs in an estimation) which does not contain any unknown parameters.

2, ,X S etc

• Estimator of an unknown parameter : A statistic used for estimating .

1 2ˆ : , , , nestimator U X X X

:

: : A particular value of an estimator

X Estimator

x Estimate

An observed value

POINT ESTIMATION

• θ: a parameter of interest; unknown

• Goal: Find good estimator(s) for θ or its function g(θ).

5

6

METHODS OF ESTIMATION

Method of Moments Estimation, Maximum Likelihood Estimation

7

METHOD OF MOMENTS ESTIMATION (MME)

• Let X1, X2,…,Xn be a r.s. from a population with pmf or pdf f(x;1, 2,…, k). The MMEs are found by equating the first k population moments to corresponding sample moments and solving the resulting system of equations.

Sample MomentsPopulation Momentsk

k E X 1

1 nk

k ii

M Xn

8

METHOD OF MOMENTS ESTIMATION (MME)

2 2

2 2

1

1 n

ii

M

E X Xn

1 1

1

1 n

ii

M

E X Xn

3 3

3 3

1

1 n

ii

M

E X Xn

so on…

Continue this until there are enough equations to solve for the unknown parameters.

9

EXAMPLES

• Let X~Exp().

• For a r.s of size n, find the MME of .

• For the following sample (assuming it is from Exp()), find the estimate of :

11.37, 3, 0.15, 4.27, 2.56, 0.59.

10

EXAMPLES

• Let X~N(μ,σ²). For a r.s of size n, find the MMEs of μ and σ².

• For the following sample (assuming it is from N(μ,σ²)), find the estimates of μ and σ²:

4.93, 6.82, 3.12, 7.57, 3.04, 4.98, 4.62, 4.84, 2.95, 4.22

11

DRAWBACKS OF MMES

• Although sometimes parameters are positive valued, MMEs can be negative.

• If moments does not exist, we cannot find MMEs.

12

MAXIMUM LIKELIHOOD ESTIMATION (MLE)

• Let X1, X2,…,Xn be a r.s. from a population with pmf or pdf f(x;1, 2,…, k), the likelihood function is defined by

1 2 1 2 1 2 1 2

1 21

1 21

, , , , , , , , , ; , , ,

, , ,

; , , ,

k n n k

n

i ki

n

i ki

L x x x f x x x

f x

f x

13

MAXIMUM LIKELIHOOD ESTIMATION (MLE)

• For each sample point (x1,…,xn), let

be a parameter value at which

L(1,…, k| x1,…,xn) attains its maximum as a function of (1,…, k), with (x1,…,xn) held fixed. A maximum likelihood estimator (MLE) of parameters (1,…, k) based on a sample (X1,…,Xn) is

1 1 1ˆ ˆ,..., , , ,...,n k nx x x x

1 1 1ˆ ˆ,..., , , ,...,n k nx x x x

• The MLE is the parameter point for which the observed sample is most likely.

14

EXAMPLES• Let X~Bin(n,p), where both n and p are unknown. One

observation on X is available, and it is known that n is either 2 or 3 and p=1/2 or 1/3. Our objective is to estimate the pair (n,p).

x (2,1/2) (2,1/3) (3,1/2) (3,1/3) Max. Prob.

0 1/4 4/9 1/8 8/27 4/9

1 1/2 4/9 3/8 12/27 1/2

2 1/4 1/9 3/8 6/27 3/8

3 0 0 1/8 1/27 1/8

(2,1/ 3) if 0

(2,1/ 2) if 1,ˆ ˆ

(3,1/ 2) if 2

(3,1/ 2) if 3

x

xn p x

x

x

15

MAXIMUM LIKELIHOOD ESTIMATION (MLE)

• It is usually convenient to work with the logarithm of the likelihood function.

• Suppose that f(x;1, 2,…, k) is a positive, differentiable function of 1, 2,…, k. If a supremum exists, it must satisfy the likelihood equations

1 2ˆ ˆ ˆ, , , k

1 2 1 2ln , , , ; , , ,0, 1,2,...,k k

j

L x x xj k

• MLE occurring at boundary of cannot be obtained by differentiation. So, use inspection.

MLE

• Moreover, you need to check that you are in fact maximizing the log-likelihood (or likelihood) by checking that the second derivative is negative.

16

17

EXAMPLES

1. X~Exp(), >0. For a r.s of size n, find the MLE of .

18

EXAMPLES

2. X~N(,2). For a r.s. of size n, find the MLEs of and 2.

19

EXAMPLES

3. X~Uniform(0,), >0. For a r.s of size n, find the MLE of .

20

INVARIANCE PROPERTY OF THE MLE

• If is the MLE of , then for any function (), the MLE of () is .

ˆ

Example: X~N(,2). For a r.s. of size n, the MLE of is . By the invariance property of MLE, the MLE of 2 is

X2.X

21

ADVANTAGES OF MLE

• Often yields good estimates, especially for large sample size.

• Invariance property of MLEs

• Asymptotic distribution of MLE is Normal.

• Most widely used estimation technique.• Usually they are consistent estimators. [will

define consistency later]

22

DISADVANTAGES OF MLE

• Requires that the pdf or pmf is known except the value of parameters.

• MLE may not exist or may not be unique.• MLE may not be obtained explicitly

(numerical or search methods may be required.). It is sensitive to the choice of starting values when using numerical estimation. 

• MLEs can be heavily biased for small samples.

Recommended