| .circular_block_permute | R Documentation |
Generates a permutation of time indices by concatenating random-length blocks sampled circularly from the ordered sequence. Used for creating block-permuted surrogates that preserve short-range temporal structure.
.circular_block_permute(idx, block_len)
idx |
Integer vector of ordered indices. |
block_len |
Positive integer block length (>= 1). |
Integer vector of permuted indices of the same length as 'idx'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.