View source: R/subset_changepoints.R
subset_changepoints | R Documentation |
Subset the change points computed either basad.cp or solo.cp Corresponds to point 2-4 in Algorithm 1 in the manuscript
subset_changepoints(ratio, del = 5)
ratio |
marginal inclusion probabilities, as computed for example by the solocp_single function |
del |
Delta parameter in the parameter, mininum spacing between change points to be considered nonconsecutive (we set it equal to 5 by defauly) |
subset of change points indexes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.