sbs.make.tree {hdbinseg} | R Documentation |
Growing a binary tree for SBS algorithm
Description
Grow a binary tree via Sparsified Binary Segmentation
Usage
sbs.make.tree(input, tau = rep(1, nrow(input)), thr, trim, height)
Arguments
input |
input data matrix, with each row representing the component time series or their transformation |
tau |
scaling terms the rows of |
thr , trim , height |
see |
Value
S3 bin.tree
object, which contains the following fields:
tree |
a list object containing information about the nodes at which change-points are detected |
mat |
matrix concatenation of the nodes of |
ecp |
estimated change-points |
thr |
threshold used to construct the tree |
[Package hdbinseg version 1.0.2 Index]