get_model_input_1exp: Transform cumulative probabilities to fit beta distributions
Description
Transform cumulative probabilities to fit beta distributions
Usage
get_model_input_1exp(cum_probs, w = NULL)
Value
Dataframe to be used as input to fit beta distributions by fit_beta_1exp.
Arguments
cum_probs
Numeric vector, containing cumulative probabilities of weights for one expert, as elicited through the roulette method. Each element of the vector represents one bin in the grid.
w
Numeric vector, upper interval limit of bin (defaults to 1:length(cum_probs) / length(cum_probs)).