BUUHWE(x)
Breakpoints(Dataset.BUUHWE)
Details(Dataset.BUUHWE)BUUHWE applied to a dataset of curves.
BUUHWE(x) returns a list withNA. Index are then ordered by increasing rank k. x.Breakpoints returns the breakpoints of the Unbalanced Haar wavelet basis, from rank k=1 to rank k=N-1. In case it is applied to a list of BUUHWE provided for M series of length N, it returns the breakpoints for each elements of the list, as a matrix with M columns and N-1 rows.Details returns the details of the Unbalanced Haar wavelet basis, from rank k=1 to rank k=N-1. In case it is applied to a list of outputs of BUUHWE provided for M series of length N, it returns the details for each elements of the list, as a matrix with M columns and N-1 rows.See BAGIDIS-package for an overview about the BAGIDIS methodology and References for details, in particular Timmermans (2012), Chapter 1, Timmermans and von Sachs (2010) or Fryzlewicz (2007).
The main references are
Other references include
semimetric.BAGIDIS, BUUHWE.plot, BUUHWE_2D,BD.plot.
x= c(1,7,3,0,-2,6,4,0,2)
BUUHWE(x)
Breakpoints(list(BUUHWE(x)))
y= c(1,7,5,5,-2,1,4,0,2)
Breakpoints(list(BUUHWE(x),BUUHWE(y)))
Run the code above in your browser using DataLab