get_comb_ind: Get integer vector of changepoint indices, based on...

View source: R/RcppExports.R

get_comb_indR 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)

mosum documentation built on Oct. 22, 2022, 5:05 p.m.

Related to get_comb_ind in mosum...