get_comb_ind {mosum} | R Documentation |
Get integer vector of changepoint indices, based on bool-field representation of combinations. E.g. for combination index 11 [=1011]: get_comb_ind(c(T,F,T,T))=11
Description
Get integer vector of changepoint indices, based on bool-field representation of combinations. E.g. for combination index 11 [=1011]: get_comb_ind(c(T,F,T,T))=11
Usage
get_comb_ind(active)
[Package mosum version 1.2.7 Index]