Grow a binary tree via Sparsified Binary Segmentation
sbs.make.tree(input, tau = rep(1, nrow(input)), thr, trim, height)S3 bin.tree object, which contains the following fields:
a list object containing information about the nodes at which change-points are detected
matrix concatenation of the nodes of tree
estimated change-points
threshold used to construct the tree
input data matrix, with each row representing the component time series or their transformation
scaling terms the rows of input
see sbs.alg