You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Function RANDPERG extends Matlab's RANDPERM by considering permutations of a grouped vector: if x is an n*1 data vector, and c is an n*1 vector of group assignments - so that x(i) belongs to group c(i) - randperg(x,c) returns an n*1 vector y where each c group retains the indexes it had in x [permutation is thus 'partial'], but its individual elements are randomly rearranged. See the function's help header for details.
Cite As
Dimitri Shvorob (2026). Permute a grouped vector (https://se.mathworks.com/matlabcentral/fileexchange/14415-permute-a-grouped-vector), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: PARTPERM -- Partial random permutation of a vector, shake
General Information
- Version 1.0.0.0 (1.38 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | BSD |
