Wavelet Toolbox    
wvarchg

Find variance change points

Syntax

Description

[PTS_OPT,KOPT,T_EST] = wvarchg(Y,K,D)computes the estimated change points of the variance of signal Y for j change points, with j = 1, 2, ... , K-1. Integer KOPT is the proposed number of change points (0 KOPT < K-1). The vector PTS_OPT contains the corresponding change points. If KOPT = 0, PTS_OPT = [].

Integer D is the minimum delay between two change points.

K and D must be integers such that 1 < K << length(Y) and 1 D << length(Y).

The signal Y should be zero mean.

For 2 i K, T_EST(i,1:i-1) contains the i-1 instants of the variance change points and if KOPT > 0, then PTS_OPT = T_EST(KOPT+1,1:KOPT).

wvarchg(Y,K) is equivalent to wvarchg(Y,K,10).

wvarchg(Y) is equivalent to wvarchg(Y,6,10).

Examples

References

Lavielle, M. (1999), "Detection of multiple changes in a sequence of dependent variables," Stoch. Proc. and their Applications, 83, 2, pp. 79-102.


  wtreemgr GUI Reference