Package: PerMallows
Type: Package
Title: Permutations and Mallows Distributions
Version: 1.15
Date: 2025-05-04
Authors@R: c(
  person(given = "Ekhine", family = "Irurozki",
         role = c("aut", "cre"),
         email = "irurozki@telecom-paris.fr"),
  person(given = "Borja", family = "Calvo",
         role = "aut",
         email = "borja.calvo@ehu.eus"),
  person(given = c("Jose", "A."), family = "Lozano",
         role = "aut",
         email = "ja.lozano@ehu.eus"))
Description: Includes functions to work with the Mallows and Generalized Mallows
    Models. The considered distances are Kendall's-tau, Cayley, Hamming and Ulam
    and it includes functions for making inference, sampling and learning such
    distributions, some of which are novel in the literature. As a by-product,
    PerMallows also includes operations for permutations, paying special attention
    to those related with the Kendall's-tau, Cayley, Ulam and Hamming distances. It
    is also possible to generate random permutations at a given distance, or with
    a given number of inversions, or cycles, or fixed points or even with a given
    length on LIS (longest increasing subsequence).
License: GPL (>= 2)
Depends: R (>= 4.0)
Imports: utils
LinkingTo: Rcpp
RoxygenNote: 7.3.2
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2025-05-04 16:27:07 UTC; ekhine
Author: Ekhine Irurozki [aut, cre],
  Borja Calvo [aut],
  Jose A. Lozano [aut]
Maintainer: Ekhine Irurozki <irurozki@telecom-paris.fr>
Repository: CRAN
Date/Publication: 2025-05-04 16:50:02 UTC
