• Aucun résultat trouvé

Process Segmentation vs. Online Change point detection

N/A
N/A
Protected

Academic year: 2022

Partager "Process Segmentation vs. Online Change point detection"

Copied!
53
0
0

Texte intégral

(1)

A not so short Introduction to Process Segmentation

Franck Picard‡,

UMR 5558 UCB CNRS LBBE, Lyon, France

Projet BAMBOO, INRIA, F-38330 Montbonnot Saint-Martin, France.

[email protected] http://pbil.univ-lyon1.fr/members/fpicard/

RSL - Lyon June 2010

(2)

Introduction

Outline

1 Introduction

2 The Piece-wise constant model

3 Computational issues for breaks positioning

4 Statistical properties of the estimators

5 Model selection for segmentation models

6 The Bayesian Strategy

(3)

Introduction

Segmentation models: definitions and notations

We observe {y1, . . . ,yn} a sequence of data modeled by a random process Y={Y1, . . . ,Yn} with

Yt ∼f(θt).

We suppose that there existsK + 1 change-points

t0 = 1< . . . <tK =n such thatθt is constant between two changes and different from a change to another.

Ik =]tk−1,tk]: interval of stationarity,θk the parameter between two changes:

∀t∈Ik, Yt∼f(θk)

θ can stand for the mean, variance, spectrum, etc...

(4)

Introduction

Process Segmentation vs. Online Change point detection

Sequential observations: the detection of a change should be done with past observations only

Example: quality control, earthquake detection, ...

Main Reference: Basseville & Nikiforov (93) [3]

Sequential analysis (mainly based on tests)

(5)

Introduction

Applications of process segmentation

Econometrics [17, 16]

Medical Imagery [18]

Climate series [22]

Biology (sequence segmentation [6, 5], microarrays [25])

-100 -80 -60 -40 -20 0 20 40 60

0 500 1000 1500 2000 2500 3000 3500 4000 4500

-100 -80 -60 -40 -20 0 20 40 60 80

0 500 1000 1500 2000 2500 3000 3500 4000 4500

0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1

0 500 1000 1500 2000 2500 3000 3500 4000 4500

Market prices segmentation [19]

(6)

Introduction

Applications of process segmentation

Econometrics [17, 16]

Medical Imagery [18]

Climate series [22]

Biology (sequence segmentation [6, 5], microarrays [25])

0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 5

-4 -2 0 2 4

time (sec) (a)

0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 5

-4 -2 0 2 4

time (sec) (b)

EEG segmentation [18]

(7)

Introduction

Applications of process segmentation

Econometrics [17, 16]

Medical Imagery [18]

Climate series [22]

Biology (sequence segmentation [6, 5], microarrays [25])

TOULOUSE-BLAGNAC 31069001 TM (H)

1960 1970 1980 1990 2000

12 14

TM (H) (˚C)

Moyenne = 13.2 ˚C

CUGNAUX 31157001 TM (H)

1960 1970 1980 1990 2000

12 14

TM (H) (˚C)

Moyenne = 13.2 ˚C

ONDES 31403001 TM (H)

1960 1970 1980 1990 2000

12 14

TM (H) (˚C)

Moyenne = 12.9 ˚C

SEGREVILLE 31540001 TM (H)

1960 1970 1980 1990 2000

12 14

TM (H) (˚C)

Moyenne = 12.3 ˚C

Fig. 2.1.3.4.2.3

Climate series segmentation [22]

(8)

Introduction

Applications of process segmentation

Econometrics [17, 16]

Medical Imagery [18]

Climate series [22]

Biology (sequence segmentation [6, 5], microarrays [25])

1.57 1.58 1.59 1.6 1.61 1.62 1.63 1.64 1.65 1.66 1.67

x 106

−3

−2

−1 0 1 2 3

log2 rat

genomic position

Unaltered segment

Deleted segment Amplified segments

Array CGH segmentation [25]

(9)

Introduction

Main contributors (non exhaustive) !

P. Perron (Boston University) T.L. Lai (Stanford University) D. Siegmund (Stanford University) P. Fearnhead (Lancaster University) P. Green (Bristol University)

M. Lavielle (INRIA, Orsay) E. Lebarbier (AgroParisTech)

(10)

Introduction

Outline of the presentation

How to build the model ?

How to estimate the parameters and the location of the breaks ? Properties of the breaks estimators ?

How many breaks ?

How to deal with dependent observations ? The Bayesian Perspective

(11)

The Piece-wise constant model

Outline

1 Introduction

2 The Piece-wise constant model

3 Computational issues for breaks positioning

4 Statistical properties of the estimators

5 Model selection for segmentation models

6 The Bayesian Strategy

(12)

The Piece-wise constant model

A piece-wise constant regression

We observe a Gaussian process (iid) Y={Y1, . . . ,Yn} with Yt ∼ N(µt, σ2).

We suppose that there existsK + 1 change-pointst0 < . . . <tK such that the mean of the signal is constant between two changes and different from a change to another.

Ik =]tk−1,tk]: interval of stationarity,µk the mean of the signal between two changes:

∀t∈Ik, Ytk+Et, Et∼ N(0, σ2).

(13)

The Piece-wise constant model

Generalization to piece-wise linear regressions

The parameter subject to changes can beE(Y(t)) and/or V(Y(t)) The model is extended to piece-wise linear regression

Ik =]tk−1,tk]: interval of stationarity,θk the set of parameters between two changes:

∀t ∈Ik, Yt =

p

X

j1

θjkxj(t) +Et, Et ∼ N(0, σ2).

Difference with splines: no continuity constraint at the breaks

(14)

The Piece-wise constant model

Parameters and estimation strategy

The parameters: t={t0, . . . ,tK},µ={µ1, . . . , µK}andσ2. The estimation is done for a given K which is estimated afterwards.

The log-likelihood of the model is:

logLK(Y;t,µ, σ2) =

K

X

k=1 tk

X

t=tk−1+1

f(ytk, σ2).

WhenK andtare known, how to estimate µ? WhenK is known, how to estimate t?

How to chooseK ?

(15)

The Piece-wise constant model

Penalized contrast estimators

Penalized contrast estimators are of the form:

(ˆt,θ) = arg minˆ

t,θ {JK(Y;t,θ)−βpen(t)}

JK(Y;t,θ): to assess the quality of fit of the model - locate the changepoints as accurately as possible.

- Can be broken down into local contrast (log-likelihoods)

JK(Y;t,θ) =X

k

log`(Y[tk−1:tk];θk)

pen(t) only depends onK (increases with K)

β establishes a trade-off between the contrast and the penalty

(16)

The Piece-wise constant model

Parameter estimation

WhenK andtare known the estimation of µis straightforward:

µbk = 1

btk−btk−1 btk

X

t=btk−1+1

yt,

2 = 1 n

K

X

k=1 btk

X

t=btk−1+1

(yt−µbk)2.

Findbtsuch that:

bt= arg max

t

logLK(Y;t,µ, σ2) .

(17)

Computational issues for breaks positioning

Outline

1 Introduction

2 The Piece-wise constant model

3 Computational issues for breaks positioning

4 Statistical properties of the estimators

5 Model selection for segmentation models

6 The Bayesian Strategy

(18)

Computational issues for breaks positioning

Dynamic Programming to optimize the log-likelihood

Partition n data points intoK segments: complexity O(nK).

DP reduces the complexity toO(n2) when K is fixed.

Analogy with the shortest path problem:

- “subpaths of optimal paths are themselves optimal”

RSSk(i,j) cost of the path connectingi to j in k segments:

∀0i<j n, RSS1(i,j) =

j

X

t=i+1

(yty¯ij)2,

∀1kK 1, RSSk+1(1,j) = min

1≤h≤j{RSSk(1,h) + RSS1(h+ 1,j)}.

(19)

Computational issues for breaks positioning

Dynamic Programming on very large signals ?

Even if DP reduces the computational burden toO(n2) it may be problematic when n∼106

Constraint the length of segments (lmin, lmax) Sequential strategies (Bayesian [13])

Use the LARS framework [4]

Find a trick to the trick to decrease the complexity of DP [26]

(20)

Statistical properties of the estimators

Outline

1 Introduction

2 The Piece-wise constant model

3 Computational issues for breaks positioning

4 Statistical properties of the estimators

5 Model selection for segmentation models

6 The Bayesian Strategy

(21)

Statistical properties of the estimators

Breaks estimator convergence

Letτ ={0< τ0 < . . . < τK <1} andτ? the sequence of (true) normalized change points

Letθ∈Rd and θ? be the (true) parameter subject to changes the true vector of parameters

Let ˆτn and ˆθn be minimum contrast estimators IfK is known, then under very mild conditions [17]

(ˆτn,θˆn)→

P?

?, θ?) Note that the rate of convergence of ˆτn is n

IfK is unknown, convergence depends onβnpen(t) (Ex: Klog(n)/2) More generally βn should tend to 0 at an appropriate rate

Results include strongly mixing and strongly dependent processes

(22)

Statistical properties of the estimators

Limit Distribution for the breaks-1

Central Ingredient to get results (δkk+1−µk)

∀ >0,∃C <∞, P

n|ˆtk −tk?|<C/δ2k <

For one breakt1, δ=µ2−µ1, andt1 lies in a compact set {|t1−t1?|<Cδ−2}

Recall that ˆt1= arg min{RSS(t1)}= arg max{RSS(t1?)−RSS(t1)}

RSS(t10)−RSS(t1) =

(−δ2(t1?−t1) + 2δPt1?

t1+1t+op(1)

−δ2(t1−t1?)−2δPt1

t1?+1t+op(1) The distribution of these sums depends on t1

(23)

Statistical properties of the estimators

Limit Distribution for the breaks-2

Let us defineW such thatW(0) = 0 and W(m) =

(−δ2m+ 2δP0

t=m+1t, form>0

−δ2m+ 2δPm

t=1t, form<0 Assuming a stricly stationary distribution for{t} then

RSS(t1?)−RSS(t1) =W(t1−t1?) +op(1) Using conditions (ont) that ensure a unique max for W then

ˆt1−t1?

d arg max

m W(m)

More general results can be found in the litterature [29, 23]

(24)

Statistical properties of the estimators

Confidence intervals for break dates

Results use limit distributions, but may be difficult to handle in practice [30]

Many techniques use likelihood ratios and sequential analysis [27, 28, 8]

Resampling strategies are difficult to define in the case of multiple changes [15]

Bayesian strategies are more suitable for confidence assessment in the case of multiple changes

(25)

Model selection for segmentation models

Outline

1 Introduction

2 The Piece-wise constant model

3 Computational issues for breaks positioning

4 Statistical properties of the estimators

5 Model selection for segmentation models

6 The Bayesian Strategy

(26)

Model selection for segmentation models

Penalized contrasts to estimate the number of segment

The number of segmentsK should be estimated:

Kb = arg max

K

logLK(Y;bt,µ,b σb2)−βpen(K) . Main difficulty: breakpoints are discrete parameters

the likelihood is not differentiable wrtt

Cn−1K−1 possible segmentations for a model withK segments.

how to define the dimension of the model ? How to define pen(K) ?

How to defineβ ?

(27)

Model selection for segmentation models

Comparison of segmentation results

Criterion pen(K) β

AIC 2K 1

BIC 2K log(n)/2

Lavielle 2K adaptive

mBIC f(K,P

klognk) log(n)/2 Lebarbier c1+c1log(n/K) adaptive

Simulations [25] and ˆK =f(σ) with K? = 5

(28)

Model selection for segmentation models

Construction of a Bayesian Criterion mBIC [31]

DefineMK the segmentation model with K segments, then mBIC(K) = log Pr{Y|MK}

Pr{Y|M0}

Derive an asymptotic approximation of the Bayes factor Use asymptotic results lim

n→∞tk/n =τk and a prior for τ of the form:

π(τ) =g(τ)/nK, C1 <maxg(τ)<C2

In the case σ2 known we get:

mBIC(K) =SSB(ˆt)−X

k

log(ˆtk+1−ˆtk) + (0.5−K) log(n) +Op(1)

(29)

Model selection for segmentation models

Penalty function in a non asymptotic framework-1

Consider the regression: Y(t) =s(t) +(t)

DefineSm the set of piece-wise constant functions on partition m={Ik}k=1,Km:

Sm= (

u =

Km

X

k=1

ukI{Ik},(uk)k ∈RKm )

The approach of Birge-Massart is to consider thats ∈ S/ m but that Sm is just an approximation set

(30)

Model selection for segmentation models

Penalty function in a non asymptotic framework-2

Define ¯sm the projection ofs onSm: it is an approximation ofs but is unknown

Define ˆsm the estimator of ¯sm in Sm whose quadratic risk is Eks−ˆsmk2

This risk can be broken down such that (bias/variance trade-off) Eks−ˆsmk2 =Eks−¯smk2+Ek¯sm−ˆsmk2

Bias term: Eks−¯smk2 measures the distance of the unknowns to its approximator ¯sm in Sm

Variance term: Ek¯sm−ˆsmk2 measures the quality of estimation Theidealestimator will achieve the bestBias/Variance trade-off

(31)

Model selection for segmentation models

Penalty function in a non asymptotic framework-3

In the case of process segmentation, this framework leads to a penalty of the form[21]

β×pen(K) = K nσ2

c1+c2log n K

(c1,c2) to be calibrated and σ2 to be estimated

Emipirical behavior: minimization of the risk can lead to a lack of power in detection

(32)

Model selection for segmentation models

Using the Slope heuristic-1

General heuristic that is very effective and easy to implement in practice

Idea: construct the sequence of βi using{(pen(Ki),JKi)} the convex hull of the set {(pen(K),JK)}

βi = JKi −JKi+1 pen(Ki+1)−pen(Ki)

Look at the length`i of intervals [βi, βi+1] and retain the value(s) of Ki such that`j >> `i: find the “biggest jump” of dimension

Strategy close to L-curve strategies [18]

(33)

Model selection for segmentation models

Using the Slope heuristic-2

NormalizeJK s.t. (average slope=-1)

eJK = JKmax−JK

JKmax−J1(Kmax−1) + 1 Use the empirical second

derivative

DK2 =eJK−1−eJK +eJK+1 Choose the best K(S) s.t.

Kˆ(S) = arg max{DK2 >S}

0 5 10 15 20 25 30 35 40

−3.5

−3

−2.5

−2

−1.5

−1

−0.5

pen(K) JK

blue line: contrast, red line: convex hull

(34)

The Bayesian Strategy

Outline

1 Introduction

2 The Piece-wise constant model

3 Computational issues for breaks positioning

4 Statistical properties of the estimators

5 Model selection for segmentation models

6 The Bayesian Strategy

(35)

The Bayesian Strategy

Principle of the Bayesian view of process segmentation

Model determination using hierarchical modelling:

Pr{Y,µ,K}= Pr{K} ×Pr{µ|K} ×Pr{Y|µ,K} Change-points{tk}k are considered as random variables with distribution π(t;λ,K)

The objective : recover theposterior distribution: π(t|Y,µ, σ2,K) Considering random variables makes some issues easier to assess:

confidence intervals, dependent data, uncertainty about model choice

Computationnaly intensive: MCMC, Hasting Metropolis, Reversible Jump, Forward-Backward Recursions

(36)

The Bayesian Strategy

The multiple change point problem and the Reversible Jump algorithm-1 [14]

Suppose that the number of segments isK ∼ P(λ)

WithK given, breaks positions are uniformely distributed on [0;n]:

t1 < . . . <tK|K ∼ U[0;n]

Then the mean of each segment {µk}k are iid s.t.:

µ|t,K ∼Γ(α, β) RJ-MCMC is used to compute π(K,t,µ|Y)

(37)

The Bayesian Strategy

The multiple change point problem and the Reversible Jump algorithm-2 [14]

The target distribution is π(K,t,µ|Y)

Dimension of the model change according to K: how to design appropriate moves ?

a change to the mean of a randomly chosen segment b change of a position of a randomly chosen break

c ‘birth’ of a new segment at a randomly chosen location on [0,n]

d ‘death’ of a randomly chosen segment

(38)

The Bayesian Strategy

Posterior inference of change-points location

π(t|Y,µ,K) π(µ|Y,t,K)

(39)

The Bayesian Strategy

Limitations of the RJ-MCMC algorithm

Jumps in dimension lead to very demanding algorithms

The posterior of the mean is very smooth: not in accordance with the “abrupt-changes” model

Reparametrization of the model withr={rt}, a sequence of length n s.t.:

{rt = 1} ift =tk

Use a temperature parameter during the Hastings-Metropolis algorithm to discriminate the local and global maxima of the posterior

(40)

The Bayesian Strategy

A new formulation of the Bayesian change-point problem [20]

rt∼ B(λ), andK =P

trt ∼ B(n−1, λ)

The sequencer is of fixed length: no need of jumps in dimension to assess π(r|Y)

The model onY is unchanged:

∀t∈Ik Yt∼ N(µk, σ2) The sequence of meansµk is modelled s.t.

µ∼ N(m;s2)

(41)

The Bayesian Strategy

Back to penalized constrast estimators

For any configuration of change-points the posterior distribution of r is

π(r|Y;θ)∝exp{−φRSS(r,Kr)−γKr} This is thejoint distribution of a vector of size n−1 The MAP estimator ofr is a penalized contrast estimator ! This posterior distribution can be computed with a

Hastings-Metropolis algorithm

Use SAEM [9] to estimateθ the set of hyperparameters

(42)

The Bayesian Strategy

Running the H-M algorithm at low temperature

Strategy inspired from

Simulated Annealing algorithms Introduce a temperature

parameter T s.t. πT(r|Y;θ) changes to

exp

−φ

TRSS(r,Kr)− γ TKr

WhenT →0,πT(r|Y;θ) CV to the uniform distribution of the seg of global maxima of π(r|Y;θ)

πT(r|Y;θ) with decreasing T

(43)

The Bayesian Strategy

Running the H-M algorithm at low temperature

Difficulties in using MCMC: how to design moves (between different models) which enable the MCMC algorithm to mix well, and being able to detect convergence of the chain.

Idea: use recursions inspired from the Forward-Backward algorithm [12]

Objective : perform direct simulation from the posterior distribution of tandK

(44)

The Bayesian Strategy

Using point process to describe the sequence of changes

Introduce some dependency among change-pointsπ(tk|tk−1) Introduce a point-process on integers withg(t)>0 the time between two successive points (product-partition model) G(t) =Pt

s=1g(s) is the distribution function of the distance bewteend two successive points (g0(t) the mass function of the first point after 0) then

πK(t) =g0(t1)

K

Y

k=2

g(tk−tk−1)

!

(1−G(tk+1−tk)) Suppose a Negative Binomial distribution for g(t) (discrete version of Gamma distributions,k = 1 leads to Markov distrib.)

g(t) =Ck−1pk(1−p)t−k

(45)

The Bayesian Strategy

Basic Recursions

Define∀s ≥t P(t,s) = Pr{Yt:s|t,sin the same segment}

DefineQ(t) = Pr{Yt:n|changepoint at t−1}

Q(t) =

n−1

X

s=t

P(t,s)Q(s + 1)g(s+ 1−t) +P(t,n)(1−G(n−t)) Then the posterior distribution of the change points is:

Pr{tk|tk−1,Y1:n}=P(tk−1+1,tk)Q(tk+1)g(tk−tk−1)/Q(tk−1+1)

(46)

The Bayesian Strategy

Model selection using posterior distributions

Model selection can be performed using

π(K|Y1:n)∝π(K)π(Y1:n|K) Redefine the recursion conditioning by K

DefineQjK(t) = Pr{Yt:n|tj =t−1,K}

QjK(t) =

n−K+j

X

s=t

P(t,s)QjK+1(s+ 1)πK(tj =t−1|tj+1 =s) Finally

Pr{Y1:n|K}=

n−K

X

s=1

P(1,s)Q1K(s+ 1)

(47)

Change points detection for dependent data

Outline

1 Introduction

2 The Piece-wise constant model

3 Computational issues for breaks positioning

4 Statistical properties of the estimators

5 Model selection for segmentation models

6 The Bayesian Strategy

(48)

Change points detection for dependent data

The piece-wise AutoRegressive Model [16]

Piece-wise constant volatility and regression parameters θt= (µt, α•,t)T:

Ytt+

k

X

s=1

αs,tYt−stt t>k The jump process is modeled with rt s.t. rt ∼ B(p) Denoting by (ZtT, γt) the set of new parameters:

Tt , σt) = (1−rt)×(θt−1T , σt−1) +rt×(ZtT, γt), Forward-Backward recursions are used to calculate:

E(θTn, σn|Y1:n)

(49)

Change points detection for dependent data

Conclusions & perspectives

Very old/wide subject !!!

Sequential analysis are taking some new importance due to the increase in the size of the datasets

Other projects involve the segmentation of many series [10, 24, 1, 7]

Towards semi parametric models and links with functional data [24, 2, 11]

Slides @ http://pbil.univ-lyon1.fr/members/fpicard/

(50)

Change points detection for dependent data

F. Picard an E. Lebarbier, E. Budinska, and S. Robin.

Joint segmentation of multivariate gaussian processes using mixed linear models.

Technical Report 5, SSB, 2007.

A. Aue, R. Gabrys, L. Horvath, and P. Kokoszka.

Estimation of a change-point in the mean function of functional data.

JMVA, 100:2254–2269, 2009.

N. Basseville and I. Nikiforov.

Detection of abrupt changes. Theory and application.

Prentice Hall Information and system sciences series, 1993.

K. Bleakley and J.P. Vert.

Joint segmentation of many acgh profiles using fast group lars.

Technical report, HAL-00422430, 2009.

J. V. Braun, R.K. Braun, and H.G Muller.

Multiple change-point fitting via quasilikelihood, with application to DNA sequence segmentation.

Biometrika, 87:301–314, 2000.

J. V. Braun and H.G Muller.

Statistical methods for DNA sequence segmentation.

Statistical Science, 13(2):142–162, 1998.

H. Caussinus and O. Mestre.

Detection and correction of artificial shifts in climate series.

JRSS-C, 53(3):405–425, 2004.

G.W. Cobb.

The problem of the Nile. Conditional solution to a change-point problem.

Biometrika, 65(2):243–251, 1978.

(51)

Change points detection for dependent data Ann. Stat., 27(1):94–128, 1999.

N. Dobigeon, J.-Y. Tourneret, and J. Scargle.

Joint segmentation of multivariate astronomical time series: Bayesian sampling with a hierarchical model.

IEEE Trans. Signal Processing, 55(1), 2007.

Y. Fan, J.and Wang.

Multi-scale jump and volatility analysis for high-frequency financial data.

JASA, 102:1349–1362, 2007.

P. Fearnhead.

Exact abd efficient bayesian inference for multiple changepoint problems.

Stat. and Comp., 16:203–213, 2006.

P. Fearnhead and Z. Liu.

Online inference for multiple changepoint problems.

JRSS-B, 69:589–605, 2007.

P.J. Green.

Reversible jump Markov chain Monte Carlo computation and Bayesian model determination.

Biometrika, 82(4):711–732, 1995.

M. Huskova and Kirch C.

Boostraping confidence intervals fort the change point of time series.

JTSA, 29(6):947–971, 2008.

T.L. Lai, H. Liu, and H. Xing.

Autoregressive models with piecewise constant volatility and regression parameters.

Statistica Sinica, 15:279–301, 2005.

M. Lavielle.

Detection of multiple changes in a sequence of dependent variables.

(52)

Change points detection for dependent data

Using penalized contrasts for the change-point problem.

Signal Processing, 85(8):1501–1510, 2005.

M. Lavielle and Teyssi`ere G.

Detection of multiple change-points in multiple time-series.

Lithuanian Mathematical Journal, 46(4):351–376, 2006.

M. Lavielle and E. Lebarbier.

An application of MCMC methods for the multiple change-points problem.

Signal Processing, 81:39–53, 2001.

E. Lebarbier.

Detecting multiple change-points in the mean of Gaussian process by model selection.

Signal Processing, 85:717–736, 2005.

O. Mestre.

Methodes statistiques pour l’homogeneisation de longues series climatiques.

PhD thesis, Universit´e Paul Sabatier, Toulouse, 2000.

Pierre Perron.

Dealing with structural break.

Technical report, Boston University, 2005.

F. Picard, E. Lebarbier, M. Hoebeke, B. Thiam, and S. Robin.

Joint segmentation, calling and normalization of multiple cgh profiles.

Technical Report 29, SSB, 2010.

F. Picard, S. Robin, M. Lavielle, C. Vaisse, and J-J. Daudin.

A statistical approach for CGH microarray data analysis.

BMC Bioinformatics, 6:27, 2005.

Guillem Rigaill.

(53)

Change points detection for dependent data

D. Siegmund.

Confidence sets in change-point problems.

International Statistical Review, 56(1):31–48, 1988.

K.J. Worsley.

Confidence regions and tests for a change-point in a sequence of exponential family random variables.

Biometrika, 73(1):91–104, 1986.

Y.C. Yao and S.T. Au.

Least square estimation of a step function.

Sankhya, 3:370–381, 1989.

Achim Zeileis, Christian Kleiber, Walter Kr¨amer, and Kurt Hornik.

Testing and dating of structural changes in practice.

Computational Statistics & Data Analysis, 44(1–2):109–123, 2003.

NR. Zhang and DO. Siegmund.

A modified bayes information criterion with applications to the analysis of comparative genomic hybridization data.

Biometrics, 63(1):22–32, 2007.

Références

Documents relatifs

In order to evaluate the performances of our detection method with bayesian network, and to compare them to others detection methods (T² and MEWMA control charts), we have chosen

JOINT SEGMENTATION OF PIECEWISE CONSTANT AUTOREGRESSIVE PROCESSES BY USING A HIERARCHICAL MODEL AND A BAYESIAN SAMPLING APPROACH... JOINT SEGMENTATION OF PIECEWISE

trying to problem in very well defined.. CHAPTER II: REPLICATION PAGE 21 logic; when the ill-defined nature of city design problems was added to the apparently

At the end of this thesis work, we provide an appendix to illustrate how to compute a matrix representation of curves and surfaces, µ-basis, generalized eigenvalues,

In addition, we observed a massive amplification of CACTA DNA transposons compared with other related grass species with a significant association between some CACTA families

However, this measurement requires the knowledge of accurate values of the frequency detuning F inj (optical frequency diference between the master and slave lasers) and the

Although sub-hourly time discretization is currently available in several whole building energy simulation programs, it remains challenging to model this level of complexity

A branch and bound algorithm for the two-machine flowshop problem with unit-time operations and time delays. The two-machine flow shop problem and the one-machine total