powered by
Fit beta distributions to data elicited from multiple experts via the roulette method.
fit_beta_mult_exp(chips_mult)
A dataframe containing the parameters of the individual beta distributions.
A dataframe or matrix containing weights. It should contain one row per expert and 10 columns, one for each bin, representing weights from 0 to 1.
fit_beta_1exp.
fit_beta_1exp
beta_fits <- fit_beta_mult_exp( chips_mult = rbind( c(0, 0, 0, 0, 2, 3, 3, 2, 0, 0), c(0, 0, 0, 1, 2, 4, 2, 1, 0, 0), c(0, 0, 0, 2, 2, 2, 2, 2, 0, 0) ) ) print(beta_fits)
Run the code above in your browser using DataLab