PermutationCycles[perm] gives a disjoint cycle representation of permutation perm.
Standardize[list] shifts and rescales the elements of list to have zero mean and unit sample variance.Standardize[list, f_1] shifts the elements in list by f_1[list] and ...
Convolution and correlation are central to many kinds of operations on lists of data. They are used in such areas as signal and image processing, statistical data analysis, ...
Extract
(Built-in Mathematica Symbol) Extract[expr, list] extracts the part of expr at the position specified by list. Extract[expr, {list_1, list_2, ...}] extracts a list of parts of expr. Extract[expr, list, h] ...
Entropy
(Built-in Mathematica Symbol) Entropy[list] gives the base E information entropy of the values in list.Entropy[k, list] gives the base k information entropy.
Permutations are among the most basic elements of discrete mathematics. They can be used to represent discrete groups of transformations and in particular play a key role in ...
PermutationList[perm] returns a permutation list representation of permutation perm.PermutationList[perm, len] returns a permutation list of length len.
ImageAssemble[{{image_11, image_12, ...}, {image_21, ...}, ...}] assembles a single image from an array of images.