(C++) Restricted Permutation of Cases Within Blocks
Source:R/RcppExports.R
permute_restricted_cpp.Rd
Divides a sequence or time series in blocks and permutes cases within these blocks. This function does not preserve rows, and should not be used if the sequence has dependent columns. Larger block sizes increasingly disrupt the data structure over time.
See also
Other Rcpp_permutation:
permute_free_by_row_cpp()
,
permute_free_cpp()
,
permute_restricted_by_row_cpp()