50
1 Davis 4/06 Structural Break Detection in Time Series Models Structural Break Detection in Time Series Models Richard A. Davis Thomas Lee Gabriel Rodriguez-Yam Colorado State University (http://www.stat.colostate.edu/~rdavis/lectures) This research supported in part by an IBM faculty award.

Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

  • Upload
    others

  • View
    3

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

1Davis 4/06

Structural Break Detection in Time Series ModelsStructural Break Detection in Time Series Models

Richard A. Davis

Thomas Lee

Gabriel Rodriguez-Yam

Colorado State University(http://www.stat.colostate.edu/~rdavis/lectures)

This research supported in part by an IBM faculty award.

Page 2: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

2Davis 4/06

Illustrative Example

time

0 100 200 300 400

-6-4

-20

24

6

How many segments do you see?

τ1 = 51 τ2 = 151 τ3 = 251

Page 3: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

3Davis 4/06

Illustrative Example

time

0 100 200 300 400

-6-4

-20

24

6

τ1 = 51 τ2 = 157 τ3 = 259

Auto-PARM=Auto-Piecewise AutoRegressive Modeling

4 pieces, 2.58 seconds.

Page 4: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

5Davis 4/06

IntroductionExamples

ARGARCHStochastic volatility State space models

Model selection using Minimum Description Length (MDL)General principlesApplication to AR models with breaks

Optimization using a Genetic AlgorithmBasicsImplementation for structural break estimation

Simulation results

Applications

Simulation results for GARCH and SV models

Page 5: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

7Davis 4/06

Examples

1. Piecewise AR model:

where τ0 = 1 < τ1 < . . . < τm-1 < τm = n + 1, and {εt} is IID(0,1).

Goal: Estimate

m = number of segmentsτj = location of jth break point γj = level in jth epochpj = order of AR process in jth epoch

= AR coefficients in jth epochσj = scale in jth epoch

, if , 111 jj-tjptjptjjt tYYYjj

τ<≤τεσ+φ++φ+γ= −− L

),,( 1 jjpj φφ K

Page 6: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

8Davis 4/06

Piecewise AR models (cont)

Structural breaks: Kitagawa and Akaike (1978)

• fitting locally stationary autoregressive models using AIC• computations facilitated by the use of the Householder transformation

Davis, Huang, and Yao (1995)

• likelihood ratio test for testing a change in the parameters and/or order of an AR process.

Kitagawa, Takanami, and Matsumoto (2001)

• signal extraction in seismology-estimate the arrival time of a seismic signal.

Ombao, Raz, von Sachs, and Malow (2001)

• orthogonal complex-valued transforms that are localized in time and frequency- smooth localized complex exponential (SLEX) transform.• applications to EEG time series and speech data.

Page 7: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

9Davis 4/06

Motivation for using piecewise AR models:

Piecewise AR is a special case of a piecewise stationary process (see Adak 1998),

where , j = 1, . . . , m is a sequence of stationary processes. It is

argued in Ombao et al. (2001), that if {Yt,n} is a locally stationary

process (in the sense of Dahlhaus), then there exists a piecewise

stationary process with

that approximates {Yt,n} (in average mean square).

Roughly speaking: {Yt,n} is a locally stationary process if it has a time-varying spectrum that is approximately |A(t/n,ω)|2 , where A(u,ω) is a continuous function in u.

,)/(~1

),[, 1∑=

ττ −=

m

j

jtnt ntIYY

jj

}{ jtY

, as ,0/ with ∞→→∞→ nnmm nn

}~{ ,ntY

Page 8: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

10Davis 4/06

Examples (cont)

2. Segmented GARCH model:

where τ0 = 1 < τ1 < . . . < τm-1 < τm = n + 1, and {εt} is IID(0,1).

3. Segmented stochastic volatility model:

4. Segmented state-space model (SVM a special case):

, if ,

,

122

1122

112

jj-qtjqtjptjptjjt

ttt

tYY

Y

jjjjτ<≤τσβ++σβ+α++α+ω=σ

εσ=

−−−− LL

. if ,loglog log

,

122

112

jj-tjptjptjjt

ttt

t

Y

jjτ<≤την+σφ++σφ+γ=σ

εσ=

−− L

. if , specified is )|(),...,,,...,|(

111

111

jj-tjptjptjjt

ttttt

typyyyp

jjτ<≤τησ+αφ++αφ+γ=α

α=αα

−−

L

Page 9: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

11Davis 4/06

Model Selection Using Minimum Description Length

Basics of MDL:Choose the model which maximizes the compression of the data or, equivalently, select the model that minimizes the code length of the data (i.e., amount of memory required to encode the data).

M = class of operating models for y = (y1, . . . , yn)

LF (y) = = code length of y relative to F ∈ MTypically, this term can be decomposed into two pieces (two-part code),

where

= code length of the fitted model for F

= code length of the residuals based on the fitted model

,ˆ|ˆ( ˆ()( )eL|y)LyL FFF +=

|y)L F̂(

)|eL F̂ˆ(

Page 10: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

12Davis 4/06

Illustration Using a Simple Regression Model (see T. Lee `01)

Encoding the data: (x1,y1), . . . , (xn,yn)

1. “Naïve” case

)()( )()(),,( ),,()"("

11

11

nn

nn

yLyLxLxLyyLxxLnaiveL

+++++=+=

LL

KK

2. Linear model; suppose yi = a0 + a1xi , i = 1, . . . , n. Then

)()( )()( ),( ),,()"1("

101

101

aLaLxLxLaaLxxLpL

n

n

++++=+==

L

K

3. Linear model with noise; suppose yi = a0 + a1xi + εi , i = 1, . . . , n, where{εi}~IID N(0,σ2). Then

If A < L(y1) + . . . + L(yn), then “p=1” encoding scheme dominates the “naïve” scheme.

44444444 344444444 21KL )ˆ,ˆ,ˆ|ˆ,,ˆ()ˆ()ˆ()ˆ( )()()"1(" 2

1012

101 σεε+σ+++++== aaLLaLaLxLxLpL nn

A

Page 11: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

13Davis 4/06

Model Selection Using Minimum Description Length (cont)

Applied to the segmented AR model:

First term :

, if , 111 jj-tjptjptjjt tYYYjj

τ<≤τεσ+φ++φ+γ= −− L

|y)L F̂(

∑∑==

++++=

ψ++ψ++ττ+=m

jj

jm

jj

mmm

np

pnmm

yLyLppLLL(m)|y)L

12

1222

111

log2

2logloglog

)|ˆ()|ˆ(),,(),,(ˆ( LKKF

Encoding:integer I : log2 I bits (if I unbounded)

log2 IU bits (if I bounded by IU)

MLE : ½ log2N bits (where N = number of observations used to compute ; Rissanen (1989))

θ̂θ̂

Page 12: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

14Davis 4/06

Second term : Using Shannon’s classical results on information theory, Rissanen demonstrates that the code length of can be approximated by the negative of the log-likelihood of the fitted model, i.e., by

)eL F̂|ˆ(

∑=

ψ−≈m

jj yL)eL

12 )|ˆ(logˆ|ˆ( F

For fixed values of m, (τ1,p1),. . . , (τm,pm), we define the MDL as

∑ ∑∑= ==

ψ−+

+++=

ττm

j

m

jjj

jm

jj

mm

yLnp

pnmm

ppmMDL

1 122

1222

11

)|ˆ(loglog2

2logloglog

)),(,),,(,( K

The strategy is to find the best segmentation that minimizes MDL(m,τ1,p1,…, τm,pm). To speed things up for AR processes, we use Y-W estimates of AR parameters and we replace

with jj n+σπ )ˆ2(log 22

)|ˆ(log2 yL jψ−

Page 13: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

15Davis 4/06

Optimization Using Genetic Algorithms

Basics of GA:Class of optimization algorithms that mimic natural evolution.

• Start with an initial set of chromosomes, or population, of possible solutions to the optimization problem.

• Parent chromosomes are randomly selected (proportional to the rank of their objective function values), and produce offspring using crossover or mutation operations.

• After a sufficient number of offspring are produced to form a second generation, the process then restarts to produce a thirdgeneration.

• Based on Darwin’s theory of natural selection, the process should produce future generations that give a smaller (or larger)objective function.

Page 14: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

16Davis 4/06

Map the break points with a chromosome c via

where

For example,

c = (2, -1, -1, -1, -1, 0, -1, -1, -1, -1, 0, -1, -1, -1, 3, -1, -1, -1, -1,-1)t: 1 6 11 15

would correspond to a process as follows:

AR(2), t=1:5; AR(0), t=6:10; AR(0), t=11:14; AR(3), t=15:20

Application to Structural Breaks—(cont)

Genetic Algorithm: Chromosome consists of n genes, each taking the value of −1 (no break) or p (order of AR process). Use natural selection to find a near optimal solution.

),,,( )),(,),(,( n111 δδ=⎯→←ττ KK cppm mm

⎩⎨⎧

τ=−

=δ− . isorder AR and at timepoint break if ,

,at point break no if ,1

1 jjjt ptp

t

),,,( )),(,),(,( n111 δδ=⎯→←ττ KK cppm mm

⎩⎨⎧

τ=−

=δ− . isorder AR and at timepoint break if ,

,at point break no if ,1

1 jjjt ptp

t

Page 15: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

17Davis 4/06

Implementation of Genetic Algorithm—(cont)

Generation 0: Start with L (200) randomly generated chromosomes, c1, . . . ,cL with associated MDL values, MDL(c1), . . . , MDL(cL).

Generation 1: A new child in the next generation is formed from the chromosomes c1, . . . , cL of the previous generation as follows:

with probability πc, crossover occurs.

two parent chromosomes ci and cj are selected at random with probabilities proportional to the ranks of MDL(ci).

kth gene of child is δk = δi,k w.p. ½ and δj,k w.p. ½

with probability 1− πc, mutation occurs.

a parent chromosome ci is selected

kth gene of child is δk = δi,k w.p. π1 ; −1 w.p. π2;and p w.p. 1− π1−π2.

Page 16: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

18Davis 4/06

Implementation of Genetic Algorithm—(cont)

Execution of GA: Run GA until convergence or until a maximum number of generations has been reached. .Various Strategies:

include the top ten chromosomes from last generation in next generation.

use multiple islands, in which populations run independently, and then allow migration after a fixed number of generations. This implementation is amenable to parallel computing.

Page 17: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

19Davis 4/06

Simulation Examples-based on Ombao et al. (2001) test cases

1. Piecewise stationary with dyadic structure: Consider a time series following the model,

where {εt} ~ IID N(0,1).⎪⎩

⎪⎨

≤≤ε+−<≤ε+−

<≤ε+=

−−

−−

,1024769 if ,81.32.1 ,769513 if ,81.69.1

,5131 if ,9.

21

21

1

tYYtYY

tYY

ttt

ttt

tt

t

Time

1 200 400 600 800 1000

-10

-50

510

⎪⎩

⎪⎨

≤≤ε+−<≤ε+−

<≤ε+=

−−

−−

,1024769 if ,81.32.1 ,769513 if ,81.69.1

,5131 if ,9.

21

21

1

tYYtYY

tYY

ttt

ttt

tt

t

Page 18: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

20Davis 4/06

Replace worst 2 in Island 3 with best 2 from Island 2.Replace worst 2 in Island 4 with best 2 from Island 3.Replace worst 2 in Island 1 with best 2 from Island 4.

1. Piecewise stat (cont)

Implementation: Start with NI = 50 islands, each with population size L = 200.

Span configuration for model selection: Max AR order K = 10,p 0 1 2 3 4 5 6 7-10 11-20

mp 10 10 12 14 16 18 20 25 50

πp 1/21 1/21 1/21 1/21 1/21 1/21 1/21 1/21 1/21

Replace worst 2 in Island 2 with best 2 from Island 1. 3

4

1

2Stopping rule: Stop when the max MDL does not change for 10 consecutive migrations or after 100 migrations.

After every Mi = 5 generations, allow migration.

Page 19: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

21Davis 4/06

1. Piecewise stat (cont)

GA results: 3 pieces breaks at τ1=513; τ2=769. Total run time 16.31 secs

Time0.0 0.2 0.4 0.6 0.8 1.0

0.0

0.1

0.2

0.3

0.4

0.5

Time0.0 0.2 0.4 0.6 0.8 1.0

0.0

0.1

0.2

0.3

0.4

0.5

True Model Fitted Model

Fitted model: φ1 φ2 σ2

1- 512: .857 .9945513- 768: 1.68 -0.801 1.1134769-1024: 1.36 -0.801 1.1300

Page 20: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

22Davis 4/06 Time

1 200 400 600 800 1000

-6-4

-20

24

Simulation Examples (cont)

2. Slowly varying AR(2) model:

where and {εt} ~ IID N(0,1).

10241 if 81. 21 ≤≤ε+−= −− tYYaY ttttt

)],1024/cos(5.01[8. tat π−=

0 200 400 600 800 1000

time

0.4

0.6

0.8

1.0

1.2

a_t

10241 if 81. 21 ≤≤ε+−= −− tYYaY ttttt

)],1024/cos(5.01[8. tat π−=

Page 21: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

23Davis 4/06Time

0.0 0.2 0.4 0.6 0.8 1.0

0.0

0.1

0.2

0.3

0.4

0.5

2. Slowly varying AR(2) (cont)

GA results: 3 pieces, breaks at τ1=293, τ2=615. Total run time 27.45 secs

True Model Fitted Model

Fitted model: φ1 φ2 σ2

1- 292: .365 -0.753 1.149293- 614: .821 -0.790 1.176615-1024: 1.084 -0.760 0.960

Time0.0 0.2 0.4 0.6 0.8 1.0

0.0

0.1

0.2

0.3

0.4

0.5

Page 22: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

27Davis 4/06

2. Slowly varying AR(2) (cont)

True Model Average Model

In the graph below right, we average the spectogram over the GA fitted models generated from each of the 200 simulated realizations.

Time0.0 0.2 0.4 0.6 0.8 1.0

0.0

0.1

0.2

0.3

0.4

0.5

Time

Freq

uenc

y

0.0 0.2 0.4 0.6 0.8 1.0

0.0

0.1

0.2

0.3

0.4

0.5

Page 23: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

28Davis 4/06

Simulation Examples (cont)

3. Piecewise ARMA:

where {εt} ~ IID N(0,1).

⎪⎩

⎪⎨

≤≤ε−ε<≤ε+

<≤ε+ε+−=

−−

.1024769 if ,7. ,769513 if ,9.

,5131 if ,7.9.

1

1

11

ttY

tYY

tt

tt

ttt

t

Time

1 200 400 600 800 1000

-4-2

02

4

⎪⎩

⎪⎨

≤≤ε−ε<≤ε+

<≤ε+ε+−=

−−

.1024769 if ,7. ,769513 if ,9.

,5131 if ,7.9.

1

1

11

ttY

tYY

tt

tt

ttt

t

Page 24: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

29Davis 4/06

3. Piecewise ARMA (cont)

GA results: 3 pieces, breaks at τ1=513, τ2=769. Total run time 1.53 secs

True Model Fitted Model

Fitted model: AR orders 4, 1, 2

Time0.0 0.2 0.4 0.6 0.8 1.0

0.0

0.1

0.2

0.3

0.4

0.5

Time0.0 0.2 0.4 0.6 0.8 1.0

0.0

0.1

0.2

0.3

0.4

0.5

Page 25: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

30Davis 4/06

Time

1 500 1000 1500 2000

-10

010

Simulation Examples (cont)

4. Simulated data from Fearnhead (2005):

True model has 9 changepoints

black=true

red=APARM

green=MAP

MAP est of m=9 while MAP of m and changepoint locations gives m= 8 changepts. Plot is conditional on 9 changepoints.

Page 26: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

31Davis 4/06

Time0.0 0.2 0.4 0.6 0.8 1.0

0.0

0.1

0.2

0.3

0.4

0.5

4. Fearnhead example

True Model Fitted APARM Model

Time0.0 0.2 0.4 0.6 0.8 1.0

0.0

0.1

0.2

0.3

0.4

0.5

Page 27: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

32Davis 4/06

Theory

Consistency.

Suppose the number of change points m is known and let

λ1=τ1/n, . . . , λm=τm/n

be the relative (true) changepoints. Then

where and = Auto-PARM estimate of τj .

a.s. ˆ jj λ→λ

ˆˆ /njj τ=λ ˆ jτ

Consistency of the estimate of m?

• For n large, Auto-PARM estimate is ≥ m.

• Have not proved equality.

Page 28: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

35Davis 4/06

Examples

Speech signal: GREASY

Time

1 1000 2000 3000 4000 5000

-150

0-5

000

500

1000

1500

G R EA S Y

Page 29: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

36Davis 4/06

Time

1 1000 2000 3000 4000 5000

-150

0-5

000

500

1000

1500

G R EA S Y

Time0.0 0.2 0.4 0.6 0.8 1.0

0.0

0.1

0.2

0.3

0.4

0.5

Speech signal: GREASYn = 5762 observationsm = 15 break pointsRun time = 18.02 secs

Page 30: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

37Davis 4/06

Time

1 500 1000 1500 2000

-0.4

-0.2

0.0

0.2

0.4

Examples

Mine explosion seismic trace in Scandinavia: (Shumway and Stoffer 2000, Stoffer et al. 2005)Two waves: P (primary) compression wave and S (shear) wave

Page 31: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

38Davis 4/06

Time0.0 0.2 0.4 0.6 0.8 1.0

0.0

0.1

0.2

0.3

0.4

0.5

Examples

AR orders: 1 7 17 13 15

Page 32: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

39Davis 4/06

Examples

Large brown bat echolocation: 400 data points taken at 7microsecond intervals (total duration of .0028 seconds). Data and ideas about M-stationarity described here are from Buddy Gray, Wayne Woodward, and their group at SMU. http://faculty.smu.edu/hgray/research.htm

Time

1 100 200 300 400

-0.2

-0.1

0.0

0.1

bat echolocation

Page 33: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

40Davis 4/06

Features of data:• time varying frequency, examples of which are chirps and dopplersignals found in radar, sonar, and communication theory.

• data appears to be made up of two signals.

• each signal has a frequency that is changing linearly in time. i.e., that is the cycle is lengthening in time.

• an AR(20) model is the best fitting AR model. Residuals are uncorrelated but not independent.

Time

1 100 200 300 400

-0.2

-0.1

0.0

0.1

Page 34: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

42Davis 4/06

Time

1 100 200 300 400

-0.2

-0.1

0.0

0.1

Examples (bat data cont)

GA results: 6 pieces, breaks at τ1=16, τ2=98, τ3= 205, τ4= 265, τ5= 353. Fitted model: AR orders 1, 6, 13, 7, 13, 5; Total run time 4.7 secs

Page 35: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

43Davis 4/06

Auto-PARM

Time0.0 0.2 0.4 0.6 0.8 1.0

0.0

0.1

0.2

0.3

0.4

0.5

Examples (bat data spectrograms)

Euler(12), Gray et al

Page 36: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

44Davis 4/06

time2 4 6 8 10 12 14

-0.0

010.

00.

001

0.00

20.

003

time20 40 60 80 100

-0.1

0-0

.05

0.0

0.05

time100 120 140 160 180 200

-0.2

-0.1

0.0

0.1

time210 220 230 240 250 260

-0.2

-0.1

0.0

0.1

time280 300 320 340

-0.1

5-0

.05

0.0

0.05

0.10

time360 370 380 390 400

-0.0

050.

00.

005

0.01

00.

015

Page 37: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

46Davis 4/06

Application to Multivariate Time Series

( ),)ˆ(ˆ)ˆ(|)ˆlog(| 21log

22/)1(

logloglog )),(,),,(,(

1 1

11

2

111

1

∑ ∑ ∑

= =

−τ

τ=

=

−−+++++

+

++=ττ

m

j

m

j tttt

Ttttj

j

m

jjmm

j

j

VVnddddp

pnmmppmMDL

YYYY

K

Multivariate time series (d-dimensional): y1, . . . , yn

Piecewise AR model:

where τ0 = 1 < τ1 < . . . < τm-1 < τm = n + 1, and {Ζt} is IID(0, Id).

In this case,

, if , 12/1

11 jj-tjptjptjjt tjj

τ<≤τΣ+Φ++Φ+= −− ZYYγY L

where and the AR parameters are estimated by the multivariate Y-W equations based on Whittle’sgeneralization of the Durbin-Levinson algorithm.

21 )ˆ(ˆ and ),|(ˆ

tttttt EVE YYYYYY −== K

Page 38: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

48Davis 4/06

GA bivariate results: 11 pieces with AR orders, 17, 2, 6 15, 2, 3, 5, 9, 5, 4, 1GA univariate results: 14 breakpoints for T3; 11 breakpoints for P3

Data: Bivariate EEG time series at channels T3 (left temporal) and P3 (left parietal). Female subject was diagnosed with left temporal lobe epilepsy. Data collected by Dr. Beth Malow and analyzed in Ombao et al (2001). (n=32,768; sampling rate of 100H). Seizure started at about 1.85 seconds.

Example: EEG Time series

Time in seconds

EE

G T

3 ch

anne

l

1 50 100 150 200 250 300

-600

-400

-200

020

0

Time in seconds

EE

G P

3 ch

anne

l

1 50 100 150 200 250 300

-400

-300

-200

-100

0

T3 Channel P3 Channel

Page 39: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

49Davis 4/06

Remarks:

• the general conclusions of this analysis are similar to those reached in Ombao et al.

• prior to seizure, power concentrated at lower frequencies and then spread to high frequencies.

• power returned to the lower frequencies at conclusion of seizure.

Example: EEG Time series (cont)

Time in seconds

Freq

uenc

y (H

ertz

)

1 50 100 150 200 250 300

010

2030

4050

Time in seconds

Freq

uenc

y (H

ertz

)

1 50 100 150 200 250 300

010

2030

4050

T3 Channel P3 Channel

Page 40: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

50Davis 4/06

Remarks (cont):

• T3 and P3 strongly coherent at 9-12 Hz prior to seizure.

• strong coherence at low frequencies just after onset of seizure.

• strong coherence shifted to high frequencies during the seizure.

Example: EEG Time series (cont)

Time in seconds

Freq

uenc

y (H

ertz

)

1 50 100 150 200 250 300

010

2030

4050

T3/P3 Coherency

Page 41: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

52Davis 4/06

Application to GARCH (cont)

Garch(1,1) model:

⎩⎨⎧

<≤σ++<≤σ++

=σ−−

−−

.1000501 if ,8.1.4. ,5011 if ,5.1.4.

21

21

21

212

tYtY

tt

ttt

. if ,

IID(0,1)~}{ ,

12

121

2jj-tjtjjt

tttt

tY

Y

τ<≤τσβ+α+ω=σ

εεσ=

−−

AG%

GA%

# of CPs

95.096.41

≥ 2

0

0.53.6

0.00.0

AG = Andreou and Ghysels (2002)

⎩⎨⎧

<≤σ++<≤σ++

=σ−−

−−

.1000501 if ,8.1.4. ,5011 if ,5.1.4.

21

21

21

212

tYtY

tt

ttt

Time1 200 400 600 800 1000

-6-4

-20

24

6

CP estimate = 502

. if ,

IID(0,1)~}{ ,

12

121

2jj-tjtjjt

tttt

tY

Y

τ<≤τσβ+α+ω=σ

εεσ=

−−

Page 42: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

53Davis 4/06

Application to GARCH (cont)

More simulation results for Garch(1,1) :

⎩⎨⎧

<≤τσ++τ<≤σ++

=σ−−

−−

.1000 if ,2.3.00.1 ,1 if ,3.4.05.

12

121

12

1212

tYtY

tt

ttt

IID(0,1)~}{ , ttttY εεσ=

500

250

50

τ1

4.7654.70

4.5018.10

11.7012.40

SE

502538

250271

5071

Med FreqMean

.99251.18272.30

GABerkes

GABerkes

GABerkes

.98501.22516.40

.9852.6271.40

Berkes = Berkes, Gombay, Horvath, and Kokoszka (2004).

Page 43: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

54Davis 4/06

Application to Parameter-Driven SS Models

State Space Model Setup:Observation equation:

p(yt | αt) = exp{αt yt − b(αt) + c(yt)}.

State equation: {αt} follows the piecewise AR(1) model given by

αt = γk + φkαt-1 + σkεt , if τk-1 ≤ t < τk ,

where 1 = τ0 < τ1 < … < τm < n, and {εt } ~ IID N(0,1).

Parameters: m = number of break pointsτk = location of break points γk = level in kth epochφk = AR coefficients kth epochσk = scale in kth epoch

Page 44: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

55Davis 4/06

Application to Structural Breaks—(cont)

Estimation: For (m, τ1, . . . , τm) fixed, calculate the approximate

likelihood evaluated at the “MLE”, i.e.,

where is the MLE.

Goal: Optimize an objective function over (m, τ1, . . . , τm).

• use minimum description length (MDL) as an objective function

• use genetic algorithm for optimization

( )},2/)()()}y()({1yexp{||)y;ˆ( ****

2/1

2/1

n µ−αµ−α−−α−α+

=ψ nT

nTT

nn

na Gcb

GKGL

)ˆ,,ˆ,ˆ,,ˆ,ˆ,,ˆ(ˆ 22111 mmm σσφφγγ=ψ KKK

Page 45: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

56Davis 4/06

time

y

1 100 200 300 400 500

05

1015

Count Data ExampleModel: Yt | αt ∼ Pois(exp{β + αt }), αt = φαt-1+ εt , {εt}~IID N(0, σ2)

Breaking PointM

DL

1 100 200 300 400 500

1002

1004

1006

1008

1010

1012

1014

True model:

Yt | αt ~ Pois(exp{.7 + αt }), αt = .5αt-1+ εt , {εt}~IID N(0, .3), t < 250

Yt | αt ~ Pois(exp{.7 + αt }), αt = -.5αt-1+ εt , {εt}~IID N(0, .3), t > 250.

GA estimate 251, time 267secs

Page 46: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

57Davis 4/06

time

y

1 500 1000 1500 2000 2500 3000

-2-1

01

23

Model: Yt | αt ∼ N(0,exp{αt}), αt = γ + φ αt-1+ εt , {εt}~IID N(0, σ2)

SV Process Example

True model:

Yt | αt ~ N(0, exp{αt}), αt = -.05 + .975αt-1+ εt , {εt}~IID N(0, .05), t ≤ 750

Yt | αt ~ N(0, exp{αt }), αt = -.25 +.900αt-1+ εt , {εt}~IID N(0, .25), t > 750.

GA estimate 754, time 1053 secs

Breaking Point

MD

L

1 500 1000 1500 2000 2500 3000

1295

1300

1305

1310

1315

Page 47: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

58Davis 4/06

time

y

1 100 200 300 400 500

-0.5

0.0

0.5

Model: Yt | αt ∼ N(0,exp{αt}), αt = γ + φ αt-1+ εt , {εt}~IID N(0, σ2)

SV Process Example

True model:

Yt | αt ~ N(0, exp{αt}), αt = -.175 + .977αt-1+ εt , {εt}~IID N(0, .1810), t ≤ 250

Yt | αt ~ N(0, exp{αt }), αt = -.010 +.996αt-1+ εt , {εt}~IID N(0, .0089), t > 250.

GA estimate 251, time 269s

Breaking PointM

DL

1 100 200 300 400 500

-530

-525

-520

-515

-510

-505

-500

Page 48: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

59Davis 4/06

SV Process Example-(cont)

time

y

1 100 200 300 400 500

-0.5

0.0

0.5

Fitted model based on no structural break:

Yt | αt ∼ N(0, exp{αt}), αt = -.0645 + .9889αt-1+ εt , {εt}~IID N(0, .0935)

True model:

Yt | αt ~ N(0, exp{at}), αt = -.175 + .977αt-1+ et , {εt}~IID N(0, .1810), t ≤ 250

Yt | αt ∼ N(0, exp{αt }), αt = -.010 +.996αt-1+ εt , {εt}~IID N(0, .0089), t > 250.

time

y

1 100 200 300 400 500

-0.5

0.0

0.5

1.0 simulated seriesoriginal series

Page 49: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

60Davis 4/06

SV Process Example-(cont)Fitted model based on no structural break:

Yt | αt ∼ N(0, exp{αt}), αt = -.0645 + .9889αt-1+ εt , {εt}~IID N(0, .0935)

time

y

1 100 200 300 400 500

-0.5

0.0

0.5

1.0 simulated series

Breaking Point

MD

L

1 100 200 300 400 500-4

78-4

76-4

74-4

72-4

70-4

68-4

66

Page 50: Structural Break Detection in Time Series Modelsrdavis/lectures/Davis_06.pdfDavis 4/06 20 Replace worst 2 in Island 3 with best 2 from Island 2. Replace worst 2 in Island 4 with best

61Davis 4/06

Summary Remarks

1. MDL appears to be a good criterion for detecting structural breaks.

2. Optimization using a genetic algorithm is well suited to find a near optimal value of MDL.

3. This procedure extends easily to multivariate problems.

4. While estimating structural breaks for nonlinear time series models is more challenging, this paradigm of using MDL together GA holds promise for break detection in parameter-driven models and other nonlinear models.