search.b: Searching for a change-point in a branch

View source: R/sbs.R

search.bR 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?


hdbinseg documentation built on Sept. 9, 2025, 5:31 p.m.

Related to search.b in hdbinseg...