get_cum_probs_1exp {tipmap} | R Documentation |
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)
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. |
Value
A numeric vector with the cumulative distribution of chips.
See Also
get_model_input_1exp
and fit_beta_1exp
.
Examples
chips <- c(0, 2, 3, 2, 1, 1, 1, 0, 0, 0)
x <- get_cum_probs_1exp(chips)
print(x)
[Package tipmap version 0.5.2 Index]