evilDice-package {evilDice}R Documentation

Test Dice Sets for Intransitive Properties

Description

Checks to see whether a supplied set of dice (their face values) are transitive, returning pair-win and group-roll win probabilities. Expected returns (mean magnitude of win/loss) are presented as well.

Details

The DESCRIPTION file:

Package: evilDice
Type: Package
Title: Test Dice Sets for Intransitive Properties
Version: 1.0
Date: 2023-03-08
Authors@R: c(person(given = "Carl", family = "Witthoft", email = "cellocgw@gmail.com", role = c("aut", "cre")))
Description: Checks to see whether a supplied set of dice (their face values) are transitive, returning pair-win and group-roll win probabilities. Expected returns (mean magnitude of win/loss) are presented as well.
License: LGPL-3
Imports: graphics
Author: Carl Witthoft [aut, cre]
Maintainer: Carl Witthoft <cellocgw@gmail.com>

Intransitive dice are dice which display the unintuitive property that every die has a winning probability against another die and a losing probability against another die in the set. This function tests the input set, returning the pairwise probabilities along with other interesting data.

Author(s)

NA Some fast algorithm code supplied by user "onyambu" at https://stackoverflow.com/questions/75463792/

Maintainer: NA

References

https://en.wikipedia.org/wiki/Intransitive_dice


[Package evilDice version 1.0 Index]