search.b {hdbinseg}R Documentation

Searching for a change-point in a branch

Description

Searches for a change-point in a branch of a binary tree grown by the Sparsified Binary Segmentation

Usage

search.b(stat, trim)

Arguments

stat

aggregated CUSUM statistics

trim

see sbs.alg

Value

a list containing

b

a possible location of the change-point

test.stat

test statistic

FLAG

should the branch be grown?


[Package hdbinseg version 1.0.2 Index]