Learn R Programming

clttools (version 1.3)

dice: 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

Value

Mean value and corresponding probabilities for all possible outcomes.

Details

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

Examples

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

Run the code above in your browser using DataLab