Learn R Programming

tipmap (version 0.5.2)

get_cum_probs_1exp: Get cumulative probabilities from distribution of chips of one expert

Description

Get cumulative probabilities from distribution of chips of one expert

Usage

get_cum_probs_1exp(chips)

Value

A numeric vector with the cumulative distribution of chips.

Arguments

chips

Vector of integers, representing the distribution of chips assigned by one expert, as elicited through the roulette method. Each element of the vector represents one bin in the grid.

See Also

get_model_input_1exp and fit_beta_1exp.

Examples

Run this code
chips <- c(0, 2, 3, 2, 1, 1, 1, 0, 0, 0)
x <- get_cum_probs_1exp(chips)
print(x)

Run the code above in your browser using DataLab