BD_U {changepoints} | R Documentation |
Backward detection with a robust bootstrap change point test using U-statistics for univariate mean change.
Description
Perform the backward detection method with a robust bootstrap change point test using U-statistics on univariate data.
Usage
BD_U(y, M, B = 100, inter = NULL, inter_ini = TRUE)
Arguments
y |
A |
M |
An |
B |
An |
inter |
A nuisance parameter. |
inter_ini |
A nuisance parameter. |
Value
An numeric
vector of estimated change point locations.
Author(s)
Mengchu Li
References
Yu and Chen (2019) <arXiv:1904.03372>.
[Package changepoints version 1.1.0 Index]