rank_to_permutation function

A function to convert a "ranks-based" permutation notation to an "index-based" permutation scheme.

A function to convert a "ranks-based" permutation notation to an "index-based" permutation scheme.

Converts permutations denoted by ranks to permutations denoted by indices and back.

rank_to_permutation(pattern, permutation.notation)

Arguments

  • pattern: A numeric vector that denotes a permutation pattern.
  • permutation.notation: The permutation notation that should be used. Could be "Olivares.2012" or "Keller.2005".

Returns

A numeric vector, which contains the transformed permutation.

Details

This function converts ranks to indices and back.

References

Sebastian Sippel (2014). Master Thesis. University of Bayreuth.

Author(s)

Sebastian Sippel

  • Maintainer: Sebastian Sippel
  • License: GPL-2
  • Last published: 2019-10-28

Useful links