GenerateExampleTopQ function

Generate simple examples of top-q rankings

Generate simple examples of top-q rankings

This function generates simple examples for illustrative proposes. The sample contains the top-3 rankings of five objects and the underlying model is a weighted Kendall distance model with default weights set to (0.7,0.5,0.3,0) and modal ranking set to (1,2,3,4,4)

GenerateExampleTopQ(central = c(1, 2, 3, 4, 4), w = c(0.7, 0.5, 0.3, 0))

Arguments

  • central: The modal ranking.
  • w: The weights in the model.
  • Maintainer: Zhaozhi Qian
  • License: GPL (>= 2)
  • Last published: 2019-07-27

Useful links