dice {clttools}R Documentation

Theoretical Probability Distribution of Rolling Dice

Description

Mean and probability of rolling fair or loaded dice

Usage

dice(n, prob = NULL)

Arguments

n

number of trials

prob

probability assigned to each possible outcome

Details

The default probabilty equals to 1/n. All the assigned probabilites must between 0 and 1.

Value

Mean value and corresponding probabilities for all possible outcomes.

Examples

dice(n = 4)
dice(2, c(0.1, 0.2, 0.2, 0.1, 0.3, 0.1))

[Package clttools version 1.3 Index]