dcbs.branch {hdbinseg} | R Documentation |
Growing a branch for DCBS algorithm
Description
Grow a branch of the binary tree for the Double CUSUM Binary Segmentation without thresholding
Usage
dcbs.branch(input, phi, s, e, trim)
Arguments
input |
input data matrix, with each row representing the component time series or their transformation |
phi , trim |
see |
s , e |
start and end of the interval of consideration at a given iteration |
Value
a vector containing the information about the branch, including the location of the estimated change point and the corresponding test statistic
[Package hdbinseg version 1.0.2 Index]