local.refine.CV.VAR1 {changepoints} | R Documentation |
Local refinement for VAR1 change points detection.
Description
Perform local refinement for VAR1 change points detection.
Usage
local.refine.CV.VAR1(cpt_init, DATA, zeta_set, delta_local)
Arguments
cpt_init |
A |
DATA |
A |
zeta_set |
A |
delta_local |
A strictly |
Value
A list
with the following structure:
cpt_hat |
A vector of estimated change point locations (sorted in strictly increasing order) |
zeta |
A scalar of selected zeta by cross-validation |
Author(s)
Daren Wang & Haotian Xu
References
Wang, Yu, Rinaldo and Willett (2019) <arxiv:1909.06359>
[Package changepoints version 1.1.0 Index]