estimation method of moments (mm) methods of moment estimation is a general method where equations...

18
Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population moments with the corresponding sample moments: etc. 1 1 3 3 2 2 n i Y n Y E s Y Trivial MM estimates are estimates of the population mean ( ) and the population variance ( 2 ). The benefit of the method is that the equations render possibilities to estimate other parameters.

Upload: meryl-lambert

Post on 18-Jan-2016

267 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

Estimation

Method of Moments (MM)

Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population moments with the corresponding sample moments:

etc.

1

1

33

22

n

iYn

YE

s

Y

Trivial MM estimates are estimates of the population mean ( ) and the population variance ( 2).

The benefit of the method is that the equations render possibilities to estimate other parameters.

Page 2: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

Mixed moments

Moments can be raw (e.g. the mean) or central (e.g. the variance).

There are also mixed moments like the covariance and the correlation (which are also central).

MM-estimation of parameters in ARMA-models is made by equating the autocorrelation function with the sample autocorrelation function for a sufficient number of lags.

For AR-models: Replace k by rk in the Yule-Walker equations

For MA-models: Use developed relationships between k and the parameters1 , … , q and replace k by rk in these.Leads quickly to complicated equations with no unique solution.

Mixed ARMA: As complicated as the MA-case

Page 3: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

Example of formulas

AR(1):

AR(2):

1ˆ rk

k

2

1

212

221

211

2211

2211

2211

1ˆ and

1

2,1for ˆˆSet

r

rr

r

rr

krrr kkk

kkk

kkk

Page 4: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

)!(necessary roots valued-Real 5.0 If

14

1

2

solutions with 01ˆ1ˆˆ1

ˆSet

1

;1

1

211

1

2

21

21

21

220

r

rr

rr

ee

MA(1):

14

1

2

1ˆ2

11

rr

Only one solution at a time gives an invertible MA-process

Page 5: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

The parameter e2:

Set 0 = s2

ARMA(1,1)for ˆˆˆ21

ˆ1ˆ

)MA(for ˆˆ1

ˆ

)AR(for ˆˆ1ˆ

22(MM)

1(MM)

1(MM)

1

2(MM) 1MM)( 2

2(MM) 2(MM) 1

2MM)( 2

2(MM) 1

(MM) 1

MM)( 2

s

qs

psrr

e

q

e

ppe

Page 6: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

Example

Simulated from the model

4;2.03.1 21 ettt eYY

> ar(yar1,method="yw")

Call:ar(x = yar1, method = "yw")

Coefficients: 1 0.2439

Order selected 1 sigma^2 estimated as 4.185

“Yule-Walker (leads to MM-estimates)

Page 7: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

Least-squares estimation

Ordinary least-squares

Find the parameter values p1, … , pm that minimise the square sum

where X stands for an array of auxiliary variables that are used as predictors for Y.

Autoregressive models

The counterpart of S (p1, … , pm ) is

n

imiim ppYEYppS

1

2

11 ,,,,, X

tptptt eYYY 11

Here, we take into account the possibility of a mean different from zero.

2

1111 ,,,

n

ptptpttpc YYYS

Page 8: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

Now, the estimation can be made in two steps:

1)Estimate by

2)Find the values of 1 , …, p that minimises

Y

2

1111 ,,,

n

ptptpttpc YYYYYYYS

The estimation of the slope parameters thus becomes conditional on the estimation of the mean.

The square sum Sc is therefore referred to as the conditional sum-of-squares function.

The resulting estimates become very close to the MM-estimate for moderately long series.

Page 9: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

Moving average models

More tricky, since each observed value is assumed to depend on unobservable white-noise terms (and a mean):

qtqtttt eeeY 11

As for the AR-case, first estimate the mean and then estimate the slope parameters conditionally on the estimated mean, i.e.

model in the for ' Substitute ttt YYYY

For an invertible MA-process we may write

qi

ttqtqt

s

eYYY

,, of functionsknown are ' thewhere

,,,,

1

'212

'111

'

Page 10: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

The square sum to be minimized is then generally

2'212

'111

'21 ,,,,,, tqtqttqc YYYeS

Problems: •The representation is infinite, but we only have a finite number of observed values•Sc is a nonlinear function of the parameters 1 , … , q Numerical solution is needed

Compute et recursively using the observed values Y1, … , Yn and setting e0 = e–1 = … = e–q = 0 :

for a certain set of values 1 , … , q

Numerical algorithms used to find the set that minimizes

qtqttt eeYe 11

n

tte

1

2

Page 11: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

Mixed Autoregressive and Moving average models

Least-squares estimation is applied analogously to pure MA-models.

et –values are recursively calculated setting ep = ep – 1 = … = ep + 1 – q = 0

Least-squares generally works well for long series

For moderately long series the initializing with e-values set to zero may have too much influence on the estimates.

Page 12: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

Maximum-Likelihood-estimation (MLE)

For a set of observations y1, … , yn the likelihood function (of the parameters) is a function proportional to the joint density (or probability mass) function of the corresponding random variables Y1, … , Yn evaluated at those observations:

For a times series such a function is not the product of the marginal densities/probability mass functions.

We must assume a probability distribution for the random variables.

For time series it is common to assume that the white noise is normally distributed, i.e.

mnYYm ppyyfppLn

,,,,,, 11,,1 1

2,0~ et Ne

Page 13: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

I0

22

1

;~ e

n

MVN

e

e

e

with known joint density function

For the AR(1) case we can use that the model defines a linear transformation to form Y2, …, Yn from Y1, …, Yn–1 and e2, …, en

n

tt

e

n

ene eeef1

22

221 2

1exp2,,

nnn e

e

e

Y

Y

Y

Y

Y

Y

3

2

1

2

1

3

2

This transformation has Jacobian = 1 which simplifies the derivation of the joint density for Y2, …, Yn given Y1 to

n

ttt

e

n

enYYY yyyyyfn

2

212

2

12

11,, 2

1exp2,,

12

Page 14: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

Now Y1 should be normally distributed with mean and variance e2/(1– 2)

according to the derived properties and the assumption of normally distributed e.

Hence the likelihood function becomes

212

2

21

22

1222

22

21

2

1

2

2

2

212

2

12

111,,2

1 where

,2

1exp12

12exp

12

2

1exp2

,,,,112

YYY,μS

S

yyy

yfyyyfL

n

ttt

e

n

e

e

en

ttt

e

n

e

YnYYYe n

and the MLEs of the parameters . and e2 are found as the values that

maximises L

Page 15: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

Compromise between MLE and Conditional least-squares:

Unconditional least-squares estimates of and are found by minimising

212

2

21 1

YYYμ,S

n

ttt

The likelihood function can be put up for ant ARMA-model, however it is more involved for models more complex than AR(1).

The estimation need (with a few exceptions) to be carried out numerically

Page 16: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

Properties of the estimates

Maximum-Likelihood estimators has a well-established asymptotic theory:

2

1

logn informatioFisher theis where

, and unbiasedally asymptotic is ˆ

LEI

I~NMLE

Hence, by deriving large-sample expressions for the variances of the point estimates, these can be used to make inference about the parameters (tests and confidence intervals)

See the textbook

Page 17: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

Model diagnostics

Upon estimation of a model, its residuals should be checked as usual.

Residuals should be plotted in order to check for

•constant variance (plot them against predicted values)

•normality (Q-Q-plots)

•substantial residual autocorrelation (SAC and SPAC plots)

ttt YYe ˆˆ

Page 18: Estimation Method of Moments (MM) Methods of Moment estimation is a general method where equations for estimating parameters are found by equating population

Ljung-Box test statistic

Let and define ˆ residuals obtained for the lagat SACˆ tk ekr

K

j

jK jn

rnnQ

1

2

*,

ˆ2

If the correct ARMA(p,q)-model is estimated, then Q*,K follows a Chi-square distribution with K – p – q degrees of freedom.

Hence, excessive values of this statistic indicates that the model has been erroneously specified.

The value of K should be chosen large enough to cover what can be expected to be a set of autocorrelations that are unusually high if the model is wrong.